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
2020-03-20
math/big: document that Sqrt doesn't set Accuracy
Alberto Donizetti
2020-02-25
math/big: initial vector arithmetic in riscv64 assembly
Joel Sing
2020-02-05
math/big: reintroduce pre-Go 1.14 mention in GCD docs
Filippo Valsorda
2020-01-31
math/big: simplify GCD docs
Filippo Valsorda
2020-01-30
math/big: update comment on Int.GCD
Robert Griesemer
2020-01-15
math, math/big: add support for riscv64
Joel Sing
2019-11-15
all: fix a bunch of misspellings
Ville Skyttä
2019-11-13
math/big: fix out-of-bounds panic in divRecursive
Rémy Oudompheng
2019-11-12
math/big: ensure correct test input
Robert Griesemer
2019-11-12
math/big: implement recursive algorithm for division
Rémy Oudompheng
2019-11-07
math/big: allow all values for GCD
Brian Kessler
2019-10-25
math/big: use nat pool to reduce allocations in mul and sqr
Rémy Oudompheng
2019-10-24
math/big: make Rat.Denom side-effect free
Robert Griesemer
2019-10-24
math/big: normalize unitialized denominators ASAP
Robert Griesemer
2019-10-15
math/big: make Rat accessors safe for concurrent use
Robert Griesemer
2019-10-09
all: remove the nacl port (part 2, amd64p32 + toolchain)
Brad Fitzpatrick
2019-09-18
math/big: avoid MinExp exponent wrap-around in 'x' Text format
Robert Griesemer
2019-09-08
all: fix typos
Ainar Garipov
2019-09-02
math/big: fix a duplicate "the" in a comment
peter zhang
2019-08-28
math/big: document that Rat.Denom might modify the receiver
Eric Lagergren
2019-08-28
math/big: fast path for Cmp if same
Illya Yalovyy
2019-05-22
all: shorten some tests
Russ Cox
2019-05-08
math/big: stack allocate scaleDenom return value
JT Olio
2019-05-08
math/big: fix the bug in assembly implementation of shlVU on arm64
erifan01
2019-05-03
math/big: document Int.String
Brian Kessler
2019-04-22
math/big: optimize mulAddVWW on arm64 for better performance
erifan01
2019-04-15
math/big: don't clobber shared underlying array in pow5 computation
Robert Griesemer
2019-04-09
all: change the old assembly style AX:CX to CX, AX
Neven Sajko
2019-04-04
math/big: do not panic in Exp when y < 0 and x doesn't have an inverse
Filippo Valsorda
2019-04-04
math/big: simplify shlVU_g and shrVU_g
Neven Sajko
2019-03-27
math/big: temporarily disable buggy shlVU assembly for arm64
Robert Griesemer
2019-03-27
math/big: implement Rat.SetUint64
Brian Kessler
2019-03-25
math/big: accept non-decimal floats with Rat.SetString
Robert Griesemer
2019-03-12
math/big: add support for underscores '_' in numbers
Robert Griesemer
2019-03-12
math/big: implement Int.TrailingZeroBits
Brian Kessler
2019-03-09
math/big: add fast path for amd64 addVW for large z
Josh Bleecher Snyder
2019-03-09
math/big: add fast path for pure Go addVW for large z
Josh Bleecher Snyder
2019-03-09
math/big: remove bounds checks in pure Go implementations
Josh Bleecher Snyder
2019-03-07
math/big: support new octal prefixes 0o and 0O
Robert Griesemer
2019-03-04
math/big: rewrite pure Go implementations to use math/bits
Josh Bleecher Snyder
2019-03-04
math/big: optimize shlVU_g and shrVU_g
Josh Bleecher Snyder
2019-02-27
math/big: better initial guess for nat.sqrt
Juraj Sukop
2019-02-27
math/big: handle alias of cofactor inputs in GCD
Brian Kessler
2019-02-26
math/big: add %#b and %O integer formats
Russ Cox
2019-02-26
math/big: add %x float format
Russ Cox
2019-02-12
strconv: format hex floats
Russ Cox
2019-02-11
math/big: permit upper-case 'P' binary exponent (not just 'p')
Robert Griesemer
2019-01-17
math/big: document that Rat.SetString accepts _decimal_ float representations
Robert Griesemer
2018-12-26
math/big: fix incorrect comment variable reference
Will Beason
2018-11-28
math/big: allocate less for single-Word nats
Josh Bleecher Snyder
[prev]
[next]