aboutsummaryrefslogtreecommitdiff
path: root/src/strconv
AgeCommit message (Expand)Author
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-03strconv: revert ParseFloat/ParseComplex error on incorrect bitSizeBen Hoyt
2020-10-30strconv: fix incorrect bit size in ParseComplex; add testsBen Hoyt
2020-10-29strconv: make Eisel-Lemire handle long mantissasRémy Oudompheng
2020-10-29strconv: remove extfloat.go atof code pathNigel Tao
2020-10-23strconv: add eiselLemire32Nigel Tao
2020-10-22strconv: increase the Eisel-Lemire exp10 rangeNigel Tao
2020-10-22strconv: fix Eisel-Lemire for negative zeroNigel Tao
2020-10-17strconv: use the Eisel-Lemire ParseFloat algorithmNigel Tao
2020-08-20unicode: upgrade to Unicode 13.0.0Marcel van Lohuizen
2020-05-08strconv: fix ParseComplex for strings with separatorsRobert Griesemer
2020-05-08strconv: add ParseComplex and FormatComplexpj
2020-04-30strconv: fix for parseFloatPrefixRobert Griesemer
2020-04-30strconv: implement parseFloatPrefix returning no. of bytes consumedRobert Griesemer
2020-04-27strconv: remove redundant conversions to intsmasher164
2020-04-11strconv: add comment re extFloat errorscaleNigel Tao
2020-02-26all: avoid string(i) where i has type intIan Lance Taylor
2020-01-26strconv: stop describing Unicode graphic characters as non-ASCIIIan Lance Taylor
2019-11-11strconv: reformat and tidy comments in exampleRob Pike
2019-11-05unicode: upgrade to Unicode 12Marcel van Lohuizen
2019-09-30strconv: add Unwrap to custom error typesPantelis Sampaziotis
2019-08-28strconv: Speed improvement to number parsingSam Arnold
2019-08-23strconv: simplify the text for bases in ParseIntRob Pike
2019-08-22strconv: update documentationEmmanuel T Odeke
2019-05-31strconv: document handling of NaN and ±InfAndrew Gerrand
2019-05-23strconv: fix rounding in FormatFloat fallback pathCaleb Spare
2019-04-29strconv: Document ParseFloat's special casesAlex Myasoedov
2019-04-25all: update to Unicode 11Marcel van Lohuizen
2019-04-18strconv: pre-allocate in appendQuotedWithRob Pike
2019-03-04strconv: simplify (*extFloat).Multiply using math/bits.Mul64Rémy Oudompheng
2019-02-27strconv: remove use of DeepEqual for testing errorsMarcel van Lohuizen
2019-02-12strconv: add 0b, 0o integer prefixes in ParseInt, ParseUintRuss Cox
2019-02-12strconv: accept underscores in ParseInt, ParseUint, ParseFloatRuss Cox
2019-02-12strconv: format hex floatsRuss Cox
2019-02-12strconv: parse hex floatsRuss Cox
2018-12-31strconv: make docs for Itoa and Atoi slightly higher levelJosh Bleecher Snyder
2018-12-30strconv: add missing package name into doc.go(godoc overview)Hidetatsu Yaginuma
2018-10-15strconv: add comment explaining bounded shift in formatBitsMartin Möhrmann
2018-10-08strconv: add example for QuoteRuneToGraphic and QuoteToGraphic functionsUrvil Patel
2018-10-06all: remove unneeded parentheses from package consts and varsTim Cooper
2018-09-03strconv: add example for IsGraphicAnkit Goyal
2018-08-22strconv: use bytealg implementation of IndexByteStringTim Cooper
2018-08-01strconv: clarify "g" and "G" precision in the docsDaniela Petruzalek
2018-06-09strconv: add missing period to godoc commentMark Rushakoff
2018-06-04strconv: check for empty string in UnquoteCharRebecca Stambler
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-05-30strconv: simplify (*extFloat).NormalizeIlya Tocar
2018-05-07strconv: update Unquote example to be more conciseSabin Mihai Rapan
2018-05-03strconv: simplify and optimize Itoa(small)Marvin Stenger
2018-05-01strconv: use bounded bits.TrailingZeros instead of shifts tableMartin Möhrmann