aboutsummaryrefslogtreecommitdiff
path: root/src/strconv/itoa_test.go
AgeCommit message (Expand)Author
2018-05-03strconv: simplify and optimize Itoa(small)Marvin Stenger
2017-03-22strconv: optimize decimal ints formatting with smallsStringAliaksandr Valialkin
2017-03-16strconv: optimize formatting for small decimal intsAliaksandr Valialkin
2014-12-27strconv/itoa: add test to generate the longest output string possible by form...Martin Möhrmann
2014-09-08build: move package sources from src/pkg to srcRuss Cox