Sign in
go
/
go
/
e03c7896a7992dc2f940efe20deaae4db1b1aa1d
/
test
/
map.go
161ba66
test/mapnan.go: add regression test for non-empty interfaces.
by Alan Donovan
· 11 years ago
5e21cb7
test: fix flaky NaN-key map complexity test
by Brad Fitzpatrick
· 12 years ago
052c942
test: ensure all failing tests exit nonzero.
by Alan Donovan
· 12 years ago
501f0b5
test: commentary for [h-m]*.go
by Rob Pike
· 13 years ago
57eb06f
test: use testlib (final 61)
by Russ Cox
· 13 years ago
21be71a
all: errors caught by go vet
by Rob Pike
· 13 years ago
69a5b23
test: make map nan timing test more robust
by Brad Fitzpatrick
· 13 years ago
0eb647e
test: attempt at making a test more robust
by Brad Fitzpatrick
· 13 years ago
6ebf8a6
test: add test of NaN in map
by Russ Cox
· 13 years ago
408f0b1
gc, runtime: handle floating point map keys
by Russ Cox
· 13 years ago
f2b5a07
delete float, complex - code changes
by Russ Cox
· 14 years ago
4f61fc9
test: remove semiocolons.
by Rob Pike
· 15 years ago
ebd27d6
time tests; sort -nr times.out | sed 10q is illuminating.
by Russ Cox
· 15 years ago
ae54cf7
last round: non-package code
by Russ Cox
· 16 years ago
8614561
allow range on nil maps
by Russ Cox
· 16 years ago
be2edb5
Automated g4 rollback of changelist 25024, plus significant hand editing.
by Russ Cox
· 16 years ago
9f8f2e6
convert composite literals from { } to ( ).
by Russ Cox
· 16 years ago
a7f6d40
implement new restrictions on what can be compared/hashed.
by Russ Cox
· 16 years ago
839a684
delete export
by Russ Cox
· 16 years ago
f48cbfd
convert tests; nothing interesting.
by Russ Cox
· 16 years ago
8a7cbad
convert strconv
by Russ Cox
· 16 years ago
61f3302
printf->Printf etc.
by Rob Pike
· 16 years ago
5564504
new new & make
by Russ Cox
· 16 years ago
62b06fa
update map test.
by Rob Pike
· 16 years ago
08ca30b
change *map to map; *chan to chan; new(T) to new(*T)
by Russ Cox
· 16 years ago
d47d888
convert *[] to [].
by Russ Cox
· 16 years ago
98c208e
bug026 and bug060 are fixed. update.
by Rob Pike
· 16 years ago
6f38063
update bugs delete bug100.go since the compiler is doing what we agreed.
by Rob Pike
· 17 years ago
2738f42
add test for maps.
by Rob Pike
· 17 years ago