| Age | Commit message (Expand) | Author |
| 2023-10-30 | math/rand/v2: add PCG-DXSM | Russ Cox |
| 2023-10-30 | math/rand/v2: simplify Perm | Russ Cox |
| 2023-10-30 | math/rand/v2: remove bias in ExpFloat64 and NormFloat64 | Branden Brown |
| 2023-10-30 | math/rand/v2: optimize Float32, Float64 | Russ Cox |
| 2023-10-30 | math/rand/v2: add, optimize N, UintN, Uint32N, Uint64N | Russ Cox |
| 2023-10-30 | math/rand/v2: change Source to use uint64 | Russ Cox |
| 2023-10-30 | math/rand/v2: update benchmarks | Russ Cox |
| 2023-10-30 | math/rand/v2: remove Rand.Seed | Russ Cox |
| 2023-10-30 | math/rand/v2: clean up regression test | Russ Cox |
| 2023-10-30 | math/rand/v2: remove Read | Russ Cox |
| 2023-10-30 | math/rand/v2: rename various functions | Russ Cox |
| 2023-10-30 | math/rand/v2: start of new API | Russ Cox |
| 2023-10-19 | all: drop old +build lines | Dmitri Shuralyov |
| 2023-10-19 | math: add available godoc link | cui fliter |
| 2023-09-20 | all: simplify bool conditions | Oleksandr Redko |
| 2023-09-05 | all: use ^TestName$ regular pattern for invoking a single test | Dmitri Shuralyov |
| 2023-08-17 | math/big, math/rand: use the built-in max function | chanxuehong |
| 2023-08-11 | math/big: using the min built-in function | qiulaidongfeng |
| 2023-07-31 | math: enable huge argument tests on s390x | Srinivas Pokala |
| 2023-07-31 | math: huge argument handling for sin/cos in s390x | Srinivas Pokala |
| 2023-07-27 | math: support to handle huge arguments in tan function on s390x | root |
| 2023-07-17 | math: test large negative values as args for trig functions | Keith Randall |
| 2023-07-07 | math: add test that covers riscv64 fnm{add,sub} codegen | Michael Munday |
| 2023-07-05 | math: fix portable FMA when x*y < 0 and x*y == -z | Michael Munday |
| 2023-06-15 | math: document that Min/Max differ from min/max | Ian Lance Taylor |
| 2023-06-14 | all: fix spelling errors | Alexander Yastrebov |
| 2023-06-13 | all: fix mismatched symbols | cui fliter |
| 2023-06-02 | math/big: rename Int.ToFloat64 to Float64 | Alan Donovan |
| 2023-05-31 | Revert "math: add Compare and Compare32" | Ian Lance Taylor |
| 2023-05-23 | fmt,math/big,net/url: fixes to old Benchmarks | Egon Elbre |
| 2023-05-10 | all: fix a lot of comments | cui fliter |
| 2023-04-21 | cmd/internal/obj/ppc64: modify PCALIGN to ensure alignment | Lynn Boger |
| 2023-04-11 | all: re-run stringer | Ian Lance Taylor |
| 2023-04-04 | math/rand: clarify Seed deprecation note | Ian Lance Taylor |
| 2023-04-04 | all: fix misuses of "a" vs "an" | cui fliter |
| 2023-03-25 | all: add a few links in package godocs | Daniel Martà |
| 2023-03-23 | all: replace leading spaces with tabs in assembly | Michael Pratt |
| 2023-02-15 | math: add Compare and Compare32 | Akhil Indurti |
| 2023-02-14 | all: fix some comments | cui fliter |
| 2023-02-10 | Revert "math: add Compare and Compare32" | Than McIntosh |
| 2023-02-10 | math/rand: fix typo in Seed deprecation comment | Valentin Deleplace |
| 2023-02-09 | math/rand: rewrite the math/rand package comment to say what it's good for | Rob Pike |
| 2023-02-09 | math: add Compare and Compare32 | Akhil Indurti |
| 2023-02-07 | math/rand: use fastrand64 if possible | Ian Lance Taylor |
| 2023-02-06 | math/big: add warning about using Int for cryptography | Filippo Valsorda |
| 2023-02-02 | math/big: add Int.Float64 conversion | Alan Donovan |
| 2023-01-24 | math: handle int64 overflows for odd integer exponents in Pow(-0, y) | Dmitry Panov |
| 2023-01-23 | math/big: validate result of Float.GobDecode | Alexander Yastrebov |
| 2023-01-19 | internal/godebug: export non-default-behavior counters in runtime/metrics | Russ Cox |
| 2022-12-02 | math/big: fix BitLen performance regression | Filippo Valsorda |