aboutsummaryrefslogtreecommitdiff
path: root/src/math
AgeCommit message (Expand)Author
2023-01-24math: handle int64 overflows for odd integer exponents in Pow(-0, y)Dmitry Panov
2023-01-23math/big: validate result of Float.GobDecodeAlexander Yastrebov
2023-01-19internal/godebug: export non-default-behavior counters in runtime/metricsRuss Cox
2022-12-02math/big: fix BitLen performance regressionFilippo Valsorda
2022-11-21crypto/internal/bigmod: move nat implementation out of crypto/rsaFilippo Valsorda
2022-11-18all: add missing periods in commentscui fliter
2022-11-16math/rand: deprecate SeedRuss Cox
2022-11-14internal/godebug: define more efficient APIRuss Cox
2022-11-14math/bits: directly calculate quo/rem when hi is zero in Div64ruinan
2022-11-08math/big: remove underscores from Binomial docsEric Lagergren
2022-11-07math: fix function name in commentcui fliter
2022-11-03math/big: add PCALIGN to addMulVVW asm on ppc64xLynn Boger
2022-11-02math/big: use Montgomery for z.Exp(x, y, m) even for even mRuss Cox
2022-11-02math/big: add benchmark of Exp with large modulusRuss Cox
2022-10-28math/big: improve performance of BinomialRiccardo Gerosa
2022-10-27math/rand: deprecate Readhopehook
2022-10-26all: remove uses of rand.SeedRuss Cox
2022-10-25math/rand: auto-seed global sourceRuss Cox
2022-10-21math/bits: note that functions here may be compiler intrinsicsNick Craig-Wood
2022-10-18math/rand: refactor to delay allocation of global sourceRuss Cox
2022-10-11math/big: error on buffer length overflow in Rat.GobDecodeIan Lance Taylor
2022-10-01math: optimize Hypot functioneric fang
2022-09-21math: show value of integer constants in commentsShulhan
2022-09-06math/big: replace dead link in a comment with link to an archive.org copyAlok Menghrajani
2022-09-02math/rand: document that Source returned by NewSource implements Source64Jonathan FOng
2022-08-15cmd/compile,math: remove all sqrt assembly codeWayne Zuo
2022-08-09internal/testenv: add and use OptimizationOff/SkipIfOptimizationOffCuong Manh Le
2022-08-08math/big: disable TestNewIntAllocs on noopt builderCuong Manh Le
2022-08-08math/big: make NewInt inlineable and zero allocationKeith Randall
2022-07-27math/big: check buffer lengths in GobDecodeRoland Shoemaker
2022-05-20go, math, os, reflect: support standard library for loong64Xiaodong Liu
2022-05-19all: gofmt main repoRuss Cox
2022-05-08all: fix some lint issuesRyan Leung
2022-05-08math/big: don't force second arg to Jacobi and Int.ModSqrt to escapeNathan VanBenschoten
2022-05-02all: REVERSE MERGE dev.boringcrypto (cdcb4b6) into masterRuss Cox
2022-04-28math/big: delete all mulWW assembly codeWayne Zuo
2022-04-27math/big: add comprehensive aliasing tests (and minor fixes to Exp, Rand)Filippo Valsorda
2022-04-20[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
2022-04-14math: improve documentation of CopysignJoe Tsai
2022-04-12math/big: Implement shlVU and shrVU in ASM for PPC64Archana R
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-04-05[dev.boringcrypto] all: merge master into dev.boringcryptoLasse Folger
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-04-01all: fix TODO comment hanging indentsRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-03-31math/big: call norm when returning success from Rat SetStringShulhan
2022-03-29[dev.boringcrypto] all: merge master into dev.boringcryptoNicolas Hillegeer
2022-03-07[dev.boringcrypto] all: merge master into dev.boringcryptoDavid Chase
2022-03-06all: fix some typosDan Kortschak