| Age | Commit message (Expand) | Author |
| 2019-09-17 | math: Add examples for Copysign, Dim, Exp* and Trunc | Javier |
| 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-06-21 | cmd/gofmt: fix normalization of imaginary number literals | Robert Griesemer |
| 2019-06-19 | math: add examples for Log, Log2, Mod, and Abs | Michael Brandenburg |
| 2019-05-22 | all: shorten some tests | Russ Cox |
| 2019-05-21 | math/bits: document that Add, Sub, Mul, RotateLeft, ReverseBytes are constant... | Filippo Valsorda |
| 2019-05-20 | math/bits: add example for OnesCount function | adarsh ravichandran |
| 2019-05-20 | math/bits: make Add and Sub fallbacks constant time | smasher164 |
| 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-23 | math: consolidate assembly stub implementations | Michael Munday |
| 2019-04-22 | math/big: optimize mulAddVWW on arm64 for better performance | erifan01 |
| 2019-04-16 | all: s/cancelation/cancellation/ | Josh Bleecher Snyder |
| 2019-04-16 | math: use new mnemonics for 'rotate then insert' on s390x | Michael Munday |
| 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/bits: add gccgo-friendly code for compiler bootstrap | Than McIntosh |
| 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: use Sincos instead of Sin and Cos in Jn and Yn | Neven Sajko |
| 2019-03-25 | math/big: accept non-decimal floats with Rat.SetString | Robert Griesemer |
| 2019-03-25 | math/rand: add example for Intn func | Vladimir Kovpak |
| 2019-03-22 | cmd/compile: follow up intrinsifying math/bits.Add64 for arm64 | erifan01 |
| 2019-03-20 | cmd/compile: intrinsify math/bits.Add64 for arm64 | erifan01 |
| 2019-03-15 | math: fix math.Remainder(-x,x) (for Inf > x > 0) | David Chase |
| 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/cmplx: avoid panic in Pow(x, NaN()) | Bryan C. Mills |
| 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-26 | math/bits: optimize Reverse32 and Reverse64 | Michael Munday |
| 2019-02-19 | src, misc: apply gofmt | Robert Griesemer |
| 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 |
| 2019-01-07 | math: fix ternary correction statement in Log1p | Brian Kessler |