summaryrefslogtreecommitdiff
path: root/test/map.go
AgeCommit message (Expand)AuthorFilesLines
2009-10-09time tests; sort -nr times.out | sed 10q is illuminating.Russ Cox1-4/+3
2009-09-15last round: non-package codeRuss Cox1-57/+54
2009-03-23allow range on nil mapsRuss Cox1-0/+6
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-7/+7
2009-02-13convert composite literals from { } to ( ).Russ Cox1-7/+7
2009-01-26implement new restrictions on whatRuss Cox1-34/+34
2009-01-20delete exportRuss Cox1-1/+1
2009-01-16convert tests; nothing interesting.Russ Cox1-1/+1
2009-01-15convert strconvRuss Cox1-7/+7
2009-01-15printf->Printf etc.Rob Pike1-85/+85
2009-01-06new new & makeRuss Cox1-18/+23
2008-12-20update map test.Rob Pike1-120/+168
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-8/+8
2008-12-18convert *[] to [].Russ Cox1-2/+2
2008-10-05bug026 and bug060 are fixed. update.Rob Pike1-2/+0
2008-09-15update bugsRob Pike1-95/+3
2008-08-11add test for maps.Rob Pike1-0/+531