| Age | Commit message (Expand) | Author |
| 8 days | math/big: Binomial should return 0 if k < 0 | Weixie Cui |
| 9 days | math/big: optimize writeMultiple to use StringWriter and ByteWriter | Jorropo |
| 2026-02-12 | math/big: optimize the implementation of lshVU on loong64 | limeidan |
| 2025-11-11 | std,cmd: go fix -any std cmd | Alan Donovan |
| 2025-05-01 | math/big: fix incorrect register allocation for mipsx/mips64x | Julian Zhu |
| 2025-04-19 | math/big: use clearer loop bounds check elimination | Russ Cox |
| 2025-04-19 | math/big: replace assembly with mini-compiler output | Russ Cox |
| 2025-04-19 | math/big: add shift and mul to mini-compiler | Russ Cox |
| 2025-04-19 | math/big: add all architectures to mini-compiler | Russ Cox |
| 2025-04-19 | math/big: new mini-compiler for arith assembly | Russ Cox |
| 2025-04-18 | math/big: replace addVW/subVW assembly with fast pure Go | Russ Cox |
| 2025-04-18 | math/big: add more complete tests and benchmarks of assembly | Russ Cox |
| 2025-04-15 | math/big: fix loong64 assembly for vet | Keith Randall |
| 2025-04-15 | math/big: optimize subVV function for loong64 | Huang Qiqi |
| 2025-04-15 | math/big: optimize mulAddVWW function for loong64 | Huang Qiqi |
| 2025-04-15 | math/big: optimize subVW function for loong64 | Huang Qiqi |
| 2025-04-15 | math/big: optimize addVW function for loong64 | Huang Qiqi |
| 2025-04-11 | math/big: remove copy responsibility from, rename shlVU, shrVU | Russ Cox |
| 2025-04-11 | math/big: replace addMulVVW with addMulVVWW | Russ Cox |
| 2025-03-12 | math/big: update calibration tests and recalibrate | Russ Cox |
| 2025-03-12 | math/big: simplify, speed up Karatsuba multiplication | Russ Cox |
| 2025-03-06 | math/big: avoid negative slice size in nat.rem | Russ Cox |
| 2025-02-27 | math/big: add tests for allocation during multiply | Russ Cox |
| 2025-02-27 | math/big: move multiplication to natmul.go | Russ Cox |
| 2025-02-27 | math/big: optimize atoi of base 2, 4, 16 | Russ Cox |
| 2025-02-27 | math/big: improve scan test and benchmark | Russ Cox |
| 2025-02-27 | math/big: replace nat pool with Word stack | Russ Cox |
| 2025-02-27 | math/big: report allocs in BenchmarkNatMul, BenchmarkNatSqr | Russ Cox |
| 2025-02-27 | math/big: clean up GCD a little | Russ Cox |
| 2025-02-03 | math/big: use built-in max function | Eng Zer Jun |
| 2024-11-20 | internal/byteorder: use canonical Go casing in names | Russ Cox |
| 2024-10-31 | math/big: properly linkify a reference | Adam |
| 2024-09-16 | math/big: add clarifying (internal) comment | Robert Griesemer |
| 2024-09-16 | math/big: simplify divBasic ujn assignment | Joel Sing |
| 2024-09-09 | all: remove unnecessary symbols and add missing symbols | cuishuang |
| 2024-09-03 | all: omit unnecessary 0 in slice expression | nlwkobe30 |
| 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-15 | math/big,regexp: implement the encoding.TextAppender interface | apocelipes |
| 2024-08-15 | math/big: implement subVV in riscv64 assembly | Joel Sing |
| 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-06-06 | math/big: better doc string for Float.Copy, add example test | Robert Griesemer |
| 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 |