aboutsummaryrefslogtreecommitdiff
path: root/src/strconv
AgeCommit message (Expand)Author
2018-10-15strconv: add comment explaining bounded shift in formatBitsMartin Möhrmann
2018-10-08strconv: add example for QuoteRuneToGraphic and QuoteToGraphic functionsUrvil Patel
2018-10-06all: remove unneeded parentheses from package consts and varsTim Cooper
2018-09-03strconv: add example for IsGraphicAnkit Goyal
2018-08-22strconv: use bytealg implementation of IndexByteStringTim Cooper
2018-08-01strconv: clarify "g" and "G" precision in the docsDaniela Petruzalek
2018-06-09strconv: add missing period to godoc commentMark Rushakoff
2018-06-04strconv: check for empty string in UnquoteCharRebecca Stambler
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-05-30strconv: simplify (*extFloat).NormalizeIlya Tocar
2018-05-07strconv: update Unquote example to be more conciseSabin Mihai Rapan
2018-05-03strconv: simplify and optimize Itoa(small)Marvin Stenger
2018-05-01strconv: use bounded bits.TrailingZeros instead of shifts tableMartin Möhrmann
2018-03-19strconv: make code formatting more consistent in doc.goquasilyte
2018-03-10all: fix non-standard "DO NOT EDIT" comments for generated filesMark Rushakoff
2018-02-13strconv: detect invalid UTF-8 in the Unquote fast pathBrad Fitzpatrick
2017-10-24unicode: update to Unicode 10.0.0Marcel van Lohuizen
2017-09-15all: fix article typosKunpei Sakai
2017-08-26all: remove some double spaces from commentsDaniel Martí
2017-08-25strconv: optimize Atoi for common caseAliaksandr Valialkin
2017-08-22strconv: check bitsize range in ParseInt and ParseUintMartin Möhrmann
2017-08-15strconv: cleanup variable declarations in ParseUintMartin Möhrmann
2017-08-14strconv: unify error creation in ParseUint with ParseIntMartin Möhrmann
2017-08-14strconv: adjust test output and names for parseUint and parseIntMartin Möhrmann
2017-08-13strconv: avoid truncation of output in parse int testsMartin Möhrmann
2017-08-13strconv: fix ParseUint return value on range overflowMartin Möhrmann
2017-07-17strconv: apply Brad's review commentRuss Cox
2017-07-17strconv: fix initialization of atofRandomTestsRuss Cox
2017-07-15strconv: adds missing comment to neg flag, formats comment on trunc flagAdam Kisala
2017-03-22strconv: optimize decimal ints formatting with smallsStringAliaksandr Valialkin
2017-03-17strconv: replace small int string table with constant stringRobert Griesemer
2017-03-16strconv: optimize formatting for small decimal intsAliaksandr Valialkin
2017-03-12strconv: fix performance regression in integer formatting on 32bit platformsMartin Möhrmann
2017-03-11strconv: use % instead of computing the remainder from the quotientRobert Griesemer
2017-03-06strconv: remove unused append rune width paramDaniel Martí
2016-10-17strconv: strip \r in raw strings passed to UnquoteQuentin Smith
2016-10-17strconv: make FormatFloat slowpath a little fasterAlberto Donizetti
2016-09-04strconv: fix function name in errors for AtoiJoe Tsai
2016-06-28strconv: clarify doc for Atoi return typeJustyn Temme
2016-06-28unicode: upgrade to version 9.0.0Marcel van Lohuizen
2016-06-02strconv: use Run for some benchmarksMarcel van Lohuizen
2016-04-19strconv: fix ParseFloat for special forms of zero valuesRobert Griesemer
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2016-02-27strconv: Avoid allocation in AppendQuote*Justin Nuß
2015-09-23strconv: slightly simplified roundShortest; better commentsRobert Griesemer
2015-09-10strconv: fix commentRobert Griesemer
2015-09-08strconv: add QuoteToGraphic and friendsRob Pike