summaryrefslogtreecommitdiff
path: root/test/complit.go
Commit message (Expand)AuthorAgeFilesLines
* test: [a-c]: add introductory comments to testsRob Pike2012-02-191-0/+2
* test: use testlib (first 100)Russ Cox2012-02-161-1/+1
* gc: remove type elision in struct literalsRuss Cox2011-12-051-1/+1
* gc: composite literals as per Go 1Russ Cox2011-12-021-0/+16
* delete float, complex - code changesRuss Cox2011-01-191-19/+51
* test: remove semiocolons.Rob Pike2010-09-041-22/+22
* fix "declared and not used" in tests;Russ Cox2009-09-141-1/+1
* Automated g4 rollback of changelist 25024,Russ Cox2009-03-031-13/+13
* convert composite literals from { } to ( ).Russ Cox2009-02-131-13/+13
* delete exportRuss Cox2009-01-201-4/+4
* convert tests; nothing interesting.Russ Cox2009-01-161-4/+4
* uncomment a BUG that is now fixedRob Pike2009-01-071-2/+3
* 18 tests are behaving incorrectlyRob Pike2009-01-061-4/+4
* new new & makeRuss Cox2009-01-061-2/+2
* change *map to map; *chan to chan; new(T) to new(*T)Russ Cox2008-12-191-4/+4
* convert *[] to [].Russ Cox2008-12-181-2/+2
* rewrite &Point{1, 2} as allocationRuss Cox2008-10-211-0/+9
* T{} syntax for constructorsKen Thompson2008-09-051-12/+12
* extend composite literal test.Rob Pike2008-09-041-1/+17
* update bugsRob Pike2008-09-031-0/+44