]> Cypherpunks.ru repositories - gostls13.git/history - src/strconv
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / strconv /
2023-10-19 Dmitri Shuralyovall: drop old +build lines
2023-10-13 Joe Tsaistrconv: add example for QuotedPrefix
2023-08-24 Luka Krmpotićstrconv: add missing function name, avoid unnecessary...
2023-08-17 Joe Tsaistrconv: rely on utf8.AppendRune
2023-08-11 qiulaidongfengstrconv: use the built-in min/max function
2023-03-25 Daniel Martíall: add a few links in package godocs
2023-02-21 Anuraag Agrawalstrconv: add Atoi test cases with characters less than '0'
2023-02-06 weebneyall: upgrade Unicode from 13.0.0 to 15.0.0
2023-01-31 Kevin Burkestrconv: show what fmt package uses for float printing
2022-10-26 Russ Coxall: remove uses of rand.Seed
2022-09-30 cuiweixiestrconv: delete unused field
2022-09-15 cui fliterstrconv: add a test case when base is illegal
2022-09-09 cui fliterstrconv: remove redundant type conversion
2022-08-23 Joe Tsaistrconv: optimize Parse for []byte arguments
2022-06-30 Matthew Dempsky[dev.unified] all: merge master (993c387) into dev...
2022-06-24 Rémy Oudomphengstrconv: avoid panic on invalid call to FormatFloat
2022-06-16 Matthew Dempsky[dev.unified] all: merge master (635b124) into dev...
2022-06-06 90364136+butterfly... strconv: fix typo in atof.go
2022-06-04 Ben Hoytstrconv: clarify ParseFloat accepts Go syntax for float...
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-11 Russ Coxall: gofmt main repo
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-01 Russ Coxall: remove trailing blank doc comment lines
2022-03-31 Ian Lance Taylorstrconv: quote rune 007F as \x7f, not \u007f
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-16 Russ Coxfmt, strconv: document use of Unicode replacement chara...
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-06 Russ Coxall: use bytes.Cut, strings.Cut
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-21 Joe Tsaistrconv: reject surrogate halves in Unquote
2021-08-17 Yasuhiro Matsumotoall: fix typos
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-06-28 Katie Hockman[dev.fuzz] all: merge master (c95464f) into dev.fuzz
2021-06-14 Matthew Dempsky[dev.typeparams] all: merge master (fdab5be) into dev...
2021-06-09 Damien Neilstrconv: document parsing of leading +/-
2021-06-07 Ian Lance Taylorstrconv: ParseFloat: always return ErrSyntax for bad...
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-05-04 EndlessChengstrconv: fix a typo
2021-05-04 Joe Tsaistrconv: add QuotedPrefix
2021-04-27 Rémy Oudomphengstrconv: remove unused extfloat (Grisu3) ftoa code
2021-04-15 Rémy Oudomphengstrconv: Implement Ryū algorithm for ftoa shortest...
2021-04-15 Rémy Oudomphengstrconv: implement Ryū-like algorithm for fixed precisi...
2021-02-23 yangwenmaiall: faster midpoint computation in binary search
2021-02-20 Russ Coxall: go fmt std cmd (but revert vendor)
2021-02-19 Katie Hockman[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2021-02-16 Cherry Zhangall: merge branch dev.regabi (d3cd4830ad) into master
2021-02-16 Cherry Zhang[dev.regabi] all: merge master (5faf941) into dev.regabi
2021-02-12 Cherry Zhang[dev.regabi] all: merge master (ff0e93e) into dev.regabi
2021-02-08 Cherry Zhang[dev.regabi] all: merge master (1901853) into dev.regabi
2021-02-02 Robert Griesemer[dev.regabi] all: merge master (fca94ab) into dev.regabi
2021-01-26 Matthew Dempsky[dev.regabi] all: merge master (bf0f7c9) into dev.regabi
2021-01-22 Matthew Dempsky[dev.regabi] all: merge master (dab3e5a) into dev.regabi
2020-12-28 Matthew Dempsky[dev.regabi] all: merge master (1d78139) into dev.regabi
2020-12-22 Russ Cox[dev.regabi] all: merge master (c9fb4eb) into dev.regabi
2020-12-21 Matthew Dempsky[dev.regabi] all: merge master into dev.regabi
2020-12-14 Robert Griesemer[dev.typeparams] merge: merge branch 'dev.regabi' into...
2020-12-14 Alexander RakoczyMerge branch 'master' into dev.regabi
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-12-09 Russ Coxall: update to use os.ReadFile, os.WriteFile, os.Create...
2020-12-03 Russ Cox[dev.regabi] all: merge master (d0c0dc682c1f) into...
2020-11-25 Russ Cox[dev.regabi] merge master 4481ad6eb6 into dev.regabi
2020-11-25 Russ Cox[dev.typeparams] merge dev.regabi 41f3af9d04 into dev...
2020-11-24 Matthew Dempsky[dev.regabi] strconv: add to bootstrap packages
2020-11-20 Robert Griesemer[dev.typeparams] Merge branch 'master' into dev.typeparams
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-18 Katie Hockman[dev.boringcrypto] crypto/hmac: merge up to 2a206c7...
2020-11-17 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-03 Ben Hoytstrconv: revert ParseFloat/ParseComplex error on incorr...
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-30 Ben Hoytstrconv: fix incorrect bit size in ParseComplex; add...
2020-10-29 Rémy Oudomphengstrconv: make Eisel-Lemire handle long mantissas
2020-10-29 Nigel Taostrconv: remove extfloat.go atof code path
2020-10-23 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-23 Nigel Taostrconv: add eiselLemire32
2020-10-22 Nigel Taostrconv: increase the Eisel-Lemire exp10 range
2020-10-22 Nigel Taostrconv: fix Eisel-Lemire for negative zero
2020-10-17 Nigel Taostrconv: use the Eisel-Lemire ParseFloat algorithm
2020-08-21 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-20 Marcel van Lohuizenunicode: upgrade to Unicode 13.0.0
2020-07-09 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-05-14 Jeremy Faller[dev.link] all: merge master to dev.link
2020-05-08 Robert Griesemerstrconv: fix ParseComplex for strings with separators
2020-05-08 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-05-08 pjstrconv: add ParseComplex and FormatComplex
2020-05-07 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-05-04 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-05-01 Cherry Zhangcmd: merge branch 'dev.link' into master
2020-04-30 Gerrit Code ReviewMerge "cmd: merge branch 'dev.link' into master"
2020-04-30 Robert Griesemerstrconv: fix for parseFloatPrefix
2020-04-30 Cherry Zhangcmd: merge branch 'dev.link' into master
2020-04-30 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-30 Robert Griesemerstrconv: implement parseFloatPrefix returning no. of...
2020-04-29 Than McIntosh[dev.link] all: merge branch 'master' into dev.link
2020-04-27 smasher164strconv: remove redundant conversions to int
2020-04-14 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
next