| Age | Commit message (Expand) | Author |
| 2026-02-12 | cmd/link: handle runtime.type based on size, not GOOS | Ian Lance Taylor |
| 2026-02-10 | cmd/compile, runtime: set alignment of type descriptors | Ian Lance Taylor |
| 2026-02-09 | runtime: add race instrumentation for moduleToTypelinksLock | chressie |
| 2026-02-07 | internal/abi, runtime: put type descriptor sizes in internal/abi | Ian Lance Taylor |
| 2026-02-06 | cmd/link: use correct alignment for type descriptors on AIX | Ian Lance Taylor |
| 2026-01-29 | runtime: use smaller max align for arm32 | Keith Randall |
| 2026-01-29 | runtime, cmd/link: store type descriptor length, not end | Ian Lance Taylor |
| 2026-01-27 | cmd/link, runtime: remove typelinks | Ian Lance Taylor |
| 2025-07-30 | all: remove redundant Swiss prefixes | Michael Pratt |
| 2025-07-30 | all: remove GOEXPERIMENT=swissmap | Michael Pratt |
| 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 |
| 2024-12-23 | cmd/link, runtime: apply a delta to RODATA->DATA relocations | Cherry Mui |
| 2024-11-18 | runtime: get rid of gc programs for types | Keith Randall |
| 2024-09-06 | runtime: remove cloudwego/frugal unused linkname from comment | Kyle Xiao |
| 2024-08-02 | all: split old and swiss map abi and compiler integration | Michael Pratt |
| 2024-05-23 | all: document legacy //go:linkname for modules with ≥200 dependents | Russ Cox |
| 2024-04-02 | all: use kind* of abi | qiulaidongfeng |
| 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/abi,reflectlite,reflect,runtime: common up chan type | 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-10 | internal/abi: common up Method, Imethod, UncommonType types | David Chase |
| 2023-05-05 | internal/abi: refactor (basic) type struct into one definition | David Chase |
| 2022-09-13 | runtime: replace stringStruct with unsafe.String where appropriate | Cuong Manh Le |
| 2022-06-14 | cmd/compile,runtime,reflect: move embedded bit from offset to name | Keith Randall |
| 2022-04-12 | runtime: fix name of type parameter | zhouguangyuan |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-04-01 | all: fix various doc comment formatting nits | Russ Cox |
| 2021-10-06 | runtime: streamline moduledata.textAddr | Josh Bleecher Snyder |
| 2021-09-29 | runtime: extract text address calculation into a separate method | Josh Bleecher Snyder |
| 2021-07-08 | [dev.typeparams] all: merge master (296ddf2) into dev.typeparams | Matthew Dempsky |
| 2021-07-08 | Update oudated comment | makdon |
| 2021-05-21 | [dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternal | Cherry Mui |
| 2021-05-10 | cmd/compile,reflect: allow longer type names | Keith Randall |
| 2021-03-24 | cmd/compile, cmd/link: use weak reference in itab | Cherry Zhang |
| 2021-01-16 | [dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent... | Dan Scales |
| 2020-10-28 | Revert "cmd/compile: split exported/non-exported methods for interface type" | Cuong Manh Le |
| 2020-10-09 | cmd/compile: split exported/non-exported methods for interface type | Cuong Manh Le |
| 2020-09-29 | cmd/link, runtime: use a sentinel value for unreachable method | Cherry Zhang |
| 2019-10-28 | runtime: fix textOff for multiple text sections | Lynn Boger |
| 2019-10-05 | runtime: add doc to remind adopting changes to reflectlite | Cuong Manh Le |
| 2019-09-21 | runtime/type: change fieldalign to use mixedCaps | two |
| 2019-09-03 | cmd/compile,runtime: generate hash functions only for types which are map keys | Keith Randall |
| 2019-04-30 | all: refer to map elements as elements instead of values | Josh Bleecher Snyder |
| 2019-03-08 | all: simplify multiple for loops | Daniel Martí |
| 2018-12-29 | runtime: panic on uncomparable map key, even if map is empty | Keith Randall |
| 2018-08-22 | runtime: replace calls to hasprefix with hasPrefix | Martin Möhrmann |
| 2018-07-11 | runtime: don't say "different packages" if they may not be different | Ian Lance Taylor |