summaryrefslogtreecommitdiff
path: root/test/map.go
Commit message (Expand)AuthorAgeFilesLines
* test/mapnan.go: add regression test for non-empty interfaces.Alan Donovan2014-08-061-1/+1
* test: fix flaky NaN-key map complexity testBrad Fitzpatrick2013-04-071-34/+21
* test: ensure all failing tests exit nonzero.Alan Donovan2013-02-121-112/+116
* test: commentary for [h-m]*.goRob Pike2012-02-231-0/+2
* test: use testlib (final 61)Russ Cox2012-02-161-1/+1
* all: errors caught by go vetRob Pike2012-02-161-1/+1
* test: make map nan timing test more robustBrad Fitzpatrick2012-02-021-5/+20
* test: attempt at making a test more robustBrad Fitzpatrick2012-01-301-1/+1
* test: add test of NaN in mapRuss Cox2012-01-301-2/+30
* gc, runtime: handle floating point map keysRuss Cox2012-01-261-0/+157
* delete float, complex - code changesRuss Cox2011-01-191-84/+83
* test: remove semiocolons.Rob Pike2010-09-041-206/+206
* time tests; sort -nr times.out | sed 10q is illuminating.Russ Cox2009-10-091-4/+3
* last round: non-package codeRuss Cox2009-09-151-57/+54
* allow range on nil mapsRuss Cox2009-03-231-0/+6
* Automated g4 rollback of changelist 25024,Russ Cox2009-03-031-7/+7
* convert composite literals from { } to ( ).Russ Cox2009-02-131-7/+7
* implement new restrictions on whatRuss Cox2009-01-261-34/+34
* delete exportRuss Cox2009-01-201-1/+1
* convert tests; nothing interesting.Russ Cox2009-01-161-1/+1
* convert strconvRuss Cox2009-01-151-7/+7
* printf->Printf etc.Rob Pike2009-01-151-85/+85
* new new & makeRuss Cox2009-01-061-18/+23
* update map test.Rob Pike2008-12-201-120/+168
* change *map to map; *chan to chan; new(T) to new(*T)Russ Cox2008-12-191-8/+8
* convert *[] to [].Russ Cox2008-12-181-2/+2
* bug026 and bug060 are fixed. update.Rob Pike2008-10-051-2/+0
* update bugsRob Pike2008-09-151-95/+3
* add test for maps.Rob Pike2008-08-111-0/+531