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
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
2018-05-30
strconv: simplify (*extFloat).Normalize
Ilya Tocar
2018-05-07
strconv: update Unquote example to be more concise
Sabin Mihai Rapan
2018-05-03
strconv: simplify and optimize Itoa(small)
Marvin Stenger
2018-05-01
strconv: use bounded bits.TrailingZeros instead of shifts table
Martin Möhrmann
2018-03-19
strconv: make code formatting more consistent in doc.go
quasilyte
2018-03-10
all: fix non-standard "DO NOT EDIT" comments for generated files
Mark Rushakoff
2018-02-13
strconv: detect invalid UTF-8 in the Unquote fast path
Brad Fitzpatrick
2017-10-24
unicode: update to Unicode 10.0.0
Marcel van Lohuizen
2017-09-15
all: fix article typos
Kunpei Sakai
2017-08-26
all: remove some double spaces from comments
Daniel Martí
2017-08-25
strconv: optimize Atoi for common case
Aliaksandr Valialkin
2017-08-22
strconv: check bitsize range in ParseInt and ParseUint
Martin Möhrmann
2017-08-15
strconv: cleanup variable declarations in ParseUint
Martin Möhrmann
2017-08-14
strconv: unify error creation in ParseUint with ParseInt
Martin Möhrmann
2017-08-14
strconv: adjust test output and names for parseUint and parseInt
Martin Möhrmann
2017-08-13
strconv: avoid truncation of output in parse int tests
Martin Möhrmann
2017-08-13
strconv: fix ParseUint return value on range overflow
Martin Möhrmann
2017-07-17
strconv: apply Brad's review comment
Russ Cox
2017-07-17
strconv: fix initialization of atofRandomTests
Russ Cox
2017-07-15
strconv: adds missing comment to neg flag, formats comment on trunc flag
Adam Kisala
2017-03-22
strconv: optimize decimal ints formatting with smallsString
Aliaksandr Valialkin
2017-03-17
strconv: replace small int string table with constant string
Robert Griesemer
2017-03-16
strconv: optimize formatting for small decimal ints
Aliaksandr Valialkin
2017-03-12
strconv: fix performance regression in integer formatting on 32bit platforms
Martin Möhrmann
2017-03-11
strconv: use % instead of computing the remainder from the quotient
Robert Griesemer
2017-03-06
strconv: remove unused append rune width param
Daniel Martí
[prev]
[next]