1. 635cd91 math/big: more cleanups (msbxx, nlzxx functions) by Robert Griesemer · 10 years ago
  2. c344f75 math/big: gofmt nat_test.go by Robert Griesemer · 10 years ago
  3. 9279684 math/big: Simple Montgomery Multiplication to accelerate Mod-Exp by Vlad Krasnov · 10 years ago
  4. d135966 math/big: split nat conversion routines and tests into separate files by Robert Griesemer · 10 years ago
  5. 9f22de7 math/big: parsing of fractions and floats in mantissa bases other than 10 by Robert Griesemer · 10 years ago
  6. bd275b2 math/big: multi-precision Floats (starting point) by Robert Griesemer · 10 years ago
  7. 4e0618c math/big: permit internal nat.scan to accept decimal point by Robert Griesemer · 10 years ago
  8. de47e9c math/big: better test coverage, misc. cleanups by Robert Griesemer · 10 years ago
  9. 067acd5 math/big: faster "pure Go" addition/subtraction for long vectors by Robert Griesemer · 10 years ago
  10. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/math/big/nat_test.go]
  11. 2653386 math/big: fix Int.Exp by Robert Griesemer · 11 years ago
  12. 51b9879 math/big: use RunParallel in benchmarks by Dmitriy Vyukov · 11 years ago
  13. 6154ae8 math/big: fix Errorf verb by Robert Griesemer · 12 years ago
  14. 9e30b70 all: set GOMAXPROCS to 1 when counting mallocs by Shenghou Ma · 12 years ago
  15. 465b9c3 gofmt: apply gofmt -w src misc by Robert Griesemer · 12 years ago
  16. 4bee88d math/big: more conservative use of lock for divisor table by Robert Griesemer · 12 years ago
  17. 053b448 math/big: added benchmarks to establish baseline for core functions by Robert Griesemer · 13 years ago
  18. 98ca655 math/big: minor performance tuning by Robert Griesemer · 13 years ago
  19. ac12131 math/big: correct quadratic space complexity in Mul. by Rémy Oudompheng · 13 years ago
  20. 014d036 math/big: added nat.trailingZeroBits, simplified some code by Robert Griesemer · 13 years ago
  21. cc1890c math/big: improved karatsuba calibration code, better mul benchmark by Robert Griesemer · 13 years ago
  22. 018c60b math/big: fix superpolynomial complexity in Karatsuba algorithm. by Rémy Oudompheng · 13 years ago
  23. 0e70f27 all: shorten some of the longer tests by Russ Cox · 13 years ago
  24. 6b77246 panics: use the new facilities of testing.B instead by Rob Pike · 13 years ago
  25. 4c113ff math/big: use recursive subdivision for significant speedup by Michael T. Jones · 13 years ago
  26. f5cf0a4 math/big: replace nat{} -> nat(nil) by Robert Griesemer · 13 years ago
  27. 5cb4a15 html,log,math: renamings by Rob Pike · 13 years ago[Renamed from src/pkg/big/nat_test.go]
  28. c2049d2 src/pkg/[a-m]*: gofix -r error -force=error by Russ Cox · 13 years ago
  29. 0e51331 big: update for fmt interface changes by Russ Cox · 13 years ago
  30. 696ced5 big: usable zero Rat values without need for explicit initialization by Robert Griesemer · 13 years ago
  31. 8ddd661 build: clear execute bit from Go files by Mike Rosset · 14 years ago
  32. 90564a9 go/printer: changed max. number of newlines from 3 to 2 by Robert Griesemer · 14 years ago
  33. d5c45c5 big.nat: Improved speed of nat-to-string conversion by Michael T. Jones · 14 years ago
  34. 2132a7f fix build: remove non-portable test case by Robert Griesemer · 14 years ago
  35. ce2701b big: ~8x faster number scanning by Robert Griesemer · 14 years ago
  36. 3b98057 big: make Int and Rat implement fmt.Scanner by Evan Shaw · 14 years ago
  37. 9fa6cb2 big: better support for string conversions by Robert Griesemer · 14 years ago
  38. e351533 big: delete unnecessary type decls by Robert Griesemer · 14 years ago
  39. 3478891 gofmt -s -w src misc by Robert Griesemer · 14 years ago
  40. 1959c3a tests: fix prints by Rob Pike · 15 years ago
  41. dbb6232 big: implemented format support for fmt library, MulRange by Robert Griesemer · 15 years ago
  42. 4d1b157 big: Add bitwise methods for Int by Evan Shaw · 15 years ago
  43. 26078c3 big: cleanup and removal of redundant functionality by Robert Griesemer · 15 years ago
  44. 58e7799 big: use fast shift routines by Robert Griesemer · 15 years ago
  45. 407dbb4 big: improved computation of "karatsuba length" for faster multiplies by Robert Griesemer · 15 years ago
  46. b218370 big: implemented Karatsuba multiplication by Robert Griesemer · 15 years ago
  47. 841a32d big: Create type nat by Evan Shaw · 15 years ago
  48. 455e799 big: Add some tests by Evan Shaw · 15 years ago
  49. 76cbbc8 big: Add Lsh and Value; convert pidigits to use big by Evan Shaw · 15 years ago
  50. 5a1d332 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  51. 1941855 Reland a112249da741, this time with missing file. by Adam Langley · 15 years ago
  52. ed86d0e roll back 3985: build is broken by Russ Cox · 15 years ago
  53. af1fa43 big: by Adam Langley · 15 years ago
  54. 1698934 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 15 years ago
  55. 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
  56. 65063bc big: add Div, Mod, Exp, GcdExt and several other fixes. by Adam Langley · 15 years ago
  57. 650bff6 another round of gofmt applications by Russ Cox · 15 years ago
  58. c62b326 apply gofmt to the LGTM-marked files from 34501 by Russ Cox · 15 years ago
  59. 88742ef - implemented Multiplication by Robert Griesemer · 16 years ago
  60. 350a8e1 - rename files to match the data types they implement, adusted Makefile by Robert Griesemer · 16 years ago[Renamed from src/pkg/big/bigN_test.go]
  61. e587422 snapshot: by Robert Griesemer · 16 years ago
  62. db3bf9c First cut at a more realistic multi-precision package: by Robert Griesemer · 16 years ago