| Age | Commit message (Expand) | Author |
| 2024-05-22 | all: convert PPC64 CMPx ...,R0,... to CMPx Rx,$0 | Paul E. Murphy |
| 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-13 | math/rand/v2, math/big: use internal/byteorder | Mateusz Poliwczak |
| 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-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-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-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-06-02 | math/big: rename Int.ToFloat64 to Float64 | Alan Donovan |
| 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-03-25 | all: add a few links in package godocs | Daniel Martà |
| 2023-02-14 | all: fix some comments | cui fliter |
| 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-23 | math/big: validate result of Float.GobDecode | Alexander Yastrebov |
| 2022-12-02 | math/big: fix BitLen performance regression | Filippo Valsorda |
| 2022-11-21 | crypto/internal/bigmod: move nat implementation out of crypto/rsa | Filippo Valsorda |
| 2022-11-18 | all: add missing periods in comments | cui fliter |
| 2022-11-08 | math/big: remove underscores from Binomial docs | Eric Lagergren |
| 2022-11-03 | math/big: add PCALIGN to addMulVVW asm on ppc64x | Lynn Boger |
| 2022-11-02 | math/big: use Montgomery for z.Exp(x, y, m) even for even m | Russ Cox |
| 2022-11-02 | math/big: add benchmark of Exp with large modulus | Russ Cox |
| 2022-10-28 | math/big: improve performance of Binomial | Riccardo Gerosa |
| 2022-10-11 | math/big: error on buffer length overflow in Rat.GobDecode | Ian Lance Taylor |
| 2022-09-06 | math/big: replace dead link in a comment with link to an archive.org copy | Alok Menghrajani |
| 2022-08-09 | internal/testenv: add and use OptimizationOff/SkipIfOptimizationOff | Cuong Manh Le |
| 2022-08-08 | math/big: disable TestNewIntAllocs on noopt builder | Cuong Manh Le |
| 2022-08-08 | math/big: make NewInt inlineable and zero allocation | Keith Randall |
| 2022-07-27 | math/big: check buffer lengths in GobDecode | Roland Shoemaker |
| 2022-05-20 | go, math, os, reflect: support standard library for loong64 | Xiaodong Liu |
| 2022-05-19 | all: gofmt main repo | Russ Cox |
| 2022-05-08 | math/big: don't force second arg to Jacobi and Int.ModSqrt to escape | Nathan VanBenschoten |
| 2022-05-02 | all: REVERSE MERGE dev.boringcrypto (cdcb4b6) into master | Russ Cox |
| 2022-04-28 | math/big: delete all mulWW assembly code | Wayne Zuo |
| 2022-04-27 | math/big: add comprehensive aliasing tests (and minor fixes to Exp, Rand) | Filippo Valsorda |
| 2022-04-20 | [dev.boringcrypto] all: merge master into dev.boringcrypto | Chressie Himpel |