index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
strconv
Commit message (
Expand
)
Author
Age
Files
Lines
*
strconv: apply Brad's review comment
Russ Cox
2017-07-17
1
-2
/
+2
*
strconv: fix initialization of atofRandomTests
Russ Cox
2017-07-17
1
-1
/
+9
*
strconv: adds missing comment to neg flag, formats comment on trunc flag
Adam Kisala
2017-07-15
1
-2
/
+2
*
strconv: optimize decimal ints formatting with smallsString
Aliaksandr Valialkin
2017-03-22
2
-10
/
+73
*
strconv: replace small int string table with constant string
Robert Griesemer
2017-03-17
1
-21
/
+32
*
strconv: optimize formatting for small decimal ints
Aliaksandr Valialkin
2017-03-16
2
-4
/
+52
*
strconv: fix performance regression in integer formatting on 32bit platforms
Martin Möhrmann
2017-03-12
1
-9
/
+12
*
strconv: use % instead of computing the remainder from the quotient
Robert Griesemer
2017-03-11
1
-22
/
+26
*
strconv: remove unused append rune width param
Daniel Martí
2017-03-06
1
-3
/
+3
*
strconv: strip \r in raw strings passed to Unquote
Quentin Smith
2016-10-17
2
-1
/
+12
*
strconv: make FormatFloat slowpath a little faster
Alberto Donizetti
2016-10-17
2
-2
/
+7
*
strconv: fix function name in errors for Atoi
Joe Tsai
2016-09-04
2
-0
/
+35
*
strconv: clarify doc for Atoi return type
Justyn Temme
2016-06-28
1
-1
/
+1
*
unicode: upgrade to version 9.0.0
Marcel van Lohuizen
2016-06-28
1
-28
/
+54
*
strconv: use Run for some benchmarks
Marcel van Lohuizen
2016-06-02
1
-47
/
+38
*
strconv: fix ParseFloat for special forms of zero values
Robert Griesemer
2016-04-19
2
-1
/
+27
*
all: remove unnecessary type conversions
Matthew Dempsky
2016-04-15
1
-2
/
+2
*
all: single space after period.
Brad Fitzpatrick
2016-03-02
6
-8
/
+8
*
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-03-01
1
-1
/
+1
*
all: remove public named return values when useless
Brad Fitzpatrick
2016-02-29
4
-9
/
+10
*
strconv: Avoid allocation in AppendQuote*
Justin Nuß
2016-02-27
2
-65
/
+109
*
strconv: slightly simplified roundShortest; better comments
Robert Griesemer
2015-09-23
2
-13
/
+11
*
strconv: fix comment
Robert Griesemer
2015-09-10
1
-1
/
+1
*
strconv: add QuoteToGraphic and friends
Rob Pike
2015-09-08
4
-30
/
+162
*
strconv: add examples to package
Carlos C
2015-07-22
4
-37
/
+395
*
unicode: upgrade to 8.0.0
Marcel van Lohuizen
2015-06-26
1
-38
/
+51
*
strconv: minor internal comment fix
Robert Griesemer
2015-05-27
1
-3
/
+2
*
strconv: use 64bit uint for decimal conversion if available
Robert Griesemer
2015-04-10
1
-38
/
+73
*
all: use "reports whether" in place of "returns true if(f)"
Josh Bleecher Snyder
2015-03-18
1
-1
/
+1
*
strconv: simplify code for binary exponent float format
Martin Möhrmann
2015-03-05
2
-31
/
+20
*
strconv: simplified logic resulting in faster float formatting
Robert Griesemer
2015-02-11
1
-31
/
+24
*
strconv: fix internal documentation (clarification, typos)
Robert Griesemer
2015-02-05
1
-3
/
+3
*
strconv: speed up atoi for common cases
Martin Möhrmann
2015-01-08
1
-18
/
+22
*
strconv: add atoi tests for uncommon bases and syntax errors
Martin Möhrmann
2015-01-08
1
-23
/
+60
*
strconv: optimize decimal to string conversion
Martin Möhrmann
2014-12-30
1
-23
/
+35
*
strconv/itoa: add test to generate the longest output string possible by form...
Martin Möhrmann
2014-12-27
1
-0
/
+1
*
strconv: fix documentation for CanBackquote.
Rob Pike
2014-09-09
1
-1
/
+1
*
build: move package sources from src/pkg to src
Russ Cox
2014-09-08
22
-0
/
+5767