| Age | Commit message (Expand) | Author |
| 2018-12-26 | math/big: fix incorrect comment variable reference | Will Beason |
| 2018-12-13 | math: don't run huge argument tests on s390x | Robert Griesemer |
| 2018-12-13 | math: correct mPi4 comment | Brian Kessler |
| 2018-12-13 | math: use constant rather than variable for exported test threshold | Robert Griesemer |
| 2018-12-13 | math: implement trignometric range reduction for huge arguments | Brian Kessler |
| 2018-12-09 | math/bits: remove named return in TrailingZeros16 | Alberto Donizetti |
| 2018-12-06 | math: document sign bit correspondence for floating-point/bits conversions | Robert Griesemer |
| 2018-11-28 | math/big: allocate less for single-Word nats | Josh Bleecher Snyder |
| 2018-11-27 | math/bits: define Div to panic when y<=hi | Brian Kessler |
| 2018-11-27 | math/bits: panic when y<=hi in Div | Brian Kessler |
| 2018-11-02 | all: use "reports whether" consistently in the few places that didn't | Brad Fitzpatrick |
| 2018-10-29 | math/big: shallow copies of Int/Rat/Float are not supported (documentation) | Robert Griesemer |
| 2018-10-28 | math/big: fix a formula used as documentation | hearot |
| 2018-10-25 | cmd/compile: intrinsify math/bits.Add on amd64 | Keith Randall |
| 2018-10-24 | math/bits: correct BenchmarkSub64 | Brian Kessler |
| 2018-10-06 | all: fix a bunch of misspellings | Igor Zhilianin |
| 2018-10-04 | math: use Abs in Pow rather than if x < 0 { x = -x } | Plekhanov Maxim |
| 2018-10-04 | math: use Abs in Mod rather than if x < 0 { x = -x} | Plekhanov Maxim |
| 2018-10-03 | all: this big patch remove whitespace from assembly files | Zhou Peng |
| 2018-09-17 | cmd/compile: optimize math.Float64(32)bits and math.Float64(32)frombits on arm64 | fanzha02 |
| 2018-09-11 | math/bits: add extended precision Add, Sub, Mul, Div | Brian Kessler |
| 2018-08-28 | math: add Round and RoundToEven examples | Eric Ponce |
| 2018-08-22 | math/big: streamline divLarge initialization | Brian Kessler |
| 2018-08-22 | math/big: optimize multiplication by 2 and 1/2 in float Sqrt | Brian Kessler |
| 2018-08-21 | math: test for pos/neg zero return of Ceil/Floor/Trunc | Ian Lance Taylor |
| 2018-08-20 | math,net: omit explicit true tag expr in switch | Iskander Sharipov |
| 2018-08-20 | math: use s390x mnemonics rather than binary encodings | Michael Munday |
| 2018-08-03 | math/rand: improve package documentation | Benjamin Cable |
| 2018-08-03 | math: add tests for erf and erfc | Keith Randall |
| 2018-08-03 | math: ensure Erfc is not called with out-of-expected-range arguments on s390x | bill_ofarrell |
| 2018-06-14 | math/big: handle negative exponents in Exp | Brian Kessler |
| 2018-06-14 | math/big: round x + (-x) to -0 for mode ToNegativeInf | Brian Kessler |
| 2018-06-13 | math: add examples to Ceil, Floor, Pow, Pow10 functions | Andrii Soldatenko |
| 2018-06-01 | all: update comment URLs from HTTP to HTTPS, where possible | Tim Cooper |
| 2018-05-30 | math/big: implement Atkin's ModSqrt for 5 mod 8 primes | Brian Kessler |
| 2018-05-29 | all: regenerate stringer files | Tim Cooper |
| 2018-05-23 | math/big: reduce allocations in Karatsuba case of sqr | Alexander Döring |
| 2018-05-23 | math/big: specialize Karatsuba implementation for squaring | Alexander Döring |
| 2018-05-12 | math/rand: clarify documentation for Seed example | Agniva De Sarker |
| 2018-05-08 | math/big: implement Lehmer's extended GCD algorithm | Brian Kessler |
| 2018-05-08 | math, math/big: add wasm architecture | Richard Musiol |
| 2018-05-01 | math/bits: move tests into their own package | Martin Möhrmann |
| 2018-05-01 | math/big: handle negative moduli in ModInverse | Brian Kessler |
| 2018-04-30 | math/big: return nil for nonexistent ModInverse | Brian Kessler |
| 2018-04-17 | math: add a testcase for Mod and Remainder respectively | erifan01 |
| 2018-04-16 | math/rand: refactor rng.go | weeellz |
| 2018-04-13 | all: use new softfloat on GOARM=5 | Cherry Zhang |
| 2018-04-05 | math/big: clean up z.div(z, x, y) calls | Brian Kessler |
| 2018-04-05 | math/big: improve performance on ppc64x by unrolling loops | Carlos Eduardo Seo |
| 2018-04-04 | go/printer, gofmt: tuned table alignment for better results | Robert Griesemer |