| Age | Commit message (Expand) | Author |
| 2025-04-11 | math/big: remove copy responsibility from, rename shlVU, shrVU | Russ Cox |
| 2025-02-27 | math/big: replace nat pool with Word stack | Russ Cox |
| 2025-02-03 | math/big: use built-in max function | Eng Zer Jun |
| 2024-07-16 | math/big: use lists in docstrings | Kir Kolyshkin |
| 2024-07-16 | math/big: more cross-references in docstrings | Kir Kolyshkin |
| 2024-06-06 | math/big: better doc string for Float.Copy, add example test | Robert Griesemer |
| 2024-04-11 | all: consistently use "IEEE 754" over "IEEE-754" | Joe Tsai |
| 2023-10-19 | math: add available godoc link | cui fliter |
| 2023-01-23 | math/big: validate result of Float.GobDecode | Alexander Yastrebov |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-04-01 | all: remove trailing blank doc comment lines | Russ Cox |
| 2021-08-22 | math/big: clarified doc string for SetMantExp | Robert Griesemer |
| 2020-08-28 | math/big: add a comment for SetMantExp | surechen |
| 2020-03-20 | math/big: document that Sqrt doesn't set Accuracy | Alberto Donizetti |
| 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-06 | all: fix a bunch of misspellings | Igor Zhilianin |
| 2018-06-14 | math/big: round x + (-x) to -0 for mode ToNegativeInf | Brian Kessler |
| 2018-06-01 | all: update comment URLs from HTTP to HTTPS, where possible | Tim Cooper |
| 2017-08-18 | math/big: recognize squaring for Floats | Brian Kessler |
| 2017-08-11 | math/big: avoid unneeded sticky bit calculations | Brian Kessler |
| 2017-05-31 | math/big: fix Add, Sub when receiver aliases 2nd operand | Alberto Donizetti |
| 2017-03-23 | math/big: replace local versions of bitLen, nlz with math/bits versions | Robert Griesemer |
| 2017-03-06 | all: remove the the duplicate words | Eitan Adler |
| 2016-08-17 | math/big: avoid allocation in float.{Add, Sub} when there's no aliasing | Alberto Donizetti |
| 2016-04-15 | all: remove unnecessary type conversions | Matthew Dempsky |
| 2016-03-22 | math/big: much simplified and faster Float rounding | Robert Griesemer |
| 2016-03-21 | math/big: fix rounding to smallest denormal for Float.Float32/64 | Robert Griesemer |
| 2016-03-04 | math/big: use correct precision in Float.Float32/64 for denormals | Robert Griesemer |
| 2016-02-24 | all: fix typos and spelling | Martin Möhrmann |
| 2015-12-09 | math/big: fix typo | Brad Fitzpatrick |
| 2015-10-23 | math/big: fix SetMantExp comment | David Crawshaw |
| 2015-09-11 | all: use one 'l' when cancelling everywhere except Solaris | Rob Pike |
| 2015-09-09 | all: minor documentation tweaks for constants | Konstantin Shaposhnikov |
| 2015-07-12 | all: link to https for golang subdomains too | Brad Fitzpatrick |
| 2015-06-03 | math/big: turn off debug mode | 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-27 | math/big: more cleanups (msbxx, nlzxx functions) | 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: fix Float.Float32 conversion for denormal corner cases | Robert Griesemer |
| 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-02 | math/big: implement missing special cases for binary operations | 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-24 | math/big: fix known bug in Float.Float64 | Robert Griesemer |
| 2015-03-17 | math/big: cleaner handling of exponent under/overflow | Robert Griesemer |
| 2015-03-14 | math/big: wrap Float.Cmp result in struct to prevent wrong use | Robert Griesemer |