summaryrefslogtreecommitdiff
path: root/src/pkg/bignum/bignum_test.go
AgeCommit message (Expand)AuthorFilesLines
2010-05-21bignum: deprecate by moving into exp directoryRobert Griesemer1-671/+0
2010-02-01Corrected broken assertion.Robert Griesemer1-0/+6
2009-12-15 1) Change default gofmt default settings forRobert Griesemer1-308/+308
2009-12-09remove uses of string concatenation from src and misc directoryRobert Griesemer1-2/+2
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-27/+27
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-31/+31
2009-10-06another round of gofmt applicationsRuss Cox1-83/+94
2009-09-15more "declared and not used".Russ Cox1-1/+1
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-1/+0
2009-07-21- split bignum package into 3 filesRobert Griesemer1-0/+5
2009-07-21implemented outstanding bit ops on negative integertsRobert Griesemer1-2/+80
2009-07-20- bignum.AndNotRobert Griesemer1-80/+115
2009-07-17Support exponential notation in RatFromString.Austin Clements1-3/+9
2009-07-07- removed implementation restrictions for creation of smallRobert Griesemer1-12/+61
2009-06-09mv src/lib to src/pkgRob Pike1-0/+482