]> Cypherpunks.ru repositories - gostls13.git/history - test/map.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / map.go
2014-10-22 Austin Clements[dev.power64] build: merge default into dev.power64
2014-08-06 Alan Donovantest/mapnan.go: add regression test for non-empty inter...
2013-04-07 Brad Fitzpatricktest: fix flaky NaN-key map complexity test
2013-02-12 Alan Donovantest: ensure all failing tests exit nonzero.
2012-02-23 Rob Piketest: commentary for [h-m]*.go
2012-02-17 Russ Coxtest: use testlib (final 61)
2012-02-16 Rob Pikeall: errors caught by go vet
2012-02-02 Brad Fitzpatricktest: make map nan timing test more robust
2012-01-31 Brad Fitzpatricktest: attempt at making a test more robust
2012-01-30 Russ Coxtest: add test of NaN in map
2012-01-26 Russ Coxgc, runtime: handle floating point map keys
2011-01-20 Russ Coxdelete float, complex - code changes
2010-09-04 Rob Piketest: remove semiocolons.
2009-10-09 Russ Coxtime tests; sort -nr times.out | sed 10q is illuminating.
2009-09-15 Russ Coxlast round: non-package code
2009-03-24 Russ Coxallow range on nil maps
2009-03-03 Russ CoxAutomated g4 rollback of changelist 25024,
2009-02-13 Russ Coxconvert composite literals from { } to ( ).
2009-01-26 Russ Coximplement new restrictions on what
2009-01-20 Russ Coxdelete export
2009-01-17 Russ Coxconvert tests; nothing interesting.
2009-01-16 Russ Coxconvert strconv
2009-01-15 Rob Pikeprintf->Printf etc.
2009-01-06 Russ Coxnew new & make
2008-12-21 Rob Pikeupdate map test.
2008-12-19 Russ Coxchange *map to map; *chan to chan; new(T) to new(*T)
2008-12-19 Russ Coxconvert *[] to [].
2008-10-05 Rob Pikebug026 and bug060 are fixed. update.
2008-09-15 Rob Pikeupdate bugs
2008-08-11 Rob Pikeadd test for maps.