summaryrefslogtreecommitdiff
path: root/src/cmd/gc/sinit.c
Commit message (Expand)AuthorAgeFilesLines
* gc: bug291Russ Cox2010-07-151-8/+2
* optimization of static initializationKen Thompson2010-06-271-123/+197
* gc: no more ...Russ Cox2010-06-141-1/+1
* gc: bug264Russ Cox2010-05-031-1/+3
* issue 682Ken Thompson2010-03-201-0/+7
* gc: bug245Russ Cox2010-01-181-0/+2
* gc: multiple return value at top-level invoked multiple timesRuss Cox2010-01-181-0/+6
* gc: var x, ok = m[y]Russ Cox2009-12-151-0/+6
* gc: better diagnosis of initialization loopsRuss Cox2009-12-031-5/+64
* gc: five bug fixes, one better error.Russ Cox2009-11-151-0/+6
* 6g bug fixes:Russ Cox2009-10-191-0/+2
* move static init code from 6g into gc.Russ Cox2009-09-171-0/+153
* composit literal underKen Thompson2009-09-091-0/+539
* init context for composit literalsKen Thompson2009-09-081-1/+1
* composit literalsKen Thompson2009-09-051-1/+2
* cleanup getting ready for static initKen Thompson2009-08-301-472/+14
* rename runtime internals to have modern names (array->slice etc)Rob Pike2009-08-251-6/+6
* whole-package compilationRuss Cox2009-08-121-1/+73
* forward declarations not necessary.Russ Cox2009-08-071-0/+6
* more 6g reorg; checkpoint.Russ Cox2009-08-031-0/+4
* convert walkexpr to take Node**; drop indirRuss Cox2009-07-291-1/+1
* constant keys for array initializersRuss Cox2009-07-271-0/+3
* fix cut-and-paste bugs in error messagesRuss Cox2009-07-201-5/+6
* another step toward eliminating forward declarations.Russ Cox2009-07-171-52/+40
* cleanup in preparation for new scoping.Russ Cox2009-07-101-1/+1
* fix a 6g crash after type errors.Russ Cox2009-06-231-0/+3
* prevent multiple similar errorsKen Thompson2009-05-311-5/+0
* detect recursive initializationKen Thompson2009-05-281-2/+4
* bug 152Ken Thompson2009-05-261-2/+2
* static init reenabledKen Thompson2009-05-251-82/+223
* 1. check for dups in complex literalsKen Thompson2009-05-231-10/+3
* added key:val extension toKen Thompson2009-05-211-0/+346