1. ffc0830 container/vector: removed last instances of vector outside of container/vector itself from the core libs by John Asmuth · 14 years ago
  2. 90564a9 go/printer: changed max. number of newlines from 3 to 2 by Robert Griesemer · 14 years ago
  3. dcdaeeb docs: fix wrong it's -> its by Brad Fitzpatrick · 14 years ago
  4. c8727c8 pkg: spelling tweaks, A-H by Robert Hencke · 14 years ago
  5. 07abf1c fix tree for reflect rename by Russ Cox · 14 years ago
  6. 6a186d3 src/pkg: make package doc comments consistently start with "Package foo". by Nigel Tao · 14 years ago
  7. db5c5d6 update go tree for reflect changes by Russ Cox · 14 years ago
  8. b265845 go/scanner: return literal as string instead of []byte by Robert Griesemer · 14 years ago
  9. f2b5a07 delete float, complex - code changes by Russ Cox · 14 years ago
  10. bff2c20 go/scanner: Make Init take a *token.File instead of a *token.FileSet. by Robert Griesemer · 14 years ago
  11. 8184778 fix occurrences of occur[^sr .,?!;\n] by Robert Griesemer · 14 years ago
  12. 5a9ad8b go/ast: use token.Pos instead of token.Position; adjust all dependent code by Robert Griesemer · 14 years ago
  13. 2ee420f ... changes by Russ Cox · 14 years ago
  14. da392d9 build: no required environment variables by Russ Cox · 15 years ago
  15. 6672b40 remove uses of ... from tree, add one test by Russ Cox · 15 years ago
  16. 9750adb strings: delete Runes, Bytes by Russ Cox · 15 years ago
  17. 8b8c103 fix build - misc ... vs ...T fixes by Russ Cox · 15 years ago
  18. 68796b0 gc: add ... T, rework plain ... by Russ Cox · 15 years ago
  19. 1c72959 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  20. 295ceb4 remove uses of string concatenation from src and misc directory by Robert Griesemer · 15 years ago
  21. 001a8b1 Change to container/vector interface: by Robert Griesemer · 15 years ago
  22. 6fc8207 go: makes it build for the case $GOROOT has whitespaces by Sergio Luis O. B. Correia · 15 years ago
  23. 9ac4449 gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg by Russ Cox · 15 years ago
  24. baba292 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 15 years ago
  25. 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
  26. 368f8cb - fine-tuning of one-line func heuristic (nodes.go) by Robert Griesemer · 15 years ago
  27. 0ea9dd8 gofmt the last outstanding files in src/pkg by Robert Griesemer · 15 years ago
  28. 7732d80 misc cleanup by Russ Cox · 15 years ago
  29. 218a412 forgot to update Makefile in last CL by Russ Cox · 15 years ago
  30. 17dfa68 move datafmt into exp by Russ Cox · 15 years ago