summaryrefslogtreecommitdiff
path: root/test/map.go
AgeCommit message (Collapse)AuthorFilesLines
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+491
2011-09-13Imported Upstream version 60Ondřej Surý1-491/+0
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-84/+83
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-206/+206
2009-10-09time tests; sort -nr times.out | sed 10q is illuminating.Russ Cox1-4/+3
cut the slowest tests down from a few seconds to under half a second. R=r DELTA=21 (6 added, 1 deleted, 14 changed) OCL=35509 CL=35519
2009-09-15last round: non-package codeRuss Cox1-57/+54
R=r DELTA=127 (38 added, 3 deleted, 86 changed) OCL=34640 CL=34650
2009-03-23allow range on nil mapsRuss Cox1-0/+6
R=ken OCL=26663 CL=26663
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-7/+7
plus significant hand editing. Back to T{x} for composite literals. R=r OCL=25612 CL=25632
2009-02-13convert composite literals from { } to ( ).Russ Cox1-7/+7
only non-trivial changes are in convlit1.go golden.out R=gri OCL=25019 CL=25024
2009-01-26implement new restrictions on whatRuss Cox1-34/+34
can be compared/hashed. R=r DELTA=351 (201 added, 80 deleted, 70 changed) OCL=23423 CL=23481
2009-01-20delete exportRuss Cox1-1/+1
TBR=r OCL=23121 CL=23127
2009-01-16convert tests; nothing interesting.Russ Cox1-1/+1
R=r OCL=23012 CL=23014
2009-01-15convert strconvRuss Cox1-7/+7
R=r DELTA=568 (0 added, 9 deleted, 559 changed) OCL=22898 CL=22901
2009-01-15printf->Printf etc.Rob Pike1-85/+85
the raw fmt routines will be another, smaller but subtler pass. R=rsc DELTA=157 (0 added, 0 deleted, 157 changed) OCL=22851 CL=22851
2009-01-06new new & makeRuss Cox1-18/+23
R=r OCL=22166 CL=22166
2008-12-20update map test.Rob Pike1-120/+168
convert to printf. increase count to 1000 - maps are faster now. add cases for structure values as key and maps. R=rsc DELTA=197 (66 added, 18 deleted, 113 changed) OCL=21683 CL=21686
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-8/+8
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581
2008-12-18convert *[] to [].Russ Cox1-2/+2
R=r OCL=21563 CL=21571
2008-10-05bug026 and bug060 are fixed. update.Rob Pike1-2/+0
R=rsc DELTA=87 (37 added, 50 deleted, 0 changed) OCL=16498 CL=16507
2008-09-15update bugsRob Pike1-95/+3
delete bug100.go since the compiler is doing what we agreed. R=gri OCL=15367 CL=15367
2008-08-11add test for maps.Rob Pike1-0/+531
R=gri OCL=14090 CL=14090