1. 3a67d59 strconv: fix function name in errors for Atoi by Joe Tsai · 9 years ago
  2. b0838ca strconv: clarify doc for Atoi return type by Justyn Temme · 9 years ago
  3. a2a4db7 unicode: upgrade to version 9.0.0 by Marcel van Lohuizen · 9 years ago
  4. 0f5697a strconv: use Run for some benchmarks by Marcel van Lohuizen · 9 years ago
  5. 5e74d40 strconv: fix ParseFloat for special forms of zero values by Robert Griesemer · 9 years ago
  6. 0da4dbe all: remove unnecessary type conversions by Matthew Dempsky · 9 years ago
  7. 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
  8. 5194744 all: make copyright headers consistent with one space after period by Brad Fitzpatrick · 9 years ago
  9. 351c15f all: remove public named return values when useless by Brad Fitzpatrick · 9 years ago
  10. 9d73a6d strconv: Avoid allocation in AppendQuote* by Justin Nuß · 9 years ago
  11. 0befa47 strconv: slightly simplified roundShortest; better comments by Robert Griesemer · 9 years ago
  12. 63ee321 strconv: fix comment by Robert Griesemer · 10 years ago
  13. 74288f0 strconv: add QuoteToGraphic and friends by Rob Pike · 10 years ago
  14. 1c89007 strconv: add examples to package by Carlos C · 10 years ago
  15. fe15da6 unicode: upgrade to 8.0.0 by Marcel van Lohuizen · 10 years ago
  16. acd82d5 strconv: minor internal comment fix by Robert Griesemer · 10 years ago
  17. faa9d1e strconv: use 64bit uint for decimal conversion if available by Robert Griesemer · 10 years ago
  18. 2adc4e8 all: use "reports whether" in place of "returns true if(f)" by Josh Bleecher Snyder · 10 years ago
  19. d5b5d67 strconv: simplify code for binary exponent float format by Martin Möhrmann · 10 years ago
  20. 81a3f29 strconv: simplified logic resulting in faster float formatting by Robert Griesemer · 10 years ago
  21. 9209d89 strconv: fix internal documentation (clarification, typos) by Robert Griesemer · 10 years ago
  22. 06ed8f0 strconv: speed up atoi for common cases by Martin Möhrmann · 10 years ago
  23. 878fa88 strconv: add atoi tests for uncommon bases and syntax errors by Martin Möhrmann · 10 years ago
  24. 241583a strconv: optimize decimal to string conversion by Martin Möhrmann · 10 years ago
  25. 0668b59 strconv/itoa: add test to generate the longest output string possible by formatBits by Martin Möhrmann · 10 years ago
  26. b6571a0 strconv: fix documentation for CanBackquote. Space is not a control character. by Rob Pike · 11 years ago
  27. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago