summaryrefslogtreecommitdiff
path: root/src/strconv
Commit message (Expand)AuthorAgeFilesLines
* all: add a few links in package godocsDaniel Martí2023-03-251-6/+6
* strconv: add Atoi test cases with characters less than '0'Anuraag Agrawal2023-02-211-0/+2
* all: upgrade Unicode from 13.0.0 to 15.0.0weebney2023-02-061-62/+95
* strconv: show what fmt package uses for float printingKevin Burke2023-01-311-0/+5
* all: remove uses of rand.SeedRuss Cox2022-10-261-2/+0
* strconv: delete unused fieldcuiweixie2022-09-301-1/+0
* strconv: add a test case when base is illegalcui fliter2022-09-151-0/+8
* strconv: remove redundant type conversioncui fliter2022-09-091-3/+3
* strconv: optimize Parse for []byte argumentsJoe Tsai2022-08-233-8/+86
* strconv: avoid panic on invalid call to FormatFloatRémy Oudompheng2022-06-242-0/+8
* strconv: fix typo in atof.go90364136+butterfly1924@users.noreply.github.com2022-06-061-1/+1
* strconv: clarify ParseFloat accepts Go syntax for float literalsBen Hoyt2022-06-042-2/+7
* all: gofmt main repoRuss Cox2022-04-115-13/+16
* all: remove trailing blank doc comment linesRuss Cox2022-04-011-1/+0
* strconv: quote rune 007F as \x7f, not \u007fIan Lance Taylor2022-03-312-1/+2
* fmt, strconv: document use of Unicode replacement character in %qRuss Cox2022-03-161-0/+6
* all: use bytes.Cut, strings.CutRuss Cox2021-10-061-11/+9
* strconv: reject surrogate halves in UnquoteJoe Tsai2021-08-212-2/+5
* all: fix typosYasuhiro Matsumoto2021-08-171-1/+1
* strconv: document parsing of leading +/-Damien Neil2021-06-092-3/+18
* strconv: ParseFloat: always return ErrSyntax for bad syntaxIan Lance Taylor2021-06-072-1/+4
* strconv: fix a typoEndlessCheng2021-05-041-1/+1
* strconv: add QuotedPrefixJoe Tsai2021-05-044-85/+153
* strconv: remove unused extfloat (Grisu3) ftoa codeRémy Oudompheng2021-04-272-517/+5
* strconv: Implement Ryū algorithm for ftoa shortest modeRémy Oudompheng2021-04-153-10/+287
* strconv: implement Ryū-like algorithm for fixed precision ftoaRémy Oudompheng2021-04-155-5/+374
* all: faster midpoint computation in binary searchyangwenmai2021-02-232-4/+4
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-203-0/+3
* Merge branch 'master' into dev.regabiAlexander Rakoczy2020-12-141-2/+2
|\
| * all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-2/+2
* | [dev.regabi] strconv: add to bootstrap packagesMatthew Dempsky2020-11-244-14/+39
|/
* strconv: revert ParseFloat/ParseComplex error on incorrect bitSizeBen Hoyt2020-11-034-22/+30
* strconv: fix incorrect bit size in ParseComplex; add testsBen Hoyt2020-10-306-3/+101
* strconv: make Eisel-Lemire handle long mantissasRémy Oudompheng2020-10-292-12/+65
* strconv: remove extfloat.go atof code pathNigel Tao2020-10-293-176/+18
* strconv: add eiselLemire32Nigel Tao2020-10-232-6/+84
* strconv: increase the Eisel-Lemire exp10 rangeNigel Tao2020-10-221-5/+119
* strconv: fix Eisel-Lemire for negative zeroNigel Tao2020-10-221-2/+5
* strconv: use the Eisel-Lemire ParseFloat algorithmNigel Tao2020-10-173-1/+699
* unicode: upgrade to Unicode 13.0.0Marcel van Lohuizen2020-08-201-44/+54
* strconv: fix ParseComplex for strings with separatorsRobert Griesemer2020-05-083-18/+25
* strconv: add ParseComplex and FormatComplexpj2020-05-085-3/+330
* strconv: fix for parseFloatPrefixRobert Griesemer2020-04-302-3/+8
* strconv: implement parseFloatPrefix returning no. of bytes consumedRobert Griesemer2020-04-303-67/+104
* strconv: remove redundant conversions to intsmasher1642020-04-271-2/+2
* strconv: add comment re extFloat errorscaleNigel Tao2020-04-111-1/+23
* all: avoid string(i) where i has type intIan Lance Taylor2020-02-261-33/+33
* strconv: stop describing Unicode graphic characters as non-ASCIIIan Lance Taylor2020-01-261-5/+6
* strconv: reformat and tidy comments in exampleRob Pike2019-11-111-3/+6
* unicode: upgrade to Unicode 12Marcel van Lohuizen2019-11-051-39/+47