aboutsummaryrefslogtreecommitdiff
path: root/src/strconv/decimal.go
AgeCommit message (Expand)Author
2017-07-15strconv: adds missing comment to neg flag, formats comment on trunc flagAdam Kisala
2016-10-17strconv: make FormatFloat slowpath a little fasterAlberto Donizetti
2015-04-10strconv: use 64bit uint for decimal conversion if availableRobert Griesemer
2015-02-05strconv: fix internal documentation (clarification, typos)Robert Griesemer
2014-09-08build: move package sources from src/pkg to srcRuss Cox