index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
strconv
Age
Commit message (
Expand
)
Author
2023-02-06
all: upgrade Unicode from 13.0.0 to 15.0.0
weebney
2023-01-31
strconv: show what fmt package uses for float printing
Kevin Burke
2022-10-26
all: remove uses of rand.Seed
Russ Cox
2022-09-30
strconv: delete unused field
cuiweixie
2022-09-15
strconv: add a test case when base is illegal
cui fliter
2022-09-09
strconv: remove redundant type conversion
cui fliter
2022-08-23
strconv: optimize Parse for []byte arguments
Joe Tsai
2022-06-24
strconv: avoid panic on invalid call to FormatFloat
Rémy Oudompheng
2022-06-06
strconv: fix typo in atof.go
90364136+butterfly1924@users.noreply.github.com
2022-06-04
strconv: clarify ParseFloat accepts Go syntax for float literals
Ben Hoyt
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2022-03-31
strconv: quote rune 007F as \x7f, not \u007f
Ian Lance Taylor
2022-03-16
fmt, strconv: document use of Unicode replacement character in %q
Russ Cox
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-08-21
strconv: reject surrogate halves in Unquote
Joe Tsai
2021-08-17
all: fix typos
Yasuhiro Matsumoto
2021-06-09
strconv: document parsing of leading +/-
Damien Neil
2021-06-07
strconv: ParseFloat: always return ErrSyntax for bad syntax
Ian Lance Taylor
2021-05-04
strconv: fix a typo
EndlessCheng
2021-05-04
strconv: add QuotedPrefix
Joe Tsai
2021-04-27
strconv: remove unused extfloat (Grisu3) ftoa code
Rémy Oudompheng
2021-04-15
strconv: Implement Ryū algorithm for ftoa shortest mode
Rémy Oudompheng
2021-04-15
strconv: implement Ryū-like algorithm for fixed precision ftoa
Rémy Oudompheng
2021-02-23
all: faster midpoint computation in binary search
yangwenmai
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-12-14
Merge branch 'master' into dev.regabi
Alexander Rakoczy
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-11-24
[dev.regabi] strconv: add to bootstrap packages
Matthew Dempsky
2020-11-03
strconv: revert ParseFloat/ParseComplex error on incorrect bitSize
Ben Hoyt
2020-10-30
strconv: fix incorrect bit size in ParseComplex; add tests
Ben Hoyt
2020-10-29
strconv: make Eisel-Lemire handle long mantissas
Rémy Oudompheng
2020-10-29
strconv: remove extfloat.go atof code path
Nigel Tao
2020-10-23
strconv: add eiselLemire32
Nigel Tao
2020-10-22
strconv: increase the Eisel-Lemire exp10 range
Nigel Tao
2020-10-22
strconv: fix Eisel-Lemire for negative zero
Nigel Tao
2020-10-17
strconv: use the Eisel-Lemire ParseFloat algorithm
Nigel Tao
2020-08-20
unicode: upgrade to Unicode 13.0.0
Marcel van Lohuizen
2020-05-08
strconv: fix ParseComplex for strings with separators
Robert Griesemer
2020-05-08
strconv: add ParseComplex and FormatComplex
pj
2020-04-30
strconv: fix for parseFloatPrefix
Robert Griesemer
2020-04-30
strconv: implement parseFloatPrefix returning no. of bytes consumed
Robert Griesemer
2020-04-27
strconv: remove redundant conversions to int
smasher164
2020-04-11
strconv: add comment re extFloat errorscale
Nigel Tao
2020-02-26
all: avoid string(i) where i has type int
Ian Lance Taylor
2020-01-26
strconv: stop describing Unicode graphic characters as non-ASCII
Ian Lance Taylor
2019-11-11
strconv: reformat and tidy comments in example
Rob Pike
2019-11-05
unicode: upgrade to Unicode 12
Marcel van Lohuizen
2019-09-30
strconv: add Unwrap to custom error types
Pantelis Sampaziotis
2019-08-28
strconv: Speed improvement to number parsing
Sam Arnold
[next]