aboutsummaryrefslogtreecommitdiff
path: root/src/math/big
AgeCommit message (Expand)Author
2022-01-28[release-branch.go1.17] math/big: prevent overflow in (*Rat).SetStringKatie Hockman
2021-06-29math/big: fix typo of comment (`BytesScanner` to `ByteScanner`)tkawakita
2021-06-09math/big: comment divisionRuss Cox
2021-05-26math/big: move division into natdiv.goRuss Cox
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-05-06math/big: check for excessive exponents in Rat.SetStringRobert Griesemer
2021-04-20all: remove redundant spaces before . and ,Yury Smolsky
2021-03-24math/big: don't require runtime.(*Frame).Next symbol presentCherry Zhang
2021-03-07math/big: add shrVU and shlVU benchmarksJosh Bleecher Snyder
2021-03-05math/big: remove bounds checks for shrVU_g inner loopJosh Bleecher Snyder
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-03math/big: fix comment in divRecursiveStepKatie Hockman
2020-12-14math/big: add test for recursive division panicKatie Hockman
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-03math/big: remove the s390x assembly for shlVU and shrVUJonathan Albrecht
2020-11-12math/big: fix shift for recursive divisionKatie Hockman
2020-10-29math/big: reduce allocations for building decimal stringssurechen
2020-09-23math/big: replace division with multiplication by reciprocal wordSparrowLii
2020-08-28math/big: tune addVW/subVW performance on arm64Xiangdong Ji
2020-08-28math/big: add a comment for SetMantExpsurechen
2020-08-26math/big: add function examplezhouzhongyuan
2020-08-25math/big: fix TestShiftOverlap for test -count arguments > 1SparrowLii
2020-08-18math/big: improve performance of mulAddVWW on ppc64xLynn Boger
2020-05-19testing: clean up remaining TempDir issues from CL 231958Bryan C. Mills
2020-05-05math/big: add (*Int).FillBytesFilippo Valsorda
2020-04-27math/big: simplify hasVX checking on s390xRuixin(Peter) Bao
2020-04-24math/big: rewrite subVW to use fast path on s390xRuixin(Peter) Bao
2020-04-24math/big: rewrite addVW to use fast path on s390xRuixin(Peter) Bao
2020-04-22math/big: clean up whitespace in arith_s390x.s fileRuixin(Peter) Bao
2020-04-15math/big: remove Direct Sqrt computationAlberto Donizetti
2020-04-15math/big: add test that linker is able to remove unused codeBrad Fitzpatrick
2020-04-15math/big: fix typo in documentation for Int.ExpHanjun Kim
2020-04-14math/big: don't use Float in init to help linker discard 162 KiBBrad Fitzpatrick
2020-04-08math/big: correct off-by-one access in divBasicRémy Oudompheng
2020-03-20math/big: document that Sqrt doesn't set AccuracyAlberto Donizetti
2020-02-25math/big: initial vector arithmetic in riscv64 assemblyJoel Sing
2020-02-05math/big: reintroduce pre-Go 1.14 mention in GCD docsFilippo Valsorda
2020-01-31math/big: simplify GCD docsFilippo Valsorda
2020-01-30math/big: update comment on Int.GCDRobert Griesemer
2020-01-15math, math/big: add support for riscv64Joel Sing
2019-11-15all: fix a bunch of misspellingsVille Skyttä
2019-11-13math/big: fix out-of-bounds panic in divRecursiveRémy Oudompheng
2019-11-12math/big: ensure correct test inputRobert Griesemer
2019-11-12math/big: implement recursive algorithm for divisionRémy Oudompheng
2019-11-07math/big: allow all values for GCDBrian Kessler
2019-10-25math/big: use nat pool to reduce allocations in mul and sqrRémy Oudompheng
2019-10-24math/big: make Rat.Denom side-effect freeRobert Griesemer
2019-10-24math/big: normalize unitialized denominators ASAPRobert Griesemer
2019-10-15math/big: make Rat accessors safe for concurrent useRobert Griesemer
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick