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