index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
math
/
big
Age
Commit message (
Expand
)
Author
2023-02-14
all: fix some comments
cui fliter
2023-02-06
math/big: add warning about using Int for cryptography
Filippo Valsorda
2023-02-02
math/big: add Int.Float64 conversion
Alan Donovan
2023-01-23
math/big: validate result of Float.GobDecode
Alexander Yastrebov
2022-12-02
math/big: fix BitLen performance regression
Filippo Valsorda
2022-11-21
crypto/internal/bigmod: move nat implementation out of crypto/rsa
Filippo Valsorda
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-08
math/big: remove underscores from Binomial docs
Eric Lagergren
2022-11-03
math/big: add PCALIGN to addMulVVW asm on ppc64x
Lynn Boger
2022-11-02
math/big: use Montgomery for z.Exp(x, y, m) even for even m
Russ Cox
2022-11-02
math/big: add benchmark of Exp with large modulus
Russ Cox
2022-10-28
math/big: improve performance of Binomial
Riccardo Gerosa
2022-10-11
math/big: error on buffer length overflow in Rat.GobDecode
Ian Lance Taylor
2022-09-06
math/big: replace dead link in a comment with link to an archive.org copy
Alok Menghrajani
2022-08-09
internal/testenv: add and use OptimizationOff/SkipIfOptimizationOff
Cuong Manh Le
2022-08-08
math/big: disable TestNewIntAllocs on noopt builder
Cuong Manh Le
2022-08-08
math/big: make NewInt inlineable and zero allocation
Keith Randall
2022-07-27
math/big: check buffer lengths in GobDecode
Roland Shoemaker
2022-05-20
go, math, os, reflect: support standard library for loong64
Xiaodong Liu
2022-05-19
all: gofmt main repo
Russ Cox
2022-05-08
math/big: don't force second arg to Jacobi and Int.ModSqrt to escape
Nathan VanBenschoten
2022-05-02
all: REVERSE MERGE dev.boringcrypto (cdcb4b6) into master
Russ Cox
2022-04-28
math/big: delete all mulWW assembly code
Wayne Zuo
2022-04-27
math/big: add comprehensive aliasing tests (and minor fixes to Exp, Rand)
Filippo Valsorda
2022-04-20
[dev.boringcrypto] all: merge master into dev.boringcrypto
Chressie Himpel
2022-04-12
math/big: Implement shlVU and shrVU in ASM for PPC64
Archana R
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2022-04-05
[dev.boringcrypto] all: merge master into dev.boringcrypto
Lasse Folger
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2022-04-01
all: fix TODO comment hanging indents
Russ Cox
2022-04-01
all: fix various doc comment formatting nits
Russ Cox
2022-03-31
math/big: call norm when returning success from Rat SetString
Shulhan
2022-03-29
[dev.boringcrypto] all: merge master into dev.boringcrypto
Nicolas Hillegeer
2022-03-07
[dev.boringcrypto] all: merge master into dev.boringcrypto
David Chase
2022-03-06
all: fix some typos
Dan Kortschak
2022-03-02
math/big: produce valid JSON in Int.MarshalJSON when nil
cuiweixie
2022-01-27
math/big: prevent overflow in (*Rat).SetString
Katie Hockman
2022-01-07
math/big: fix spurious race in Rat.Denom, Float.SetRat
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-20
math/big: remove stray whitespace in addMulVVW on amd64
andig
2021-08-22
math/big: clarified doc string for SetMantExp
Robert Griesemer
2021-06-29
math/big: fix typo of comment (`BytesScanner` to `ByteScanner`)
tkawakita
2021-06-09
math/big: comment division
Russ Cox
2021-05-26
math/big: move division into natdiv.go
Russ Cox
2021-05-13
all: add //go:build lines to assembly files
Tobias Klauser
2021-05-06
math/big: check for excessive exponents in Rat.SetString
Robert Griesemer
2021-04-20
all: remove redundant spaces before . and ,
Yury Smolsky
2021-03-24
math/big: don't require runtime.(*Frame).Next symbol present
Cherry Zhang
2021-03-07
math/big: add shrVU and shlVU benchmarks
Josh Bleecher Snyder
[next]