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
2025-04-07
strconv: use switch for '+'/'-' prefix handling
zhi.wang
2025-02-24
strconv: use builtin min function in commonPrefixLenIgnoreCase
Jes Cok
2025-01-27
strconv: adjust comment so that gofmt doesn't mung it
Ian Lance Taylor
2024-12-17
fmt, strconv: document that exponent is always two digits
Ian Lance Taylor
2024-11-14
strconv: cleanup old compiler bits.TrailingZeros workaround
Jorropo
2024-10-16
strconv: display format options as list
Sean Liao
2024-07-22
strconv: document that Unquote("''") returns an empty string
Yossef Hisham
2024-05-05
strconv: use stringslite.Clone
qiulaidongfeng
2024-04-04
strconv: add available godoc link
cui fliter
2024-03-12
strconv: use generics to reduce redundant helper functions
apocelipes
2024-03-11
strconv: use slices.BinarySearch to simplify makeisprint.go
apocelipes
2023-10-19
all: drop old +build lines
Dmitri Shuralyov
2023-10-13
strconv: add example for QuotedPrefix
Joe Tsai
2023-08-24
strconv: add missing function name, avoid unnecessary raw string
Luka Krmpotić
2023-08-17
strconv: rely on utf8.AppendRune
Joe Tsai
2023-08-11
strconv: use the built-in min/max function
qiulaidongfeng
2023-03-25
all: add a few links in package godocs
Daniel Martí
2023-02-21
strconv: add Atoi test cases with characters less than '0'
Anuraag Agrawal
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
[next]