Sign in
go
/
go
/
ab552aa3b69deb208b38677880e86aa41c3a9e47
/
src
/
strconv
3a67d59
strconv: fix function name in errors for Atoi
by Joe Tsai
· 9 years ago
b0838ca
strconv: clarify doc for Atoi return type
by Justyn Temme
· 9 years ago
a2a4db7
unicode: upgrade to version 9.0.0
by Marcel van Lohuizen
· 9 years ago
0f5697a
strconv: use Run for some benchmarks
by Marcel van Lohuizen
· 9 years ago
5e74d40
strconv: fix ParseFloat for special forms of zero values
by Robert Griesemer
· 9 years ago
0da4dbe
all: remove unnecessary type conversions
by Matthew Dempsky
· 9 years ago
5fea2cc
all: single space after period.
by Brad Fitzpatrick
· 9 years ago
5194744
all: make copyright headers consistent with one space after period
by Brad Fitzpatrick
· 9 years ago
351c15f
all: remove public named return values when useless
by Brad Fitzpatrick
· 9 years ago
9d73a6d
strconv: Avoid allocation in AppendQuote*
by Justin Nuß
· 9 years ago
0befa47
strconv: slightly simplified roundShortest; better comments
by Robert Griesemer
· 9 years ago
63ee321
strconv: fix comment
by Robert Griesemer
· 10 years ago
74288f0
strconv: add QuoteToGraphic and friends
by Rob Pike
· 10 years ago
1c89007
strconv: add examples to package
by Carlos C
· 10 years ago
fe15da6
unicode: upgrade to 8.0.0
by Marcel van Lohuizen
· 10 years ago
acd82d5
strconv: minor internal comment fix
by Robert Griesemer
· 10 years ago
faa9d1e
strconv: use 64bit uint for decimal conversion if available
by Robert Griesemer
· 10 years ago
2adc4e8
all: use "reports whether" in place of "returns true if(f)"
by Josh Bleecher Snyder
· 10 years ago
d5b5d67
strconv: simplify code for binary exponent float format
by Martin Möhrmann
· 10 years ago
81a3f29
strconv: simplified logic resulting in faster float formatting
by Robert Griesemer
· 10 years ago
9209d89
strconv: fix internal documentation (clarification, typos)
by Robert Griesemer
· 10 years ago
06ed8f0
strconv: speed up atoi for common cases
by Martin Möhrmann
· 10 years ago
878fa88
strconv: add atoi tests for uncommon bases and syntax errors
by Martin Möhrmann
· 10 years ago
241583a
strconv: optimize decimal to string conversion
by Martin Möhrmann
· 10 years ago
0668b59
strconv/itoa: add test to generate the longest output string possible by formatBits
by Martin Möhrmann
· 10 years ago
b6571a0
strconv: fix documentation for CanBackquote. Space is not a control character.
by Rob Pike
· 11 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago