| Age | Commit message (Expand) | Author |
|---|---|---|
| 2025-04-19 | math/big: replace assembly with mini-compiler output | Russ Cox |
| 2025-04-18 | math/big: replace addVW/subVW assembly with fast pure Go | Russ Cox |
| 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 |
| 2023-10-19 | all: drop old +build lines | Dmitri Shuralyov |
| 2022-04-28 | math/big: delete all mulWW assembly code | Wayne Zuo |
| 2021-05-13 | all: add //go:build lines to assembly files | Tobias Klauser |
| 2020-09-23 | math/big: replace division with multiplication by reciprocal word | SparrowLii |
| 2018-10-03 | all: this big patch remove whitespace from assembly files | Zhou Peng |
| 2017-03-23 | math/big: replace local versions of bitLen, nlz with math/bits versions | Robert Griesemer |
| 2015-03-20 | math/big: enable pure Go (no assembly) build with build tag | Robert Griesemer |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |
