Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gc: bug291 | Russ Cox | 2010-07-15 | 1 | -8/+2 |
* | optimization of static initialization | Ken Thompson | 2010-06-27 | 1 | -123/+197 |
* | gc: no more ... | Russ Cox | 2010-06-14 | 1 | -1/+1 |
* | gc: bug264 | Russ Cox | 2010-05-03 | 1 | -1/+3 |
* | issue 682 | Ken Thompson | 2010-03-20 | 1 | -0/+7 |
* | gc: bug245 | Russ Cox | 2010-01-18 | 1 | -0/+2 |
* | gc: multiple return value at top-level invoked multiple times | Russ Cox | 2010-01-18 | 1 | -0/+6 |
* | gc: var x, ok = m[y] | Russ Cox | 2009-12-15 | 1 | -0/+6 |
* | gc: better diagnosis of initialization loops | Russ Cox | 2009-12-03 | 1 | -5/+64 |
* | gc: five bug fixes, one better error. | Russ Cox | 2009-11-15 | 1 | -0/+6 |
* | 6g bug fixes: | Russ Cox | 2009-10-19 | 1 | -0/+2 |
* | move static init code from 6g into gc. | Russ Cox | 2009-09-17 | 1 | -0/+153 |
* | composit literal under | Ken Thompson | 2009-09-09 | 1 | -0/+539 |
* | init context for composit literals | Ken Thompson | 2009-09-08 | 1 | -1/+1 |
* | composit literals | Ken Thompson | 2009-09-05 | 1 | -1/+2 |
* | cleanup getting ready for static init | Ken Thompson | 2009-08-30 | 1 | -472/+14 |
* | rename runtime internals to have modern names (array->slice etc) | Rob Pike | 2009-08-25 | 1 | -6/+6 |
* | whole-package compilation | Russ Cox | 2009-08-12 | 1 | -1/+73 |
* | forward declarations not necessary. | Russ Cox | 2009-08-07 | 1 | -0/+6 |
* | more 6g reorg; checkpoint. | Russ Cox | 2009-08-03 | 1 | -0/+4 |
* | convert walkexpr to take Node**; drop indir | Russ Cox | 2009-07-29 | 1 | -1/+1 |
* | constant keys for array initializers | Russ Cox | 2009-07-27 | 1 | -0/+3 |
* | fix cut-and-paste bugs in error messages | Russ Cox | 2009-07-20 | 1 | -5/+6 |
* | another step toward eliminating forward declarations. | Russ Cox | 2009-07-17 | 1 | -52/+40 |
* | cleanup in preparation for new scoping. | Russ Cox | 2009-07-10 | 1 | -1/+1 |
* | fix a 6g crash after type errors. | Russ Cox | 2009-06-23 | 1 | -0/+3 |
* | prevent multiple similar errors | Ken Thompson | 2009-05-31 | 1 | -5/+0 |
* | detect recursive initialization | Ken Thompson | 2009-05-28 | 1 | -2/+4 |
* | bug 152 | Ken Thompson | 2009-05-26 | 1 | -2/+2 |
* | static init reenabled | Ken Thompson | 2009-05-25 | 1 | -82/+223 |
* | 1. check for dups in complex literals | Ken Thompson | 2009-05-23 | 1 | -10/+3 |
* | added key:val extension to | Ken Thompson | 2009-05-21 | 1 | -0/+346 |