1. faa9d1e strconv: use 64bit uint for decimal conversion if available by Robert Griesemer · 10 years ago
  2. 9209d89 strconv: fix internal documentation (clarification, typos) by Robert Griesemer · 10 years ago
  3. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/strconv/decimal.go]
  4. d6147d8 strconv: extend Grisu3 algorithm to float32. by Rémy Oudompheng · 13 years ago
  5. 3ee2085 strconv: handle very large inputs by Russ Cox · 13 years ago
  6. 3a2dec0 strconv: reduce buffer size for multi-precision decimals. by Rémy Oudompheng · 13 years ago
  7. 0ed5e6a strconv: make Ftoa faster by Russ Cox · 13 years ago
  8. cb51fdc strconv: put decimal on stack by Russ Cox · 14 years ago
  9. 3fbd478 pkg: spelling tweaks, I-Z by Robert Hencke · 14 years ago
  10. 3478891 gofmt -s -w src misc by Robert Griesemer · 14 years ago
  11. 64b6a78 strconv: fix %.1f, 0.09 by Rob Pike · 15 years ago
  12. 7d7ebd2 runtime, strconv: tiny cleanups by Russ Cox · 15 years ago
  13. d177539 go/printer, gofmt: align comments in multi-line expression lists by Robert Griesemer · 15 years ago
  14. d65a5cc 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  15. e70cedf remove bytes.Copy by Rob Pike · 15 years ago
  16. 3bb0032 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 15 years ago
  17. 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
  18. 314b358 gofmt-ify strconv (and remove an empty line at the end of a file) by Robert Griesemer · 15 years ago
  19. 7732d80 misc cleanup by Russ Cox · 15 years ago
  20. 3b864e4 convert low-level (used by testing) packages to by Russ Cox · 16 years ago
  21. a50cbf6 style police: parens in if, for, switch, range by Russ Cox · 16 years ago
  22. d90e7cb mv src/lib to src/pkg by Rob Pike · 16 years ago[Renamed from src/lib/strconv/decimal.go]
  23. 424f4f0 use the new bytes package by Rob Pike · 16 years ago
  24. be2edb5 Automated g4 rollback of changelist 25024, plus significant hand editing. by Russ Cox · 16 years ago
  25. 9f8f2e6 convert composite literals from { } to ( ). by Russ Cox · 16 years ago
  26. 8a7cbad convert strconv by Russ Cox · 16 years ago
  27. 5564504 new new & make by Russ Cox · 16 years ago
  28. 08ca30b change *map to map; *chan to chan; new(T) to new(*T) by Russ Cox · 16 years ago
  29. d47d888 convert *[] to []. by Russ Cox · 16 years ago
  30. cf9b7f7 essentially 100% coverage of strconv in tests. fix a few bugs. by Russ Cox · 16 years ago
  31. 079c00a correctly rounded floating-point conversions in new package strconv. by Russ Cox · 16 years ago