| Age | Commit message (Expand) | Author |
| 2025-11-10 | internal/runtime/sys,math/bits: eliminate bounds checks on len8tab | Joel Sing |
| 2024-12-04 | math/bits: update reference to debruijn paper | Sean Liao |
| 2024-08-20 | src: fix typos | Alexander Cyon |
| 2023-10-19 | all: drop old +build lines | Dmitri Shuralyov |
| 2023-10-19 | math: add available godoc link | cui fliter |
| 2022-11-14 | math/bits: directly calculate quo/rem when hi is zero in Div64 | ruinan |
| 2022-10-21 | math/bits: note that functions here may be compiler intrinsics | Nick Craig-Wood |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |
| 2021-11-11 | math/bits: add examples for Add, Sub, Mul and Div | Pedro Lopez Mareque |
| 2021-04-27 | bits: use same expression with system bit size | yangwenmai |
| 2021-03-17 | math/bits: folded reverse tables by using const string | Meng Zhuo |
| 2021-02-20 | all: go fmt std cmd (but revert vendor) | Russ Cox |
| 2020-12-09 | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox |
| 2020-04-22 | cmd/compile: clean up codegen for branch-on-carry on s390x | Michael Munday |
| 2019-10-18 | math/bits: add Rem, Rem32, Rem64 | Alberto Donizetti |
| 2019-05-21 | math/bits: document that Add, Sub, Mul, RotateLeft, ReverseBytes are constant... | Filippo Valsorda |
| 2019-05-20 | math/bits: add example for OnesCount function | adarsh ravichandran |
| 2019-05-20 | math/bits: make Add and Sub fallbacks constant time | smasher164 |
| 2019-04-04 | math/bits: add gccgo-friendly code for compiler bootstrap | Than McIntosh |
| 2019-03-22 | cmd/compile: follow up intrinsifying math/bits.Add64 for arm64 | erifan01 |
| 2019-03-20 | cmd/compile: intrinsify math/bits.Add64 for arm64 | erifan01 |
| 2019-02-26 | math/bits: optimize Reverse32 and Reverse64 | Michael Munday |
| 2018-12-09 | math/bits: remove named return in TrailingZeros16 | Alberto Donizetti |
| 2018-11-27 | math/bits: define Div to panic when y<=hi | Brian Kessler |
| 2018-11-27 | math/bits: panic when y<=hi in Div | Brian Kessler |
| 2018-10-25 | cmd/compile: intrinsify math/bits.Add on amd64 | Keith Randall |
| 2018-10-24 | math/bits: correct BenchmarkSub64 | Brian Kessler |
| 2018-09-11 | math/bits: add extended precision Add, Sub, Mul, Div | Brian Kessler |
| 2018-05-01 | math/bits: move tests into their own package | Martin Möhrmann |
| 2017-11-03 | math/bits: add examples for right rotation | Tobias Klauser |
| 2017-10-06 | math/bits: complete examples | griesemer |
| 2017-08-11 | math/bits: examples generator | romanyx |
| 2017-08-09 | math/bits: Add examples for Reverse functions | Wembley G. Leach, Jr |
| 2017-08-09 | math/bits: some regular examples for functions | romanyx |
| 2017-08-05 | math/bits: fix example for OnesCount64 | Francesc Campoy Flores |
| 2017-08-04 | math/bits: add examples for OnesCount functions | Francesc Campoy |
| 2017-07-15 | math/bits: add examples for leading zero methods | Dylan Waits |
| 2017-05-10 | cmd/compile: ppc64x intrinsics for math/bits | Lynn Boger |
| 2017-04-11 | math/bits: support negative rotation count and remove RotateRight | Robert Griesemer |
| 2017-02-28 | math/bits: move left-over functionality from bits_impl.go to bits.go | Robert Griesemer |
| 2017-02-28 | math/bits: faster LeadingZeros and Len functions | Robert Griesemer |
| 2017-02-28 | math/bits: faster TrailingZeroes8 | Robert Griesemer |
| 2017-02-28 | math/bits: faster OnesCount using table lookups for sizes 8,16,32 | Robert Griesemer |
| 2017-02-25 | math/bits: faster Reverse8/16 functions using table lookups | Robert Griesemer |
| 2017-02-25 | math/bits: fix incorrect doc strings for TrailingZeros functions | Robert Griesemer |
| 2017-02-19 | math/bits: faster OnesCount | Robert Griesemer |
| 2017-02-17 | math/bits: added benchmarks for Leading/TrailingZeros | Robert Griesemer |
| 2017-02-17 | math/bits: faster Rotate functions, added respective benchmarks | Robert Griesemer |
| 2017-02-17 | math/bits: faster OnesCount, added respective benchmarks | Robert Griesemer |
| 2017-02-17 | math/bits: faster Reverse, ReverseBytes | Robert Griesemer |