summaryrefslogtreecommitdiff
path: root/src/pkg/strconv/itoa_test.go
Commit message (Expand)AuthorAgeFilesLines
* strconv: make malloc tests more reliableDave Cheney2012-04-141-30/+0
* strconv: run garbage collection before counting allocations in testRuss Cox2012-02-191-0/+1
* runtime: delete UpdateMemStats, replace with ReadMemStats(&stats).R?my Oudompheng2012-02-061-4/+5
* strconv: some allocation testsBrad Fitzpatrick2011-12-131-0/+28
* strconv: 34% to 63% faster conversionsRobert Griesemer2011-12-061-2/+36
* strconv: new APIRuss Cox2011-12-051-72/+24
* gofmt -s -w src miscRobert Griesemer2010-10-221-46/+46
* tests: fix printsRob Pike2010-09-231-12/+12
* strconv.Uitob64: allow conversion of 64-bit binaries (buffer was too small).Rob Pike2010-07-011-0/+2
* 1) Change default gofmt default settings forRobert Griesemer2009-12-151-20/+20
* - replaced gofmt expression formatting algorithm withRobert Griesemer2009-11-091-13/+13
* remove semis after statements in one-statement statement listsRobert Griesemer2009-11-091-12/+12
* gofmt-ify strconvRobert Griesemer2009-11-041-2/+2
* apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc...Russ Cox2009-10-071-55/+55
* unused importsRuss Cox2009-09-171-2/+0
* more "declared and not used".Russ Cox2009-09-151-2/+2
* convert low-level (used by testing) packages toRuss Cox2009-08-121-26/+26
* add Uitoa etc.Russ Cox2009-07-021-12/+75
* mv src/lib to src/pkgRob Pike2009-06-091-0/+111