| Age | Commit message (Expand) | Author |
| 12 days | all: add export linknames for assembly symbols accessed from other package | Cherry Mui |
| 2026-01-23 | cmd/compile: use equality signatures in hash function generation | Keith Randall |
| 2025-10-24 | runtime: use 32-bit hash for maps on Wasm | Cherry Mui |
| 2025-07-29 | internal/abi: move direct/indirect flag from Kind to TFlag | Keith Randall |
| 2025-04-22 | runtime, internal/runtime/maps: speed-up empty/zero map lookups | Mateusz Poliwczak |
| 2025-04-08 | runtime: use internal/byteorder | apocelipes |
| 2024-10-30 | internal/runtime/maps: proper capacity hint handling | Michael Pratt |
| 2024-10-29 | runtime: move mapaccess1 and mapassign to internal/runtime/maps | Michael Pratt |
| 2024-10-21 | runtime: remove linkname from memhash{32,64} functions | Alfonso Subiotto Marques |
| 2024-09-17 | runtime: move getclosureptr to internal/runtime/sys | Michael Pratt |
| 2024-09-06 | runtime: remove cloudwego/frugal unused linkname from comment | Kyle Xiao |
| 2024-05-29 | all: document legacy //go:linkname for final round of modules | Russ Cox |
| 2024-05-29 | all: document legacy //go:linkname for modules with ≥100 dependents | Russ Cox |
| 2024-05-23 | all: document legacy //go:linkname for modules with ≥200 dependents | Russ Cox |
| 2024-05-23 | all: document legacy //go:linkname for modules with ≥500 dependents | Russ Cox |
| 2024-05-23 | all: document legacy //go:linkname for modules with ≥2,000 dependents | Russ Cox |
| 2024-05-23 | all: document legacy //go:linkname for modules with ≥10,000 dependents | Russ Cox |
| 2024-05-23 | all: document legacy //go:linkname for modules with ≥20,000 dependents | Russ Cox |
| 2024-04-19 | runtime: remove odd-forcing of hash constants | khr@golang.org |
| 2024-04-19 | runtime: use bootstrapRand to initialize hashkey | Michael Pratt |
| 2024-04-02 | all: use kind* of abi | qiulaidongfeng |
| 2024-02-08 | cmd/compile: move runtime.itab to internal/abi.ITab | Keith Randall |
| 2023-12-05 | math/rand, math/rand/v2: use ChaCha8 for global rand | Russ Cox |
| 2023-08-09 | runtime: improve performance of empty map with interface key type | cuiweixie |
| 2023-05-11 | runtime: move per-type types to internal/abi | David Chase |
| 2023-05-11 | runtime: redefine _type to abi.Type; add rtype for methods. | David Chase |
| 2023-05-10 | internal/reflectlite, runtime: move more constants and types into internal/abi | David Chase |
| 2023-05-10 | internal/abi: common up ArrayType | David Chase |
| 2023-05-05 | internal/abi: refactor (basic) type struct into one definition | David Chase |
| 2022-06-14 | cmd/compile,runtime,reflect: move embedded bit from offset to name | Keith Randall |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |
| 2021-06-17 | [dev.typeparams] runtime/internal/sys: replace BigEndian with goarch.BigEndia... | Michael Anthony Knyszek |
| 2021-06-17 | [dev.typeparams] runtime: fix import sort order [generated] | Michael Anthony Knyszek |
| 2021-06-17 | [dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i... | Michael Anthony Knyszek |
| 2021-05-24 | cmd/compile: always include underlying type for map types | Keith Randall |
| 2020-10-28 | Revert "cmd/compile: split exported/non-exported methods for interface type" | Cuong Manh Le |
| 2020-10-13 | runtime: remove unused alg constants | Martin Möhrmann |
| 2020-10-09 | cmd/compile: split exported/non-exported methods for interface type | Cuong Manh Le |
| 2020-03-10 | runtime: make typehash match compiler generated hashes exactly | Keith Randall |
| 2020-02-24 | runtime: special case interface hashing for pointers | Keith Randall |
| 2019-12-10 | all: fix a number of misuses of the word "an" | Daniel Martí |
| 2019-10-09 | all: remove the nacl port (part 1) | Brad Fitzpatrick |
| 2019-09-03 | cmd/compile,runtime: generate hash functions only for types which are map keys | Keith Randall |
| 2019-08-29 | runtime: switch default order of hashing algorithms | Keith Randall |
| 2019-03-13 | runtime: simplify readUnaligned | Ilya Tocar |
| 2019-02-27 | runtime: speed up ifaceeq for direct ifaces | Josh Bleecher Snyder |
| 2018-11-26 | cmd/link/internal/ld: remove R_ADDR relocations inside XCOFF text sections | Clément Chigot |
| 2018-04-10 | runtime: use internal/cpu in alginit | Meng Zhuo |
| 2018-04-04 | runtime: implement aeshash for arm64 platform | Meng Zhuo |
| 2017-08-28 | runtime: specialize memhash32 and memhash64 | Martin Möhrmann |