1. 1300fb5 strconv: use Quote to escape the input string for failed conversion errors by Matt Brown · 12 years ago
  2. 02f6719 strconv: include package and function name in error strings Fixes #2548. by Rob Pike · 13 years ago
  3. efbeaed strconv: new API by Russ Cox · 13 years ago
  4. eb69292 src/pkg/[n-z]*: gofix -r error -force=error by Russ Cox · 13 years ago
  5. c1178aa strconv: use better errors than os.EINVAL, os.ERANGE by Russ Cox · 13 years ago
  6. 3478891 gofmt -s -w src misc by Robert Griesemer · 14 years ago
  7. 1959c3a tests: fix prints by Rob Pike · 14 years ago
  8. d65a5cc 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  9. f586870 Add benchmarks for commonly used routines. by Trevor Strohman · 15 years ago
  10. 9ac4449 gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg by Russ Cox · 15 years ago
  11. 3bb0032 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 15 years ago
  12. 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
  13. 314b358 gofmt-ify strconv (and remove an empty line at the end of a file) by Robert Griesemer · 15 years ago
  14. fcdba72 correct a design flaw: Atoi etc should not guess the base. 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 · 15 years ago
  17. 3b864e4 convert low-level (used by testing) packages to by Russ Cox · 15 years ago
  18. c7a9d98 fix atoi test by Russ Cox · 16 years ago
  19. a0bcaf4 Change os.Error convention: by Russ Cox · 16 years ago
  20. d90e7cb mv src/lib to src/pkg by Rob Pike · 16 years ago[Renamed from src/lib/strconv/atoi_test.go]
  21. aaf63f8 Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors. by Rob Pike · 16 years ago
  22. be2edb5 Automated g4 rollback of changelist 25024, plus significant hand editing. by Russ Cox · 16 years ago
  23. eb3823a allow hex, octal in Atoi, etc. by Russ Cox · 16 years ago
  24. 9f8f2e6 convert composite literals from { } to ( ). by Russ Cox · 16 years ago
  25. 839a684 delete export by Russ Cox · 16 years ago
  26. 8a7cbad convert strconv by Russ Cox · 16 years ago
  27. b54133d make safe for new package local defaults by Russ Cox · 16 years ago
  28. 12254b6 change naming convention for tests from test*.go to *test.go by Rob Pike · 16 years ago[Renamed from src/lib/strconv/testatoi.go]
  29. 6d30efc add a type testing.T and use it in tests. by Rob Pike · 16 years ago
  30. cf9b7f7 essentially 100% coverage of strconv in tests. fix a few bugs. by Russ Cox · 16 years ago
  31. 92a4fe1 more tests for strconv; convert to gotest. by Russ Cox · 16 years ago