aboutsummaryrefslogtreecommitdiff
path: root/src/math/big
AgeCommit message (Expand)Author
2024-05-22all: convert PPC64 CMPx ...,R0,... to CMPx Rx,$0Paul E. Murphy
2024-05-20 ppc64x: code cleanup in assembly filesJayanth Krishnamurthy
2024-05-17all: add push linknames to allow legacy pull linknamesCherry Mui
2024-05-13math/rand/v2, math/big: use internal/byteorderMateusz Poliwczak
2024-04-16math/big: improve use of addze in mulAddVWW on ppc64xLynn Boger
2024-04-11all: consistently use "IEEE 754" over "IEEE-754"Joe Tsai
2024-03-14math/big: use built-in clear to simplify codeapocelipes
2024-01-25math/big,crypto/internal/bigmod: unroll loop in addMulVVW for ppc64xLynn Boger
2024-01-09math/big: fix uint64 overflow in nat.mulRangeRobert Griesemer
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-11-15math/big: faster FloatPrec implementationRobert Griesemer
2023-11-14math/big: update comment in the implementation of FloatPrecRobert Griesemer
2023-11-14math/big: implement Rat.FloatPrecRobert Griesemer
2023-10-19all: drop old +build linesDmitri Shuralyov
2023-10-19math: add available godoc linkcui fliter
2023-09-20all: simplify bool conditionsOleksandr Redko
2023-09-05all: use ^TestName$ regular pattern for invoking a single testDmitri Shuralyov
2023-08-17math/big, math/rand: use the built-in max functionchanxuehong
2023-08-11math/big: using the min built-in functionqiulaidongfeng
2023-06-02math/big: rename Int.ToFloat64 to Float64Alan Donovan
2023-05-23fmt,math/big,net/url: fixes to old BenchmarksEgon Elbre
2023-05-10all: fix a lot of commentscui fliter
2023-04-21cmd/internal/obj/ppc64: modify PCALIGN to ensure alignmentLynn Boger
2023-04-11all: re-run stringerIan Lance Taylor
2023-03-25all: add a few links in package godocsDaniel Martí
2023-02-14all: fix some commentscui fliter
2023-02-06math/big: add warning about using Int for cryptographyFilippo Valsorda
2023-02-02math/big: add Int.Float64 conversionAlan Donovan
2023-01-23math/big: validate result of Float.GobDecodeAlexander Yastrebov
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-08math/big: remove underscores from Binomial docsEric Lagergren
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-11math/big: error on buffer length overflow in Rat.GobDecodeIan Lance Taylor
2022-09-06math/big: replace dead link in a comment with link to an archive.org copyAlok Menghrajani
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-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