summaryrefslogtreecommitdiff
path: root/test/complit.go
AgeCommit message (Expand)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-1/+19
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+102
2011-09-13Imported Upstream version 60Ondřej Surý1-102/+0
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-19/+51
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-22/+22
2009-09-14fix "declared and not used" in tests;Russ Cox1-1/+1
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-13/+13
2009-02-13convert composite literals from { } to ( ).Russ Cox1-13/+13
2009-01-20delete exportRuss Cox1-4/+4
2009-01-16convert tests; nothing interesting.Russ Cox1-4/+4
2009-01-07uncomment a BUG that is now fixedRob Pike1-2/+3
2009-01-0618 tests are behaving incorrectlyRob Pike1-4/+4
2009-01-06new new & makeRuss Cox1-2/+2
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-4/+4
2008-12-18convert *[] to [].Russ Cox1-2/+2
2008-10-21rewrite &Point{1, 2} as allocationRuss Cox1-0/+9
2008-09-05T{} syntax for constructorsKen Thompson1-12/+12
2008-09-04extend composite literal test.Rob Pike1-1/+17
2008-09-03update bugsRob Pike1-0/+44