1. 1a31989 fix "declared and not used" in tests; by Russ Cox · 16 years ago
  2. 5b62b19 convert non-pkg go files to whole-package compilation. by Russ Cox · 16 years ago
  3. 839a684 delete export by Russ Cox · 16 years ago
  4. f48cbfd convert tests; nothing interesting. by Russ Cox · 16 years ago
  5. 5564504 new new & make by Russ Cox · 16 years ago
  6. 08ca30b change *map to map; *chan to chan; new(T) to new(*T) by Russ Cox · 16 years ago
  7. 7b4d719 - removed need for int() conversion now that x << s has correct type by Robert Griesemer · 17 years ago
  8. 7eff30f - updated test cases to latest compiler changes by Robert Griesemer · 17 years ago
  9. 27fb2ab first cut at test suite by Rob Pike · 17 years ago
  10. 2f5b4d9 - new directory structure by Robert Griesemer · 17 years ago[Renamed from tests/hashmap.go]
  11. d2490e7 - Implemented simple rule for optional semicolons: by Robert Griesemer · 17 years ago
  12. 3cdf9c3 - added another test by Robert Griesemer · 17 years ago
  13. 0908af7 - added another test case by Robert Griesemer · 17 years ago