1. bb84f4b changes &x -> x[0:] for array to slice conversion by Russ Cox · 15 years ago
  2. 9750adb strings: delete Runes, Bytes by Russ Cox · 15 years ago
  3. 45ca9f7 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  4. 0d3f5a8 simpler fix for the negative rune problem, spotted seconds after submitting the previous fix. by Rob Pike · 15 years ago
  5. a9e8bef generate replacement rune when asked to encode a negative rune value. by Rob Pike · 15 years ago
  6. b5358e0 a few utf8 benchmarks. on my mac: by Rob Pike · 15 years ago
  7. 773e779 rewrite RuneCountInString to use range. by Rob Pike · 15 years ago
  8. 6fc8207 go: makes it build for the case $GOROOT has whitespaces by Sergio Luis O. B. Correia · 15 years ago
  9. 9ac4449 gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg by Russ Cox · 15 years ago
  10. 3bb0032 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 15 years ago
  11. 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
  12. 368f8cb - fine-tuning of one-line func heuristic (nodes.go) by Robert Griesemer · 15 years ago
  13. d2829fa files that are okay from the last gofmt round by Russ Cox · 15 years ago
  14. 094f1d5 more lgtm files from gofmt by Russ Cox · 15 years ago
  15. 9154943 apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync syscall testing time unicode unsafe utf8 by Russ Cox · 15 years ago
  16. 20011bc unused imports by Russ Cox · 16 years ago
  17. ca6a0fe more "declared and not used". by Russ Cox · 16 years ago
  18. 28eba48 fix "declared and not used" errors in non-test code. by Russ Cox · 16 years ago
  19. d80a177 make ToUpper, ToLower etc. handle unicode properly. Change their names too. by Rob Pike · 16 years ago
  20. 149e3d3 rearrange some constants. unicode package now defines MaxRune and ReplacementChar. by Rob Pike · 16 years ago
  21. 3b864e4 convert low-level (used by testing) packages to by Russ Cox · 16 years ago
  22. d3a412a io.StringBytes -> strings.Bytes io.ByteBuffer -> bytes.Buffer by Russ Cox · 16 years ago
  23. d90e7cb mv src/lib to src/pkg by Rob Pike · 16 years ago