aboutsummaryrefslogtreecommitdiff
path: root/src/strconv/itoa.go
AgeCommit message (Expand)Author
2024-04-04strconv: add available godoc linkcui fliter
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2018-12-31strconv: make docs for Itoa and Atoi slightly higher levelJosh Bleecher Snyder
2018-10-15strconv: add comment explaining bounded shift in formatBitsMartin Möhrmann
2018-05-03strconv: simplify and optimize Itoa(small)Marvin Stenger
2018-05-01strconv: use bounded bits.TrailingZeros instead of shifts tableMartin Möhrmann
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
2015-09-10strconv: fix commentRobert Griesemer
2014-12-30strconv: optimize decimal to string conversionMartin Möhrmann
2014-09-08build: move package sources from src/pkg to srcRuss Cox