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