1. 2b1c9b4 test: use testlib (second 100) by Russ Cox · 13 years ago
  2. 1a31989 fix "declared and not used" in tests; 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. 85f8d45 fix some broken tests (tests themselves were wrong) by Rob Pike · 17 years ago[Renamed from test/bugs/bug075.go]
  8. 5a30b5b new bug: x, ok = t.m[i] doesn't compile by Rob Pike · 17 years ago