aboutsummaryrefslogtreecommitdiff
path: root/test/complit.go
AgeCommit message (Expand)Author
2012-02-19test: [a-c]: add introductory comments to testsRob Pike
2012-02-16test: use testlib (first 100)Russ Cox
2011-12-05gc: remove type elision in struct literalsRuss Cox
2011-12-02gc: composite literals as per Go 1Russ Cox
2011-01-19delete float, complex - code changesRuss Cox
2010-09-04test: remove semiocolons.Rob Pike
2009-09-14fix "declared and not used" in tests;Russ Cox
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox
2009-02-13convert composite literals from { } to ( ).Russ Cox
2009-01-20delete exportRuss Cox
2009-01-16convert tests; nothing interesting.Russ Cox
2009-01-07uncomment a BUG that is now fixedRob Pike
2009-01-0618 tests are behaving incorrectlyRob Pike
2009-01-06new new & makeRuss Cox
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-12-18convert *[] to [].Russ Cox
2008-10-21rewrite &Point{1, 2} as allocationRuss Cox
2008-09-05T{} syntax for constructorsKen Thompson
2008-09-04extend composite literal test.Rob Pike
2008-09-03update bugsRob Pike