1. fdbc66d math/big: rename Int.ToFloat64 to Float64 by Alan Donovan · 1 year, 7 months ago
  2. 74af79b fmt,math/big,net/url: fixes to old Benchmarks by Egon Elbre · 1 year, 8 months ago
  3. 57e3189 all: fix a lot of comments by cui fliter · 1 year, 8 months ago
  4. e23322e cmd/internal/obj/ppc64: modify PCALIGN to ensure alignment by Lynn Boger · 1 year, 9 months ago
  5. 9a0c506 all: re-run stringer by Ian Lance Taylor · 1 year, 9 months ago
  6. 9768f73 all: add a few links in package godocs by Daniel Martí · 1 year, 10 months ago
  7. 117fe2e all: fix some comments by cui fliter · 1 year, 11 months ago
  8. af2952a math/big: add warning about using Int for cryptography by Filippo Valsorda · 2 years, 1 month ago
  9. fcd0e09 math/big: add Int.Float64 conversion by Alan Donovan · 2 years ago
  10. 5e03c63 math/big: validate result of Float.GobDecode by Alexander Yastrebov · 2 years ago
  11. eb12245 math/big: fix BitLen performance regression by Filippo Valsorda · 2 years, 1 month ago
  12. d7812ab crypto/internal/bigmod: move nat implementation out of crypto/rsa by Filippo Valsorda · 2 years, 2 months ago
  13. b2faff1 all: add missing periods in comments by cui fliter · 2 years, 2 months ago
  14. 9860faa math/big: remove underscores from Binomial docs by Eric Lagergren · 2 years, 2 months ago
  15. 932330f math/big: add PCALIGN to addMulVVW asm on ppc64x by Lynn Boger · 2 years, 2 months ago
  16. 3ba3b48 math/big: use Montgomery for z.Exp(x, y, m) even for even m by Russ Cox · 2 years, 6 months ago
  17. d8541aa math/big: add benchmark of Exp with large modulus by Russ Cox · 2 years, 6 months ago
  18. 91a1f0d math/big: improve performance of Binomial by Riccardo Gerosa · 2 years, 3 months ago
  19. b6e7e16 math/big: error on buffer length overflow in Rat.GobDecode by Ian Lance Taylor · 2 years, 3 months ago
  20. 9363f35 math/big: replace dead link in a comment with link to an archive.org copy by Alok Menghrajani · 2 years, 4 months ago
  21. a292b39 internal/testenv: add and use OptimizationOff/SkipIfOptimizationOff by Cuong Manh Le · 2 years, 5 months ago
  22. 7e5e4a7 math/big: disable TestNewIntAllocs on noopt builder by Cuong Manh Le · 2 years, 5 months ago
  23. d42b520 math/big: make NewInt inlineable and zero allocation by Keith Randall · 2 years, 7 months ago
  24. 055113e math/big: check buffer lengths in GobDecode by Roland Shoemaker · 2 years, 6 months ago
  25. 1371339 go, math, os, reflect: support standard library for loong64 by Xiaodong Liu · 2 years, 8 months ago
  26. 946b4ba all: gofmt main repo by Russ Cox · 2 years, 8 months ago
  27. 831f116 math/big: don't force second arg to Jacobi and Int.ModSqrt to escape by Nathan VanBenschoten · 3 years ago
  28. f771edd all: REVERSE MERGE dev.boringcrypto (cdcb4b6) into master by Russ Cox · 2 years, 8 months ago
  29. 0eb93d6 math/big: delete all mulWW assembly code by Wayne Zuo · 2 years, 9 months ago
  30. 89044b6d math/big: add comprehensive aliasing tests (and minor fixes to Exp, Rand) by Filippo Valsorda · 6 years ago
  31. e07d639 [dev.boringcrypto] all: merge master into dev.boringcrypto by Chressie Himpel · 2 years, 9 months ago
  32. 6183920 math/big: Implement shlVU and shrVU in ASM for PPC64 by Archana R · 2 years, 11 months ago
  33. 1930977 all: gofmt main repo by Russ Cox · 3 years ago
  34. 81431c7 all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments by Russ Cox · 3 years ago
  35. 4739b35 [dev.boringcrypto] all: merge master into dev.boringcrypto by Lasse Folger · 2 years, 9 months ago
  36. 690ac40 all: remove trailing blank doc comment lines by Russ Cox · 3 years ago
  37. 89dff11 all: fix TODO comment hanging indents by Russ Cox · 3 years ago
  38. 7d87ccc all: fix various doc comment formatting nits by Russ Cox · 3 years ago
  39. a80070e math/big: call norm when returning success from Rat SetString by Shulhan · 3 years, 2 months ago
  40. 50b8f49 [dev.boringcrypto] all: merge master into dev.boringcrypto by Nicolas Hillegeer · 2 years, 10 months ago
  41. f492793 [dev.boringcrypto] all: merge master into dev.boringcrypto by David Chase · 2 years, 10 months ago
  42. da2773f all: fix some typos by Dan Kortschak · 2 years, 10 months ago
  43. 9f1239b math/big: produce valid JSON in Int.MarshalJSON when nil by cuiweixie · 2 years, 11 months ago
  44. ad345c2 math/big: prevent overflow in (*Rat).SetString by Katie Hockman · 3 years ago
  45. 07525e1 math/big: fix spurious race in Rat.Denom, Float.SetRat by Russ Cox · 3 years ago
  46. 2580d0e all: gofmt -w -r 'interface{} -> any' src by Russ Cox · 3 years, 1 month ago
  47. d2ec73c math/big: remove stray whitespace in addMulVVW on amd64 by andig · 3 years, 3 months ago
  48. 1958582 math/big: clarified doc string for SetMantExp by Robert Griesemer · 3 years, 5 months ago
  49. 3463852 math/big: fix typo of comment (`BytesScanner` to `ByteScanner`) by tkawakita · 3 years, 6 months ago
  50. 139e935 math/big: comment division by Russ Cox · 3 years, 8 months ago
  51. e4615ad math/big: move division into natdiv.go by Russ Cox · 3 years, 8 months ago
  52. 2c76a6f all: add //go:build lines to assembly files by Tobias Klauser · 3 years, 8 months ago
  53. 6c591f7 math/big: check for excessive exponents in Rat.SetString by Robert Griesemer · 3 years, 8 months ago
  54. 4f5aec4 all: remove redundant spaces before . and , by Yury Smolsky · 3 years, 9 months ago
  55. 0e31de2 math/big: don't require runtime.(*Frame).Next symbol present by Cherry Zhang · 3 years, 10 months ago
  56. b0df927 math/big: add shrVU and shlVU benchmarks by Josh Bleecher Snyder · 4 years ago
  57. 60b500d math/big: remove bounds checks for shrVU_g inner loop by Josh Bleecher Snyder · 3 years, 11 months ago
  58. d4b2638 all: go fmt std cmd (but revert vendor) by Russ Cox · 3 years, 11 months ago
  59. e491c6e math/big: fix comment in divRecursiveStep by Katie Hockman · 4 years ago
  60. dea6d94 math/big: add test for recursive division panic by Katie Hockman · 4 years, 2 months ago
  61. 4f1b0a4 all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp by Russ Cox · 4 years, 2 months ago
  62. b1369d5 math/big: remove the s390x assembly for shlVU and shrVU by Jonathan Albrecht · 4 years, 1 month ago
  63. 1e1fa59 math/big: fix shift for recursive division by Katie Hockman · 4 years, 2 months ago
  64. f588974 math/big: reduce allocations for building decimal strings by surechen · 4 years, 8 months ago
  65. d54a9a9 math/big: replace division with multiplication by reciprocal word by SparrowLii · 4 years, 5 months ago
  66. ae7b6a3 math/big: tune addVW/subVW performance on arm64 by Xiangdong Ji · 4 years, 11 months ago
  67. bd6dfe9 math/big: add a comment for SetMantExp by surechen · 4 years, 8 months ago
  68. 6382809 math/big: add function example by zhouzhongyuan · 4 years, 8 months ago
  69. 41bc0a1 math/big: fix TestShiftOverlap for test -count arguments > 1 by SparrowLii · 4 years, 5 months ago
  70. 216714e math/big: improve performance of mulAddVWW on ppc64x by Lynn Boger · 4 years, 5 months ago
  71. 1361738 testing: clean up remaining TempDir issues from CL 231958 by Bryan C. Mills · 4 years, 8 months ago
  72. c9d5f60 math/big: add (*Int).FillBytes by Filippo Valsorda · 4 years, 9 months ago
  73. a7e9e84 math/big: simplify hasVX checking on s390x by Ruixin(Peter) Bao · 4 years, 9 months ago
  74. 3a37fd4 math/big: rewrite subVW to use fast path on s390x by Ruixin(Peter) Bao · 4 years, 10 months ago
  75. ee8972c math/big: rewrite addVW to use fast path on s390x by Ruixin(Peter) Bao · 5 years ago
  76. 0329c91 math/big: clean up whitespace in arith_s390x.s file by Ruixin(Peter) Bao · 4 years, 9 months ago
  77. 813f8ea math/big: remove Direct Sqrt computation by Alberto Donizetti · 4 years, 9 months ago
  78. 8f53fad math/big: add test that linker is able to remove unused code by Brad Fitzpatrick · 4 years, 9 months ago
  79. 5a447c0 math/big: fix typo in documentation for Int.Exp by Hanjun Kim · 4 years, 9 months ago
  80. a55645f math/big: don't use Float in init to help linker discard 162 KiB by Brad Fitzpatrick · 4 years, 9 months ago
  81. ac1fd41 math/big: correct off-by-one access in divBasic by Rémy Oudompheng · 4 years, 10 months ago
  82. c505865 math/big: document that Sqrt doesn't set Accuracy by Alberto Donizetti · 4 years, 10 months ago
  83. fe70838 math/big: initial vector arithmetic in riscv64 assembly by Joel Sing · 4 years, 11 months ago
  84. 88ae4cc math/big: reintroduce pre-Go 1.14 mention in GCD docs by Filippo Valsorda · 5 years ago
  85. cdb7fd6 math/big: simplify GCD docs by Filippo Valsorda · 5 years ago
  86. 9bb40ed math/big: update comment on Int.GCD by Robert Griesemer · 5 years ago
  87. 5a3a5d3 math, math/big: add support for riscv64 by Joel Sing · 5 years ago
  88. 440f7d6 all: fix a bunch of misspellings by Ville Skyttä · 5 years ago
  89. 7ad2748 math/big: fix out-of-bounds panic in divRecursive by Rémy Oudompheng · 5 years ago
  90. 1fe33e3 math/big: ensure correct test input by Robert Griesemer · 5 years ago
  91. 194ae32 math/big: implement recursive algorithm for division by Rémy Oudompheng · 6 years ago
  92. f5949b6 math/big: allow all values for GCD by Brian Kessler · 6 years ago
  93. 8f30d25 math/big: use nat pool to reduce allocations in mul and sqr by Rémy Oudompheng · 6 years ago
  94. a52c0a1 math/big: make Rat.Denom side-effect free by Robert Griesemer · 5 years ago
  95. 4412181 math/big: normalize unitialized denominators ASAP by Robert Griesemer · 5 years ago
  96. 898f9db math/big: make Rat accessors safe for concurrent use by Robert Griesemer · 5 years ago
  97. 07b4abd all: remove the nacl port (part 2, amd64p32 + toolchain) by Brad Fitzpatrick · 5 years ago
  98. 770fac4 math/big: avoid MinExp exponent wrap-around in 'x' Text format by Robert Griesemer · 5 years ago
  99. 0efbd10 all: fix typos by Ainar Garipov · 5 years ago
  100. d5fe733 math/big: fix a duplicate "the" in a comment by peter zhang · 5 years ago