aboutsummaryrefslogtreecommitdiff
path: root/src/strconv
AgeCommit message (Expand)Author
2019-08-23strconv: simplify the text for bases in ParseIntRob Pike
2019-08-22strconv: update documentationEmmanuel T Odeke
2019-05-31strconv: document handling of NaN and ±InfAndrew Gerrand
2019-05-23strconv: fix rounding in FormatFloat fallback pathCaleb Spare
2019-04-29strconv: Document ParseFloat's special casesAlex Myasoedov
2019-04-25all: update to Unicode 11Marcel van Lohuizen
2019-04-18strconv: pre-allocate in appendQuotedWithRob Pike
2019-03-04strconv: simplify (*extFloat).Multiply using math/bits.Mul64Rémy Oudompheng
2019-02-27strconv: remove use of DeepEqual for testing errorsMarcel van Lohuizen
2019-02-12strconv: add 0b, 0o integer prefixes in ParseInt, ParseUintRuss Cox
2019-02-12strconv: accept underscores in ParseInt, ParseUint, ParseFloatRuss Cox
2019-02-12strconv: format hex floatsRuss Cox
2019-02-12strconv: parse hex floatsRuss Cox
2018-12-31strconv: make docs for Itoa and Atoi slightly higher levelJosh Bleecher Snyder
2018-12-30strconv: add missing package name into doc.go(godoc overview)Hidetatsu Yaginuma
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í