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
/
big
Age
Commit message (
Expand
)
Author
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
2022-03-02
math/big: produce valid JSON in Int.MarshalJSON when nil
cuiweixie
2022-01-27
math/big: prevent overflow in (*Rat).SetString
Katie Hockman
2022-01-07
math/big: fix spurious race in Rat.Denom, Float.SetRat
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-20
math/big: remove stray whitespace in addMulVVW on amd64
andig
2021-08-22
math/big: clarified doc string for SetMantExp
Robert Griesemer
2021-06-29
math/big: fix typo of comment (`BytesScanner` to `ByteScanner`)
tkawakita
2021-06-09
math/big: comment division
Russ Cox
2021-05-26
math/big: move division into natdiv.go
Russ Cox
2021-05-13
all: add //go:build lines to assembly files
Tobias Klauser
2021-05-06
math/big: check for excessive exponents in Rat.SetString
Robert Griesemer
2021-04-20
all: remove redundant spaces before . and ,
Yury Smolsky
2021-03-24
math/big: don't require runtime.(*Frame).Next symbol present
Cherry Zhang
2021-03-07
math/big: add shrVU and shlVU benchmarks
Josh Bleecher Snyder
2021-03-05
math/big: remove bounds checks for shrVU_g inner loop
Josh Bleecher Snyder
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2021-02-03
math/big: fix comment in divRecursiveStep
Katie Hockman
2020-12-14
math/big: add test for recursive division panic
Katie Hockman
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-12-03
math/big: remove the s390x assembly for shlVU and shrVU
Jonathan Albrecht
2020-11-12
math/big: fix shift for recursive division
Katie Hockman
2020-10-29
math/big: reduce allocations for building decimal strings
surechen
2020-09-23
math/big: replace division with multiplication by reciprocal word
SparrowLii
2020-08-28
math/big: tune addVW/subVW performance on arm64
Xiangdong Ji
2020-08-28
math/big: add a comment for SetMantExp
surechen
2020-08-26
math/big: add function example
zhouzhongyuan
2020-08-25
math/big: fix TestShiftOverlap for test -count arguments > 1
SparrowLii
2020-08-18
math/big: improve performance of mulAddVWW on ppc64x
Lynn Boger
2020-05-19
testing: clean up remaining TempDir issues from CL 231958
Bryan C. Mills
2020-05-05
math/big: add (*Int).FillBytes
Filippo Valsorda
2020-04-27
math/big: simplify hasVX checking on s390x
Ruixin(Peter) Bao
2020-04-24
math/big: rewrite subVW to use fast path on s390x
Ruixin(Peter) Bao
2020-04-24
math/big: rewrite addVW to use fast path on s390x
Ruixin(Peter) Bao
2020-04-22
math/big: clean up whitespace in arith_s390x.s file
Ruixin(Peter) Bao
2020-04-15
math/big: remove Direct Sqrt computation
Alberto Donizetti
2020-04-15
math/big: add test that linker is able to remove unused code
Brad Fitzpatrick
2020-04-15
math/big: fix typo in documentation for Int.Exp
Hanjun Kim
2020-04-14
math/big: don't use Float in init to help linker discard 162 KiB
Brad Fitzpatrick
2020-04-08
math/big: correct off-by-one access in divBasic
Rémy Oudompheng
[prev]
[next]