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