| Age | Commit message (Expand) | Author |
| 2017-09-22 | math/big: delete solved TODO | Marvin Stenger |
| 2017-08-31 | math/big: fix internal comment | griesemer |
| 2017-08-23 | all: fix easy-to-miss typos | Agniva De Sarker |
| 2017-08-22 | math/big: use internal sqr on nats | Brian Kessler |
| 2017-08-18 | math/big: recognize squaring for Floats | Brian Kessler |
| 2017-08-18 | math/big: use internal square for Rat | Brian Kessler |
| 2017-08-16 | math/big: recognize z.Mul(x, x) as squaring of x | Brian Kessler |
| 2017-08-16 | math/big: speed up GCD x, y calculation | Brian Kessler |
| 2017-08-11 | math/big: improve performance for AddMulVVW and mulAddVWW for ppc64x | Carlos Eduardo Seo |
| 2017-08-11 | math/big: avoid unneeded sticky bit calculations | Brian Kessler |
| 2017-08-06 | all: remove some manual hyphenation | Josh Bleecher Snyder |
| 2017-05-31 | math/big: fix Add, Sub when receiver aliases 2nd operand | Alberto Donizetti |
| 2017-04-25 | math/big: improve performance for addVV/subVV for ppc64x | Carlos Eduardo Seo |
| 2017-04-03 | all: fix minor misspellings | Eric Lagergren |
| 2017-03-31 | math/big: Unify divWW implementation for ppc64 and ppc64le. | Carlos Eduardo Seo |
| 2017-03-23 | math/big: replace local versions of bitLen, nlz with math/bits versions | Robert Griesemer |
| 2017-03-23 | math/big: fix TestFloatSetFloat64String | Robert Griesemer |
| 2017-03-11 | math/big: make nat.setUint64 vet-friendly | Josh Bleecher Snyder |
| 2017-03-06 | all: remove the the duplicate words | Eitan Adler |
| 2017-02-24 | math/big: use math/bits where appropriate | Robert Griesemer |
| 2017-02-21 | math/big: define Word as uint instead of uintptr | Robert Griesemer |
| 2017-02-14 | math/big: simplify bool expression | Daniel MartĂ |
| 2017-02-14 | math/big: fix s390x test build tags | Michael Munday |
| 2017-02-14 | all: fix some printf format strings | Josh Bleecher Snyder |
| 2017-02-07 | math/big: add IsInt64/IsUint64 predicates | Robert Griesemer |
| 2016-12-07 | crypto/*: document use or non-use of constant-time algorithms | Russ Cox |
| 2016-11-22 | math/big: add Baillie-PSW test to (*Int).ProbablyPrime | Russ Cox |
| 2016-11-12 | all: spell "marshal" and "unmarshal" consistently | Dmitri Shuralyov |
| 2016-11-03 | math, math/big: add support for GOARCH=mips{,le} | Vladimir Stefanovic |
| 2016-10-27 | math/big: flip long/short flag on TestFloat32Distribution | Cherry Zhang |
| 2016-10-26 | math/big: uses SIMD for some math big functions on s390x | Bill O'Farrell |
| 2016-10-24 | math/big: fix alignment in Float.Parse docs | Mohit Agarwal |
| 2016-10-19 | math/big: implement Float.Scan, type assert fmt interfaces to enforce docs | Emmanuel Odeke |
| 2016-10-18 | math/big: add benchmarks for big.Float String | Alberto Donizetti |
| 2016-10-17 | math/big: add (*Int).Sqrt | Russ Cox |
| 2016-10-17 | math/big: slightly faster float->decimal conversion | Robert Griesemer |
| 2016-10-17 | encoding/json: fix decoding of null into Unmarshaler, TextUnmarshaler | Russ Cox |
| 2016-10-11 | math/big: move ProbablyPrime into its own source file | Russ Cox |
| 2016-10-11 | math/big: test and optimize Exp(2, y, n) for large y, odd n | Russ Cox |
| 2016-10-11 | math/big: move exhaustive tests behind -long flag | Russ Cox |
| 2016-10-10 | math/big: make division faster | Russ Cox |
| 2016-10-06 | math/big: Rat.SetString to report error if input is not consumed entirely | Robert Griesemer |
| 2016-09-27 | math/big: support negative numbers in ModInverse | Michal Bohuslávek |
| 2016-09-26 | math/big: better SetFloat64 example in doc | Alberto Donizetti |
| 2016-09-19 | cmd/compile: intrinsify Ctz{32,64} and Bswap{32,64} on s390x | Michael Munday |
| 2016-09-14 | math/big: cut 2 minutes off race tests | Brad Fitzpatrick |
| 2016-09-12 | runtime, math/big: allow R0 on s390x to contain values other than 0 | Michael Munday |
| 2016-08-29 | math/big: add assembly implementation of arith for ppc64{le} | Ethan Miller |
| 2016-08-17 | math/big: avoid allocation in float.{Add, Sub} when there's no aliasing | Alberto Donizetti |
| 2016-08-16 | crypto/cipher, math/big: fix example names | Josh Bleecher Snyder |