index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
map.go
Age
Commit message (
Expand
)
Author
2025-12-29
tests: improve consistency and clarity of test diagnostics
jjpinto
2014-08-06
test/mapnan.go: add regression test for non-empty interfaces.
Alan Donovan
2013-04-07
test: fix flaky NaN-key map complexity test
Brad Fitzpatrick
2013-02-12
test: ensure all failing tests exit nonzero.
Alan Donovan
2012-02-23
test: commentary for [h-m]*.go
Rob Pike
2012-02-16
test: use testlib (final 61)
Russ Cox
2012-02-16
all: errors caught by go vet
Rob Pike
2012-02-02
test: make map nan timing test more robust
Brad Fitzpatrick
2012-01-30
test: attempt at making a test more robust
Brad Fitzpatrick
2012-01-30
test: add test of NaN in map
Russ Cox
2012-01-26
gc, runtime: handle floating point map keys
Russ Cox
2011-01-19
delete float, complex - code changes
Russ Cox
2010-09-04
test: remove semiocolons.
Rob Pike
2009-10-09
time tests; sort -nr times.out | sed 10q is illuminating.
Russ Cox
2009-09-15
last round: non-package code
Russ Cox
2009-03-23
allow range on nil maps
Russ Cox
2009-03-03
Automated g4 rollback of changelist 25024,
Russ Cox
2009-02-13
convert composite literals from { } to ( ).
Russ Cox
2009-01-26
implement new restrictions on what
Russ Cox
2009-01-20
delete export
Russ Cox
2009-01-16
convert tests; nothing interesting.
Russ Cox
2009-01-15
convert strconv
Russ Cox
2009-01-15
printf->Printf etc.
Rob Pike
2009-01-06
new new & make
Russ Cox
2008-12-20
update map test.
Rob Pike
2008-12-19
change *map to map; *chan to chan; new(T) to new(*T)
Russ Cox
2008-12-18
convert *[] to [].
Russ Cox
2008-10-05
bug026 and bug060 are fixed. update.
Rob Pike
2008-09-15
update bugs
Rob Pike
2008-08-11
add test for maps.
Rob Pike