1. 0668b59 strconv/itoa: add test to generate the longest output string possible by formatBits by Martin Möhrmann · 10 years ago
  2. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/strconv/itoa_test.go]
  3. 84ef97b strconv: make malloc tests more reliable by Dave Cheney · 13 years ago
  4. a533176 strconv: run garbage collection before counting allocations in test by Russ Cox · 13 years ago
  5. 842c906 runtime: delete UpdateMemStats, replace with ReadMemStats(&stats). by Rémy Oudompheng · 13 years ago
  6. 39213c1 strconv: some allocation tests by Brad Fitzpatrick · 13 years ago
  7. e0c006a strconv: 34% to 63% faster conversions by Robert Griesemer · 13 years ago
  8. efbeaed strconv: new API by Russ Cox · 13 years ago
  9. 3478891 gofmt -s -w src misc by Robert Griesemer · 14 years ago
  10. 1959c3a tests: fix prints by Rob Pike · 15 years ago
  11. dc6a95e strconv.Uitob64: allow conversion of 64-bit binaries (buffer was too small). by Rob Pike · 15 years ago
  12. d65a5cc 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  13. 3bb0032 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 15 years ago
  14. 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
  15. 314b358 gofmt-ify strconv (and remove an empty line at the end of a file) by Robert Griesemer · 15 years ago
  16. 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
  17. 20011bc unused imports by Russ Cox · 16 years ago
  18. ca6a0fe more "declared and not used". by Russ Cox · 16 years ago
  19. 3b864e4 convert low-level (used by testing) packages to by Russ Cox · 16 years ago
  20. b5666a1 add Uitoa etc. by Russ Cox · 16 years ago
  21. d90e7cb mv src/lib to src/pkg by Rob Pike · 16 years ago[Renamed from src/lib/strconv/itoa_test.go]
  22. be2edb5 Automated g4 rollback of changelist 25024, plus significant hand editing. by Russ Cox · 16 years ago
  23. ea3d454 - itob - more test cases by Robert Griesemer · 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/testitoa.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