aboutsummaryrefslogtreecommitdiff
path: root/src/math/big
AgeCommit message (Expand)Author
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
2022-03-02math/big: produce valid JSON in Int.MarshalJSON when nilcuiweixie
2022-01-27math/big: prevent overflow in (*Rat).SetStringKatie Hockman
2022-01-07math/big: fix spurious race in Rat.Denom, Float.SetRatRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-20math/big: remove stray whitespace in addMulVVW on amd64andig
2021-08-22math/big: clarified doc string for SetMantExpRobert Griesemer
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