summaryrefslogtreecommitdiff
path: root/src/cmd/gc/init.c
Commit message (Expand)AuthorAgeFilesLines
* gc: no more ...Russ Cox2010-06-141-1/+1
* allow data statements for simpleKen Thompson2010-05-031-6/+2
* gc: implement panic and recoverRuss Cox2010-03-311-1/+1
* eliminate the package global name space assumption in object filesRuss Cox2010-01-221-3/+3
* composit literalsKen Thompson2009-09-051-7/+2
* stop using filename for disambiguation within a package.Russ Cox2009-09-031-1/+1
* cleanup getting ready for static initKen Thompson2009-08-301-9/+6
* whole-package compilationRuss Cox2009-08-121-8/+12
* forward declarations not necessary.Russ Cox2009-08-071-8/+20
* make Syms smaller.Russ Cox2009-08-041-1/+1
* move various bits of code aroundRuss Cox2009-08-041-0/+193