1. b0ef6ae math/big: Fix variable name in documentation for *Int.Bytes and BitLen. by Kamil Kisiel · 12 years ago
  2. bc6bb3e math/big: fix nil bug in GobEncode by Rob Pike · 12 years ago
  3. 133cdb6 math/big: save some copies in binaryGCD. by Adam Langley · 12 years ago
  4. 1b37ba9 math/big: minor cleanups by Robert Griesemer · 12 years ago
  5. 65ed3f1 math/big: fix comment by Russ Cox · 12 years ago
  6. 92b2643 math/big: fix typo by Russ Cox · 12 years ago
  7. f4fc163 math/big: add SetUint64 and Uint64 functions to *Int by Luit van Drongelen · 12 years ago
  8. 465b9c3 gofmt: apply gofmt -w src misc by Robert Griesemer · 12 years ago
  9. 7565726 math/big: fix big.Exp and document better by Robert Griesemer · 12 years ago
  10. 10b8888 math/big: correctly test for positive inputs in Int.GCD by Robert Griesemer · 13 years ago
  11. f424066 math/big: fix binaryGCD by Robert Griesemer · 13 years ago
  12. 38735b9 math/big: Implemented binary GCD algorithm by Christopher Swenson · 13 years ago
  13. 008c62b math/big: optimize common case of Int.Bit(0) by Robert Griesemer · 13 years ago
  14. 13a59b8 math/big: implement JSON un/marshaling support for Ints by Robert Griesemer · 13 years ago
  15. b80c7e5 math/big: API, documentation cleanup by Robert Griesemer · 13 years ago
  16. 71c19b6 mat/big: add raw access to Int bits by Robert Griesemer · 13 years ago
  17. f5cf0a4 math/big: replace nat{} -> nat(nil) by Robert Griesemer · 13 years ago
  18. 120f3b7 math/big: Correcting typo in SetBit() documentation by David G. Andersen · 13 years ago
  19. 45e3bcb renaming_3: gofix -r go1pkgrename src/pkg/[m-z]* by Rob Pike · 13 years ago
  20. eb1717e all: rename os.EOF to io.EOF in various non-code contexts by Vincent Vanackere · 13 years ago
  21. 5cb4a15 html,log,math: renamings by Rob Pike · 13 years ago[Renamed from src/pkg/big/int.go]
  22. c2049d2 src/pkg/[a-m]*: gofix -r error -force=error by Russ Cox · 13 years ago
  23. 0e51331 big: update for fmt interface changes by Russ Cox · 13 years ago
  24. 696ced5 big: usable zero Rat values without need for explicit initialization by Robert Griesemer · 13 years ago
  25. 4854bd9 big: implemented Rat.Inv by Robert Griesemer · 13 years ago
  26. 1db31f8 big: more explicit documentation for div/mod/quo/rem by Robert Griesemer · 13 years ago
  27. 8ddd661 build: clear execute bit from Go files by Mike Rosset · 14 years ago
  28. e109a2b big: minor comment adjustments by Robert Griesemer · 14 years ago
  29. 12c7361 big: refine printf formatting and optimize string conversion by Michael T. Jones · 14 years ago
  30. 90564a9 go/printer: changed max. number of newlines from 3 to 2 by Robert Griesemer · 14 years ago
  31. d94e350 fmt: Added SkipSpace() function to fmt's ScanState interface. by Michael T. Jones · 14 years ago
  32. 712fb6d os.Error API: don't export os.ErrorString, use os.NewError consistently by Robert Griesemer · 14 years ago
  33. 21032eb big: gobs for big rats by Robert Griesemer · 14 years ago
  34. ce2701b big: ~8x faster number scanning by Robert Griesemer · 14 years ago
  35. 3b98057 big: make Int and Rat implement fmt.Scanner by Evan Shaw · 14 years ago
  36. 82ddf97 big: support %v and # modifier, better handling of unknown formats by Robert Griesemer · 14 years ago
  37. 9fa6cb2 big: better support for string conversions by Robert Griesemer · 14 years ago
  38. 83fd82b big: add Int methods to act on numbered bits. by Roger Peppe · 14 years ago
  39. 8fc6703 big: don't crash when printing nil ints by Adam Langley · 14 years ago
  40. 758d055 big: implemented custom Gob(En/De)coder for Int type by Robert Griesemer · 14 years ago
  41. e9c35ac big: add random number generation by Florian Uekermann · 14 years ago
  42. 28a0971 big: Several fixes to bitwise functions by Evan Shaw · 15 years ago
  43. 97bcf04 big: added a few missing functions: by Robert Griesemer · 15 years ago
  44. 2e00bf9 big: Improvements to Rat.SetString by Evan Shaw · 15 years ago
  45. 8ae2964 big: fix spelling of Euclidean by Russ Cox · 15 years ago
  46. f199f29 big: add ModInverse. by Adam Langley · 15 years ago
  47. eadebba big: prevent errors in Exp in the face of aliasing by Adam Langley · 15 years ago
  48. e8dec0d big: fix Int.SetString comment, simplify implementation, by Robert Griesemer · 15 years ago
  49. e3bfeec big: implemented Int.Binomial (to be used in test/hilbert.go with the by Robert Griesemer · 15 years ago
  50. dbb6232 big: implemented format support for fmt library, MulRange by Robert Griesemer · 15 years ago
  51. 61eb0e7 big: more cleanup by Robert Griesemer · 15 years ago
  52. 3f287b5 big: implemented overlap-tolerant shifts in assembly by Robert Griesemer · 15 years ago
  53. b9caa4a big: completed set of Int division routines & cleanups by Robert Griesemer · 15 years ago
  54. 4d1b157 big: Add bitwise methods for Int by Evan Shaw · 15 years ago
  55. 58e7799 big: use fast shift routines by Robert Griesemer · 15 years ago
  56. b218370 big: implemented Karatsuba multiplication by Robert Griesemer · 15 years ago
  57. 841a32d big: Create type nat by Evan Shaw · 15 years ago
  58. 76cbbc8 big: Add Lsh and Value; convert pidigits to use big by Evan Shaw · 15 years ago
  59. 9ba5ec5 comment typos by Andrew Gerrand · 15 years ago
  60. cfbee34 big: fix ProbablyPrime bug, comments by Russ Cox · 15 years ago
  61. 5a1d332 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  62. 9ac4449 gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg by Russ Cox · 15 years ago
  63. 1941855 Reland a112249da741, this time with missing file. by Adam Langley · 15 years ago
  64. ed86d0e roll back 3985: build is broken by Russ Cox · 15 years ago
  65. af1fa43 big: by Adam Langley · 15 years ago
  66. 1698934 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 15 years ago
  67. 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
  68. 368f8cb - fine-tuning of one-line func heuristic (nodes.go) by Robert Griesemer · 15 years ago
  69. 65063bc big: add Div, Mod, Exp, GcdExt and several other fixes. by Adam Langley · 15 years ago
  70. c62b326 apply gofmt to the LGTM-marked files from 34501 by Russ Cox · 15 years ago
  71. 88742ef - implemented Multiplication by Robert Griesemer · 16 years ago
  72. 350a8e1 - rename files to match the data types they implement, adusted Makefile by Robert Griesemer · 16 years ago[Renamed from src/pkg/big/bigZ.go]
  73. e587422 snapshot: by Robert Griesemer · 16 years ago
  74. db3bf9c First cut at a more realistic multi-precision package: by Robert Griesemer · 16 years ago