aboutsummaryrefslogtreecommitdiff
path: root/src/strconv/atoi.go
AgeCommit message (Expand)Author
2024-05-05strconv: use stringslite.Cloneqiulaidongfeng
2024-04-04strconv: add available godoc linkcui fliter
2022-08-23strconv: optimize Parse for []byte argumentsJoe Tsai
2022-06-04strconv: clarify ParseFloat accepts Go syntax for float literalsBen Hoyt
2021-06-09strconv: document parsing of leading +/-Damien Neil
2021-05-04strconv: fix a typoEndlessCheng
2020-05-08strconv: add ParseComplex and FormatComplexpj
2020-04-27strconv: remove redundant conversions to intsmasher164
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-02-12strconv: add 0b, 0o integer prefixes in ParseInt, ParseUintRuss Cox
2019-02-12strconv: accept underscores in ParseInt, ParseUint, ParseFloatRuss Cox
2019-02-12strconv: parse hex floatsRuss Cox
2018-12-31strconv: make docs for Itoa and Atoi slightly higher levelJosh Bleecher Snyder
2018-10-06all: remove unneeded parentheses from package consts and varsTim Cooper
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-13strconv: fix ParseUint return value on range overflowMartin Möhrmann
2016-09-04strconv: fix function name in errors for AtoiJoe Tsai
2016-06-28strconv: clarify doc for Atoi return typeJustyn Temme
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2015-01-08strconv: speed up atoi for common casesMartin Möhrmann
2014-09-08build: move package sources from src/pkg to srcRuss Cox