| Age | Commit message (Expand) | Author |
| 2024-09-09 | all: remove unnecessary symbols and add missing symbols | cuishuang |
| 2024-09-04 | math: add large exact float rounding tests | Meng Zhuo |
| 2024-09-03 | all: omit unnecessary 0 in slice expression | nlwkobe30 |
| 2024-09-03 | math,os,os/*: use testenv.Executable | Kir Kolyshkin |
| 2024-08-23 | math/big: implement addMulVVW in riscv64 assembly | Joel Sing |
| 2024-08-23 | math/big: implement mulAddVWW in riscv64 assembly | Joel Sing |
| 2024-08-22 | math/big: implement subVW in riscv64 assembly | Joel Sing |
| 2024-08-22 | math/big: implement addVW in riscv64 assembly | Joel Sing |
| 2024-08-21 | crypto/x509,math/rand/v2: implement the encoding.(Binary|Text)Appender | apocelipes |
| 2024-08-20 | src: fix typos | Alexander Cyon |
| 2024-08-19 | math/rand: make calls to Seed no-op | Paschalis T |
| 2024-08-15 | math/big,regexp: implement the encoding.TextAppender interface | apocelipes |
| 2024-08-15 | math/big: implement subVV in riscv64 assembly | Joel Sing |
| 2024-08-07 | cmd/compile, math: improve implementation of math.{Max,Min} on loong64 | Xiaolin Zhao |
| 2024-08-02 | math/big: implement addVV in riscv64 assembly | Joel Sing |
| 2024-07-17 | math/big: fix comment typo in natdiv.go | withsky |
| 2024-07-16 | math/big: use lists in docstrings | Kir Kolyshkin |
| 2024-07-16 | math/big: more cross-references in docstrings | Kir Kolyshkin |
| 2024-07-10 | math: remove riscv64 assembly implementations of rounding | Jorropo |
| 2024-06-06 | math/big: better doc string for Float.Copy, add example test | Robert Griesemer |
| 2024-05-29 | all: document legacy //go:linkname for final round of modules | Russ Cox |
| 2024-05-23 | std: fix calls to Printf(s) with non-constant s | Alan Donovan |
| 2024-05-23 | all: document legacy //go:linkname for modules with ≥5,000 dependents | Russ Cox |
| 2024-05-23 | all: change from sort functions to slices functions where feasible | Ian Lance Taylor |
| 2024-05-22 | math/rand/v2: add ChaCha8.Read | Filippo Valsorda |
| 2024-05-22 | all: convert PPC64 CMPx ...,R0,... to CMPx Rx,$0 | Paul E. Murphy |
| 2024-05-22 | math/rand/v2: drop pointer receiver on zero-width type | Brad Fitzpatrick |
| 2024-05-20 | ppc64x: code cleanup in assembly files | Jayanth Krishnamurthy |
| 2024-05-17 | all: add push linknames to allow legacy pull linknames | Cherry Mui |
| 2024-05-16 | math/rand/v2: use max builtin in tests | Tobias Klauser |
| 2024-05-13 | math/rand/v2, math/big: use internal/byteorder | Mateusz Poliwczak |
| 2024-05-07 | math/rand/v2: add Uint | Russ Cox |
| 2024-04-16 | math/big: improve use of addze in mulAddVWW on ppc64x | Lynn Boger |
| 2024-04-11 | all: consistently use "IEEE 754" over "IEEE-754" | Joe Tsai |
| 2024-03-14 | math/big: use built-in clear to simplify code | apocelipes |
| 2024-03-04 | math/rand, math/rand/v2: rename receiver variables | Oleksandr Redko |
| 2024-02-23 | math: add round assembly implementations on riscv64 | Meng Zhuo |
| 2024-02-19 | math/rand/v2: use a doc link for crypto/rand | Daniel Martí |
| 2024-01-25 | math/big,crypto/internal/bigmod: unroll loop in addMulVVW for ppc64x | Lynn Boger |
| 2024-01-09 | math/big: fix uint64 overflow in nat.mulRange | Robert Griesemer |
| 2023-12-14 | all: remove newline characters after return statements | Danil Timerbulatov |
| 2023-12-05 | math/rand, math/rand/v2: use ChaCha8 for global rand | Russ Cox |
| 2023-12-05 | math/rand/v2: add ChaCha8 | Russ Cox |
| 2023-11-20 | Revert "math/rand/v2: add ChaCha8" | Michael Knyszek |
| 2023-11-20 | all: add floating point option for ARM targets | Ludi Rehak |
| 2023-11-19 | math/rand/v2: add ChaCha8 | Russ Cox |
| 2023-11-15 | math/big: faster FloatPrec implementation | Robert Griesemer |
| 2023-11-14 | math/big: update comment in the implementation of FloatPrec | Robert Griesemer |
| 2023-11-14 | math/big: implement Rat.FloatPrec | Robert Griesemer |
| 2023-10-30 | math/rand/v2: delete Mitchell/Reeds source | Russ Cox |