| Age | Commit message (Expand) | Author |
| 2015-09-10 | math/big: use more direct formatting in ExampleRoundingMode, cosmetic changes | Robert Griesemer |
| 2015-09-10 | math/big: add example for RoundingMode | Konstantin Shaposhnikov |
| 2015-09-09 | all: minor documentation tweaks for constants | Konstantin Shaposhnikov |
| 2015-08-29 | math/big: use optimized formula in ModSqrt for 3 mod 4 primes | David Leon Gil |
| 2015-08-21 | math/big: fix TestBytes test | Robert Griesemer |
| 2015-08-21 | math/big: correctly handle large exponent in SetString | Alberto Donizetti |
| 2015-08-21 | math/big: remove superfluous comparison | Robert Griesemer |
| 2015-07-22 | math/big: document rounding for Rat.FloatToString | Robert Griesemer |
| 2015-07-12 | all: link to https for golang subdomains too | Brad Fitzpatrick |
| 2015-07-11 | all: link to https instead of http | Brad Fitzpatrick |
| 2015-06-19 | math/big: fix GCD in presence of aliasing | Robert Griesemer |
| 2015-06-18 | math/big: refine Fibonacci example | Andrew Gerrand |
| 2015-06-18 | math/big: Add small complete example of big.Float usage | ALTree |
| 2015-06-17 | math/big: incorporate feedback by josharian (Example_fibonacci) | Robert Griesemer |
| 2015-06-17 | math/big: Added small complete example of big.Int usage | ALTree |
| 2015-06-03 | math/big: turn off debug mode | Robert Griesemer |
| 2015-06-03 | math/big: trim trailing zeros before hex printing | Dave Cheney |
| 2015-06-02 | math/big: implement fmt.Formatter-compatible (*Float).Format | Robert Griesemer |
| 2015-05-29 | math/big: remove (*Float).Scan, ScanFloat; more robust (*Float).Parse | Robert Griesemer |
| 2015-05-29 | math/big: rename (*Float).Format to (*Float).Text | Robert Griesemer |
| 2015-05-28 | math/big: fix latent decimal conversion bug | Robert Griesemer |
| 2015-05-27 | math/big: more cleanups (msbxx, nlzxx functions) | Robert Griesemer |
| 2015-05-27 | math/big: removed TODO, cleanups | Robert Griesemer |
| 2015-05-22 | math/big: Always print exponent sign when using 'p' exponent for Floats. | Robert Griesemer |
| 2015-05-22 | math/big: fix Float.Float64 conversion for denormal corner cases | Robert Griesemer |
| 2015-05-22 | math/big: add more Float.Float64 conversion tests | Robert Griesemer |
| 2015-05-22 | math/big: fix Float.Float32 conversion for denormal corner cases | Robert Griesemer |
| 2015-05-22 | math/big: gofmt nat_test.go | Robert Griesemer |
| 2015-05-22 | math/big: Simple Montgomery Multiplication to accelerate Mod-Exp | Vlad Krasnov |
| 2015-05-14 | math/big, cmd/internal/gc/big: fix vet detected printf problem | Shenghou Ma |
| 2015-04-30 | math/big: add modular square-root and Jacobi functions | Bryan Ford |
| 2015-04-23 | math/big: add partial arm64 assembly support | Josh Bleecher Snyder |
| 2015-04-21 | math/big: test that subVW and addVW work with arbitrary y | Josh Bleecher Snyder |
| 2015-04-09 | math/big: better doc strings for ErrNaN functionality | Robert Griesemer |
| 2015-04-08 | math/big: make ErrNaN actually implement the error interface (oversight) | Robert Griesemer |
| 2015-04-07 | math/big: fix Exp when exponent is 1 | ALTree |
| 2015-04-06 | net/http, math/big, cmd/internal/gc/big: replaced errors.New(fmt.Sprintf(...)... | Igor Dolzhikov |
| 2015-04-04 | math/big: compute 10**exp efficiently when converting Floats | Robert Griesemer |
| 2015-04-02 | math/big: implement missing special cases for binary operations | Robert Griesemer |
| 2015-04-01 | math/big: faster Int.Binomial(n, k) for k > n/2 | Robert Griesemer |
| 2015-03-31 | math/big: remove NaN support - just not worth it | Robert Griesemer |
| 2015-03-31 | math/big: fixed Float.Float64, implemented Float.Float32 | Robert Griesemer |
| 2015-03-27 | math/big: fix copy-paste mistake in int_test.go | Jeremy Schlatter |
| 2015-03-24 | math/big: fix known bug in Float.Float64 | Robert Griesemer |
| 2015-03-20 | math/big: enable pure Go (no assembly) build with build tag | Robert Griesemer |
| 2015-03-18 | all: use "reports whether" in place of "returns true if(f)" | Josh Bleecher Snyder |
| 2015-03-17 | math/big: clearer semantics for Float.Scan | Robert Griesemer |
| 2015-03-17 | math/big: cleaner handling of exponent under/overflow | Robert Griesemer |
| 2015-03-16 | math, math/big: add support for GOARCH=arm64 | Aram Hăvărneanu |
| 2015-03-14 | math/big: wrap Float.Cmp result in struct to prevent wrong use | Robert Griesemer |