1. e1b305a strconv: revert ParseFloat/ParseComplex error on incorrect bitSize by Ben Hoyt · 4 years, 2 months ago
  2. 60f42ea strconv: fix incorrect bit size in ParseComplex; add tests by Ben Hoyt · 4 years, 5 months ago
  3. f43e012 strconv: make Eisel-Lemire handle long mantissas by Rémy Oudompheng · 4 years, 3 months ago
  4. 7fe2a84 strconv: remove extfloat.go atof code path by Nigel Tao · 4 years, 3 months ago
  5. 7e01b3b strconv: add eiselLemire32 by Nigel Tao · 4 years, 3 months ago
  6. ad36f87 strconv: increase the Eisel-Lemire exp10 range by Nigel Tao · 4 years, 3 months ago
  7. 4ce9ea5 strconv: fix Eisel-Lemire for negative zero by Nigel Tao · 4 years, 3 months ago
  8. a2eb53c strconv: use the Eisel-Lemire ParseFloat algorithm by Nigel Tao · 4 years, 3 months ago
  9. 8ec5a05 unicode: upgrade to Unicode 13.0.0 by Marcel van Lohuizen · 4 years, 5 months ago
  10. 65126c5 strconv: fix ParseComplex for strings with separators by Robert Griesemer · 4 years, 8 months ago
  11. 4f65fb3 strconv: add ParseComplex and FormatComplex by pj · 4 years, 8 months ago
  12. 8740bdc strconv: fix for parseFloatPrefix by Robert Griesemer · 4 years, 9 months ago
  13. 1d31f9b strconv: implement parseFloatPrefix returning no. of bytes consumed by Robert Griesemer · 4 years, 9 months ago
  14. 0a36433 strconv: remove redundant conversions to int by smasher164 · 4 years, 9 months ago
  15. b10849f strconv: add comment re extFloat errorscale by Nigel Tao · 4 years, 9 months ago
  16. 6052838 all: avoid string(i) where i has type int by Ian Lance Taylor · 4 years, 11 months ago
  17. c333d07 strconv: stop describing Unicode graphic characters as non-ASCII by Ian Lance Taylor · 5 years ago
  18. 0e312f2 strconv: reformat and tidy comments in example by Rob Pike · 5 years ago
  19. 79a00a3 unicode: upgrade to Unicode 12 by Marcel van Lohuizen · 5 years ago
  20. 0adc89a strconv: add Unwrap to custom error types by Pantelis Sampaziotis · 5 years ago
  21. 3d48ae3 strconv: Speed improvement to number parsing by Sam Arnold · 5 years ago
  22. 5498fa9 strconv: simplify the text for bases in ParseInt by Rob Pike · 5 years ago
  23. d9b1323 strconv: update documentation by Emmanuel T Odeke · 5 years ago
  24. 2165452 strconv: document handling of NaN and ±Inf by Andrew Gerrand · 6 years ago
  25. 0509216 strconv: fix rounding in FormatFloat fallback path by Caleb Spare · 6 years ago
  26. 203b80a strconv: Document ParseFloat's special cases by Alex Myasoedov · 6 years ago
  27. 34fc6ce all: update to Unicode 11 by Marcel van Lohuizen · 6 years ago
  28. c226f64 strconv: pre-allocate in appendQuotedWith by Rob Pike · 6 years ago
  29. a1f7dbf strconv: simplify (*extFloat).Multiply using math/bits.Mul64 by Rémy Oudompheng · 6 years ago
  30. 36b09f3 strconv: remove use of DeepEqual for testing errors by Marcel van Lohuizen · 6 years ago
  31. 11af353 strconv: add 0b, 0o integer prefixes in ParseInt, ParseUint by Russ Cox · 6 years ago
  32. 36a81d5 strconv: accept underscores in ParseInt, ParseUint, ParseFloat by Russ Cox · 6 years ago
  33. e2d87f2 strconv: format hex floats by Russ Cox · 6 years ago
  34. 0771724 strconv: parse hex floats by Russ Cox · 6 years ago
  35. ed78c90 strconv: make docs for Itoa and Atoi slightly higher level by Josh Bleecher Snyder · 6 years ago
  36. f4f1b14 strconv: add missing package name into doc.go(godoc overview) by Hidetatsu Yaginuma · 6 years ago
  37. f81d73e strconv: add comment explaining bounded shift in formatBits by Martin Möhrmann · 7 years ago
  38. 2afdd17 strconv: add example for QuoteRuneToGraphic and QuoteToGraphic functions by Urvil Patel · 6 years ago
  39. 8aee193 all: remove unneeded parentheses from package consts and vars by Tim Cooper · 6 years ago
  40. 860484a strconv: add example for IsGraphic by Ankit Goyal · 6 years ago
  41. 5ddecd1 strconv: use bytealg implementation of IndexByteString by Tim Cooper · 7 years ago
  42. 6b9c782 strconv: clarify "g" and "G" precision in the docs by Daniela Petruzalek · 6 years ago
  43. 1f13705 strconv: add missing period to godoc comment by Mark Rushakoff · 7 years ago
  44. b219a68 strconv: check for empty string in UnquoteChar by Rebecca Stambler · 7 years ago
  45. 161874d all: update comment URLs from HTTP to HTTPS, where possible by Tim Cooper · 7 years ago
  46. 323c858 strconv: simplify (*extFloat).Normalize by Ilya Tocar · 7 years ago
  47. 74879f0 strconv: update Unquote example to be more concise by Sabin Mihai Rapan · 7 years ago
  48. 3c0bf18 strconv: simplify and optimize Itoa(small) by Marvin Stenger · 7 years ago
  49. d29ec40 strconv: use bounded bits.TrailingZeros instead of shifts table by Martin Möhrmann · 7 years ago
  50. b3be2f4 strconv: make code formatting more consistent in doc.go by quasilyte · 7 years ago
  51. 5e52471 all: fix non-standard "DO NOT EDIT" comments for generated files by Mark Rushakoff · 7 years ago
  52. c10e614 strconv: detect invalid UTF-8 in the Unquote fast path by Brad Fitzpatrick · 7 years ago
  53. 2fd9549 unicode: update to Unicode 10.0.0 by Marcel van Lohuizen · 7 years ago
  54. 5a986ec all: fix article typos by Kunpei Sakai · 7 years ago
  55. 99da873 all: remove some double spaces from comments by Daniel Martí · 7 years ago
  56. 46aa9f5 strconv: optimize Atoi for common case by Aliaksandr Valialkin · 8 years ago
  57. 63c4284 strconv: check bitsize range in ParseInt and ParseUint by Martin Möhrmann · 7 years ago
  58. de7e5d4 strconv: cleanup variable declarations in ParseUint by Martin Möhrmann · 7 years ago
  59. dd6880d strconv: unify error creation in ParseUint with ParseInt by Martin Möhrmann · 7 years ago
  60. 566f390 strconv: adjust test output and names for parseUint and parseInt by Martin Möhrmann · 7 years ago
  61. 09ed0f6 strconv: avoid truncation of output in parse int tests by Martin Möhrmann · 7 years ago
  62. fc6b74c strconv: fix ParseUint return value on range overflow by Martin Möhrmann · 7 years ago
  63. 8bb88fd strconv: apply Brad's review comment by Russ Cox · 7 years ago
  64. 5ac16c6 strconv: fix initialization of atofRandomTests by Russ Cox · 7 years ago
  65. 8cb40fa strconv: adds missing comment to neg flag, formats comment on trunc flag by Adam Kisala · 7 years ago
  66. 4c8023b strconv: optimize decimal ints formatting with smallsString by Aliaksandr Valialkin · 8 years ago
  67. aea4410 strconv: replace small int string table with constant string by Robert Griesemer · 8 years ago
  68. bc8b9b2 strconv: optimize formatting for small decimal ints by Aliaksandr Valialkin · 8 years ago
  69. b71ed4e strconv: fix performance regression in integer formatting on 32bit platforms by Martin Möhrmann · 8 years ago
  70. 95c5227 strconv: use % instead of computing the remainder from the quotient by Robert Griesemer · 8 years ago
  71. de36699 strconv: remove unused append rune width param by Daniel Martí · 8 years ago
  72. 7c46f03 strconv: strip \r in raw strings passed to Unquote by Quentin Smith · 8 years ago
  73. cbf28ff strconv: make FormatFloat slowpath a little faster by Alberto Donizetti · 8 years ago
  74. 3a67d59 strconv: fix function name in errors for Atoi by Joe Tsai · 8 years ago
  75. b0838ca strconv: clarify doc for Atoi return type by Justyn Temme · 9 years ago
  76. a2a4db7 unicode: upgrade to version 9.0.0 by Marcel van Lohuizen · 9 years ago
  77. 0f5697a strconv: use Run for some benchmarks by Marcel van Lohuizen · 9 years ago
  78. 5e74d40 strconv: fix ParseFloat for special forms of zero values by Robert Griesemer · 9 years ago
  79. 0da4dbe all: remove unnecessary type conversions by Matthew Dempsky · 9 years ago
  80. 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
  81. 5194744 all: make copyright headers consistent with one space after period by Brad Fitzpatrick · 9 years ago
  82. 351c15f all: remove public named return values when useless by Brad Fitzpatrick · 9 years ago
  83. 9d73a6d strconv: Avoid allocation in AppendQuote* by Justin Nuß · 9 years ago
  84. 0befa47 strconv: slightly simplified roundShortest; better comments by Robert Griesemer · 9 years ago
  85. 63ee321 strconv: fix comment by Robert Griesemer · 9 years ago
  86. 74288f0 strconv: add QuoteToGraphic and friends by Rob Pike · 9 years ago
  87. 1c89007 strconv: add examples to package by Carlos C · 10 years ago
  88. fe15da6 unicode: upgrade to 8.0.0 by Marcel van Lohuizen · 10 years ago
  89. acd82d5 strconv: minor internal comment fix by Robert Griesemer · 10 years ago
  90. faa9d1e strconv: use 64bit uint for decimal conversion if available by Robert Griesemer · 10 years ago
  91. 2adc4e8 all: use "reports whether" in place of "returns true if(f)" by Josh Bleecher Snyder · 10 years ago
  92. d5b5d67 strconv: simplify code for binary exponent float format by Martin Möhrmann · 10 years ago
  93. 81a3f29 strconv: simplified logic resulting in faster float formatting by Robert Griesemer · 10 years ago
  94. 9209d89 strconv: fix internal documentation (clarification, typos) by Robert Griesemer · 10 years ago
  95. 06ed8f0 strconv: speed up atoi for common cases by Martin Möhrmann · 10 years ago
  96. 878fa88 strconv: add atoi tests for uncommon bases and syntax errors by Martin Möhrmann · 10 years ago
  97. 241583a strconv: optimize decimal to string conversion by Martin Möhrmann · 10 years ago
  98. 0668b59 strconv/itoa: add test to generate the longest output string possible by formatBits by Martin Möhrmann · 10 years ago
  99. b6571a0 strconv: fix documentation for CanBackquote. Space is not a control character. by Rob Pike · 10 years ago
  100. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 10 years ago