1. 581530e make test/ken safe for optional semis by Robert Griesemer · 15 years ago
  2. 1a31989 fix "declared and not used" in tests; by Russ Cox · 16 years ago
  3. b5c57fe delete forward type declarations by Russ Cox · 16 years ago
  4. 5b62b19 convert non-pkg go files to whole-package compilation. by Russ Cox · 16 years ago
  5. 60ce95d code changes for array conversion. 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. 61a7e44 fix some tests. only 3 remain broken (complit, hilbert, initcomma). by Rob Pike · 16 years ago
  10. 08ca30b change *map to map; *chan to chan; new(T) to new(*T) by Russ Cox · 16 years ago
  11. e6cd1e4 remove uses of *T as an implicit forward declaration of T by Russ Cox · 16 years ago
  12. 983f06b update code to follow new semicolon rules: by Russ Cox · 16 years ago
  13. 4797523 fixed bugs in const/case by Ken Thompson · 17 years ago
  14. bc2f5f1 fix bug depot: by Rob Pike · 17 years ago
  15. 34cb7c2 export sys.exit by Rob Pike · 17 years ago
  16. 3df8e0a clean up ken/rob2.go to eliminate a few workarounds by Rob Pike · 17 years ago
  17. ab34d15 add ken's tests. update run to work with multiple directories by Rob Pike · 17 years ago