Sign in
go
/
go
/
e87f2a1b70f4751551ea5bd33e0db3417e76ac4c
/
src
/
strconv
/
itoa_test.go
4c8023b
strconv: optimize decimal ints formatting with smallsString
by Aliaksandr Valialkin
· 8 years ago
bc8b9b2
strconv: optimize formatting for small decimal ints
by Aliaksandr Valialkin
· 8 years ago
0668b59
strconv/itoa: add test to generate the longest output string possible by formatBits
by Martin Möhrmann
· 10 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/strconv/itoa_test.go]
84ef97b
strconv: make malloc tests more reliable
by Dave Cheney
· 13 years ago
a533176
strconv: run garbage collection before counting allocations in test
by Russ Cox
· 13 years ago
842c906
runtime: delete UpdateMemStats, replace with ReadMemStats(&stats).
by Rémy Oudompheng
· 13 years ago
39213c1
strconv: some allocation tests
by Brad Fitzpatrick
· 13 years ago
e0c006a
strconv: 34% to 63% faster conversions
by Robert Griesemer
· 13 years ago
efbeaed
strconv: new API
by Russ Cox
· 13 years ago
3478891
gofmt -s -w src misc
by Robert Griesemer
· 14 years ago
1959c3a
tests: fix prints
by Rob Pike
· 15 years ago
dc6a95e
strconv.Uitob64: allow conversion of 64-bit binaries (buffer was too small).
by Rob Pike
· 15 years ago
d65a5cc
1) Change default gofmt default settings for
by Robert Griesemer
· 15 years ago
3bb0032
- replaced gofmt expression formatting algorithm with
by Robert Griesemer
· 15 years ago
40621d5
remove semis after statements in one-statement statement lists
by Robert Griesemer
· 15 years ago
314b358
gofmt-ify strconv (and remove an empty line at the end of a file)
by Robert Griesemer
· 15 years ago
9154943
apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync syscall testing time unicode unsafe utf8
by Russ Cox
· 15 years ago
20011bc
unused imports
by Russ Cox
· 16 years ago
ca6a0fe
more "declared and not used".
by Russ Cox
· 16 years ago
3b864e4
convert low-level (used by testing) packages to
by Russ Cox
· 16 years ago
b5666a1
add Uitoa etc.
by Russ Cox
· 16 years ago
d90e7cb
mv src/lib to src/pkg
by Rob Pike
· 16 years ago
[Renamed from src/lib/strconv/itoa_test.go]
be2edb5
Automated g4 rollback of changelist 25024, plus significant hand editing.
by Russ Cox
· 16 years ago
ea3d454
- itob - more test cases
by Robert Griesemer
· 16 years ago
9f8f2e6
convert composite literals from { } to ( ).
by Russ Cox
· 16 years ago
839a684
delete export
by Russ Cox
· 16 years ago
8a7cbad
convert strconv
by Russ Cox
· 16 years ago
b54133d
make safe for new package local defaults
by Russ Cox
· 16 years ago
12254b6
change naming convention for tests from test*.go to *test.go
by Rob Pike
· 16 years ago
[Renamed from src/lib/strconv/testitoa.go]
6d30efc
add a type testing.T and use it in tests.
by Rob Pike
· 16 years ago
cf9b7f7
essentially 100% coverage of strconv in tests. fix a few bugs.
by Russ Cox
· 16 years ago