summaryrefslogtreecommitdiff
path: root/src/strconv
Commit message (Expand)AuthorAgeFilesLines
* strconv: apply Brad's review commentRuss Cox2017-07-171-2/+2
* strconv: fix initialization of atofRandomTestsRuss Cox2017-07-171-1/+9
* strconv: adds missing comment to neg flag, formats comment on trunc flagAdam Kisala2017-07-151-2/+2
* strconv: optimize decimal ints formatting with smallsStringAliaksandr Valialkin2017-03-222-10/+73
* strconv: replace small int string table with constant stringRobert Griesemer2017-03-171-21/+32
* strconv: optimize formatting for small decimal intsAliaksandr Valialkin2017-03-162-4/+52
* strconv: fix performance regression in integer formatting on 32bit platformsMartin Möhrmann2017-03-121-9/+12
* strconv: use % instead of computing the remainder from the quotientRobert Griesemer2017-03-111-22/+26
* strconv: remove unused append rune width paramDaniel Martí2017-03-061-3/+3
* strconv: strip \r in raw strings passed to UnquoteQuentin Smith2016-10-172-1/+12
* strconv: make FormatFloat slowpath a little fasterAlberto Donizetti2016-10-172-2/+7
* strconv: fix function name in errors for AtoiJoe Tsai2016-09-042-0/+35
* strconv: clarify doc for Atoi return typeJustyn Temme2016-06-281-1/+1
* unicode: upgrade to version 9.0.0Marcel van Lohuizen2016-06-281-28/+54
* strconv: use Run for some benchmarksMarcel van Lohuizen2016-06-021-47/+38
* strconv: fix ParseFloat for special forms of zero valuesRobert Griesemer2016-04-192-1/+27
* all: remove unnecessary type conversionsMatthew Dempsky2016-04-151-2/+2
* all: single space after period.Brad Fitzpatrick2016-03-026-8/+8
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-294-9/+10
* strconv: Avoid allocation in AppendQuote*Justin Nuß2016-02-272-65/+109
* strconv: slightly simplified roundShortest; better commentsRobert Griesemer2015-09-232-13/+11
* strconv: fix commentRobert Griesemer2015-09-101-1/+1
* strconv: add QuoteToGraphic and friendsRob Pike2015-09-084-30/+162
* strconv: add examples to packageCarlos C2015-07-224-37/+395
* unicode: upgrade to 8.0.0Marcel van Lohuizen2015-06-261-38/+51
* strconv: minor internal comment fixRobert Griesemer2015-05-271-3/+2
* strconv: use 64bit uint for decimal conversion if availableRobert Griesemer2015-04-101-38/+73
* all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder2015-03-181-1/+1
* strconv: simplify code for binary exponent float formatMartin Möhrmann2015-03-052-31/+20
* strconv: simplified logic resulting in faster float formattingRobert Griesemer2015-02-111-31/+24
* strconv: fix internal documentation (clarification, typos)Robert Griesemer2015-02-051-3/+3
* strconv: speed up atoi for common casesMartin Möhrmann2015-01-081-18/+22
* strconv: add atoi tests for uncommon bases and syntax errorsMartin Möhrmann2015-01-081-23/+60
* strconv: optimize decimal to string conversionMartin Möhrmann2014-12-301-23/+35
* strconv/itoa: add test to generate the longest output string possible by form...Martin Möhrmann2014-12-271-0/+1
* strconv: fix documentation for CanBackquote.Rob Pike2014-09-091-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-0822-0/+5767