| Age | Commit message (Expand) | Author |
| 2026-01-28 | math: optimize the floating-point pipeline on loong64 | Xiaolin Zhao |
| 2026-01-23 | math/pow10: remove overlapping boundary (n=0) | mohanson |
| 2026-01-23 | math: use shared signMask constant | mohanson |
| 2025-11-19 | math: switch s390x math.Pow to generic implementation | Srinivas Pokala |
| 2025-11-11 | std,cmd: go fix -any std cmd | Alan Donovan |
| 2025-11-10 | internal/runtime/sys,math/bits: eliminate bounds checks on len8tab | Joel Sing |
| 2025-10-17 | all: remove unnecessary loop variable copies in tests | Tobias Klauser |
| 2025-09-03 | math: rename Modf parameter int to integer | Michael Munday |
| 2025-08-25 | math: use Trunc to implement Modf | Michael Munday |
| 2025-08-25 | math: implement IsInf using Abs | Michael Munday |
| 2025-08-25 | math: optimize Signbit implementation slightly | Michael Munday |
| 2025-08-08 | math: remove redundant infinity tests | Michael Munday |
| 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 |