| Age | Commit message (Expand) | Author |
| 2025-05-19 | math: fix portable FMA implementation when x*y ~ 0, x*y < 0 and z = 0 | ICHINOSE Shogo |
| 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-24 | cmd/asm: add LCDBR instruction on s390x | Vishwanatha HD |
| 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-03-05 | math: implement func archExp and archExp2 in assembly on loong64 | Xiaolin Zhao |
| 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-25 | all: surround -test.run arguments with ^$ | qmuntal |
| 2025-02-03 | math/big: use built-in max function | Eng Zer Jun |
| 2024-12-04 | math/bits: update reference to debruijn paper | Sean Liao |
| 2024-12-04 | math/rand/v2: replace <= 0 with == 0 for Uint function docs | Jorropo |
| 2024-11-20 | internal/byteorder: use canonical Go casing in names | Russ Cox |
| 2024-10-31 | math/big: properly linkify a reference | Adam |
| 2024-10-12 | math: implement arch{Floor, Ceil, Trunc} in hardware on loong64 | Xiaolin Zhao |
| 2024-09-16 | math/big: add clarifying (internal) comment | Robert Griesemer |
| 2024-09-16 | math/big: simplify divBasic ujn assignment | Joel Sing |
| 2024-09-11 | math: add round assembly implementations on riscv64 | Meng Zhuo |
| 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 |