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
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í
2016-10-17
strconv: strip \r in raw strings passed to Unquote
Quentin Smith
2016-10-17
strconv: make FormatFloat slowpath a little faster
Alberto Donizetti
2016-09-04
strconv: fix function name in errors for Atoi
Joe Tsai
2016-06-28
strconv: clarify doc for Atoi return type
Justyn Temme
2016-06-28
unicode: upgrade to version 9.0.0
Marcel van Lohuizen
2016-06-02
strconv: use Run for some benchmarks
Marcel van Lohuizen
2016-04-19
strconv: fix ParseFloat for special forms of zero values
Robert Griesemer
2016-04-15
all: remove unnecessary type conversions
Matthew Dempsky
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-29
all: remove public named return values when useless
Brad Fitzpatrick
2016-02-27
strconv: Avoid allocation in AppendQuote*
Justin Nuß
2015-09-23
strconv: slightly simplified roundShortest; better comments
Robert Griesemer
2015-09-10
strconv: fix comment
Robert Griesemer
2015-09-08
strconv: add QuoteToGraphic and friends
Rob Pike
2015-07-22
strconv: add examples to package
Carlos C
2015-06-26
unicode: upgrade to 8.0.0
Marcel van Lohuizen
2015-05-27
strconv: minor internal comment fix
Robert Griesemer
2015-04-10
strconv: use 64bit uint for decimal conversion if available
Robert Griesemer
2015-03-18
all: use "reports whether" in place of "returns true if(f)"
Josh Bleecher Snyder
2015-03-05
strconv: simplify code for binary exponent float format
Martin Möhrmann
2015-02-11
strconv: simplified logic resulting in faster float formatting
Robert Griesemer
2015-02-05
strconv: fix internal documentation (clarification, typos)
Robert Griesemer
2015-01-08
strconv: speed up atoi for common cases
Martin Möhrmann
[prev]
[next]