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
Age
Commit message (
Expand
)
Author
2023-01-24
math: handle int64 overflows for odd integer exponents in Pow(-0, y)
Dmitry Panov
2023-01-23
math/big: validate result of Float.GobDecode
Alexander Yastrebov
2023-01-19
internal/godebug: export non-default-behavior counters in runtime/metrics
Russ Cox
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-16
math/rand: deprecate Seed
Russ Cox
2022-11-14
internal/godebug: define more efficient API
Russ Cox
2022-11-14
math/bits: directly calculate quo/rem when hi is zero in Div64
ruinan
2022-11-08
math/big: remove underscores from Binomial docs
Eric Lagergren
2022-11-07
math: fix function name in comment
cui fliter
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-27
math/rand: deprecate Read
hopehook
2022-10-26
all: remove uses of rand.Seed
Russ Cox
2022-10-25
math/rand: auto-seed global source
Russ Cox
2022-10-21
math/bits: note that functions here may be compiler intrinsics
Nick Craig-Wood
2022-10-18
math/rand: refactor to delay allocation of global source
Russ Cox
2022-10-11
math/big: error on buffer length overflow in Rat.GobDecode
Ian Lance Taylor
2022-10-01
math: optimize Hypot function
eric fang
2022-09-21
math: show value of integer constants in comments
Shulhan
2022-09-06
math/big: replace dead link in a comment with link to an archive.org copy
Alok Menghrajani
2022-09-02
math/rand: document that Source returned by NewSource implements Source64
Jonathan FOng
2022-08-15
cmd/compile,math: remove all sqrt assembly code
Wayne Zuo
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
all: fix some lint issues
Ryan Leung
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-14
math: improve documentation of Copysign
Joe Tsai
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
[next]