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