summaryrefslogtreecommitdiff
path: root/test/initcomma.go
AgeCommit message (Expand)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-5/+7
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+79
2011-09-13Imported Upstream version 60Ondřej Surý1-79/+0
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike1-19/+64
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-4/+4
2009-02-13convert composite literals from { } to ( ).Russ Cox1-4/+4
2009-01-06fixed and added more testsKen Thompson1-3/+20
2008-12-20fix some tests. only 3 remain broken (complit, hilbert, initcomma).Rob Pike1-1/+1
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-1/+1
2008-10-14allow trailing comma in braced initialized listRuss Cox1-0/+17