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
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
2019-08-23
strconv: simplify the text for bases in ParseInt
Rob Pike
2019-08-22
strconv: update documentation
Emmanuel T Odeke
2019-05-31
strconv: document handling of NaN and ±Inf
Andrew Gerrand
2019-05-23
strconv: fix rounding in FormatFloat fallback path
Caleb Spare
2019-04-29
strconv: Document ParseFloat's special cases
Alex Myasoedov
2019-04-25
all: update to Unicode 11
Marcel van Lohuizen
2019-04-18
strconv: pre-allocate in appendQuotedWith
Rob Pike
2019-03-04
strconv: simplify (*extFloat).Multiply using math/bits.Mul64
Rémy Oudompheng
2019-02-27
strconv: remove use of DeepEqual for testing errors
Marcel van Lohuizen
2019-02-12
strconv: add 0b, 0o integer prefixes in ParseInt, ParseUint
Russ Cox
2019-02-12
strconv: accept underscores in ParseInt, ParseUint, ParseFloat
Russ Cox
2019-02-12
strconv: format hex floats
Russ Cox
2019-02-12
strconv: parse hex floats
Russ Cox
2018-12-31
strconv: make docs for Itoa and Atoi slightly higher level
Josh Bleecher Snyder
2018-12-30
strconv: add missing package name into doc.go(godoc overview)
Hidetatsu Yaginuma
2018-10-15
strconv: add comment explaining bounded shift in formatBits
Martin Möhrmann
2018-10-08
strconv: add example for QuoteRuneToGraphic and QuoteToGraphic functions
Urvil Patel
2018-10-06
all: remove unneeded parentheses from package consts and vars
Tim Cooper
2018-09-03
strconv: add example for IsGraphic
Ankit Goyal
2018-08-22
strconv: use bytealg implementation of IndexByteString
Tim Cooper
2018-08-01
strconv: clarify "g" and "G" precision in the docs
Daniela Petruzalek
2018-06-09
strconv: add missing period to godoc comment
Mark Rushakoff
2018-06-04
strconv: check for empty string in UnquoteChar
Rebecca Stambler
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
[prev]
[next]