aboutsummaryrefslogtreecommitdiff
path: root/src/strconv
AgeCommit message (Expand)Author
2020-05-08strconv: fix ParseComplex for strings with separatorsRobert Griesemer
2020-05-08strconv: add ParseComplex and FormatComplexpj
2020-04-30strconv: fix for parseFloatPrefixRobert Griesemer
2020-04-30strconv: implement parseFloatPrefix returning no. of bytes consumedRobert Griesemer
2020-04-27strconv: remove redundant conversions to intsmasher164
2020-04-11strconv: add comment re extFloat errorscaleNigel Tao
2020-02-26all: avoid string(i) where i has type intIan Lance Taylor
2020-01-26strconv: stop describing Unicode graphic characters as non-ASCIIIan Lance Taylor
2019-11-11strconv: reformat and tidy comments in exampleRob Pike
2019-11-05unicode: upgrade to Unicode 12Marcel van Lohuizen
2019-09-30strconv: add Unwrap to custom error typesPantelis Sampaziotis
2019-08-28strconv: Speed improvement to number parsingSam Arnold
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