aboutsummaryrefslogtreecommitdiff
path: root/src/strconv/atoi_test.go
AgeCommit message (Expand)Author
2023-02-21strconv: add Atoi test cases with characters less than '0'Anuraag Agrawal
2021-06-09strconv: document parsing of leading +/-Damien Neil
2019-09-30strconv: add Unwrap to custom error typesPantelis Sampaziotis
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
2017-08-25strconv: optimize Atoi for common caseAliaksandr Valialkin
2017-08-22strconv: check bitsize range in ParseInt and ParseUintMartin 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
2016-03-02all: single space after period.Brad Fitzpatrick
2015-01-08strconv: add atoi tests for uncommon bases and syntax errorsMartin Möhrmann
2014-09-08build: move package sources from src/pkg to srcRuss Cox