| Age | Commit message (Expand) | Author |
| 2026-03-31 | cmd/link, runtime: record size of itabs | Ian Lance Taylor |
| 2026-03-26 | runtime, cmd/link: remove itablinks | Ian Lance Taylor |
| 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-12-12 | runtime, cmd/link: tighten search for stackObjectRecord | Ian Lance Taylor |
| 2025-11-26 | cmd/link, runtime, debug/gosym: move pclntab magic to internal/abi | Ian Lance Taylor |
| 2025-11-04 | cmd/link, runtime: don't store text start in pcHeader | Ian Lance Taylor |
| 2025-09-25 | runtime: acquire/release C TSAN lock when calling cgo symbolizer/tracebacker | Michael Pratt |
| 2025-07-16 | cmd/link, runtime: on Wasm, put only function index in method table and func ... | Cherry Mui |
| 2025-07-07 | runtime: make traceStack testable and add a benchmark | Michael Anthony Knyszek |
| 2025-02-18 | runtime: add some linknames back for `github.com/bytedance/sonic` | 段仪 |
| 2024-12-23 | cmd/link, runtime: apply a delta to RODATA->DATA relocations | Cherry Mui |
| 2024-12-06 | runtime: add note that Callers never returns an entry PC | Michael Pratt |
| 2024-12-04 | runtime: remove "hall of shame" comment from public documentation | Alexey Palazhchenko |
| 2024-10-25 | runtime: document that Caller and Frame.File always use forward slashes | qmuntal |
| 2024-09-06 | runtime: remove cloudwego/frugal unused linkname from comment | Kyle Xiao |
| 2024-07-23 | runtime,internal: move runtime/internal/sys to internal/runtime/sys | David Chase |
| 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-04-22 | runtime: reduced struct sizes found via pahole | Sabyrzhan Tasbolatov |
| 2024-03-25 | runtime: migrate internal/atomic to internal/runtime | Andy Pan |
| 2024-03-15 | runtime: allow omitting virtual PCs from runtime.CallersFrames input | Russ Cox |
| 2024-02-16 | runtime,cmd/link: merge pcbucketsize const into internal/abi | qiulaidongfeng |
| 2024-01-22 | cmd/link,runtime: merge minfunc const info internal/abi | qiulaidongfeng |
| 2024-01-15 | runtime: more godoc links | Olivier Mengué |
| 2023-12-05 | math/rand, math/rand/v2: use ChaCha8 for global rand | Russ Cox |
| 2023-11-08 | runtime: add available godoc link | cui fliter |
| 2023-10-24 | runtime: use max/min func | qiulaidongfeng |
| 2023-09-12 | runtime: fix off-by-1 error in textOff | Cherry Mui |
| 2023-08-21 | runtime: drop stack-allocated pcvalueCaches | Austin Clements |
| 2023-08-21 | runtime: move pcvalue cache to M | Austin Clements |
| 2023-08-20 | runtime: add self-check mode to cache in pcvalue | Austin Clements |
| 2023-08-07 | Revert "runtime: move pcvalue cache to M" | Austin Clements |
| 2023-08-07 | Revert "runtime: drop stack-allocated pcvalueCaches" | Austin Clements |
| 2023-08-07 | runtime: drop stack-allocated pcvalueCaches | Austin Clements |
| 2023-08-07 | runtime: move pcvalue cache to M | Austin Clements |
| 2023-08-07 | runtime: store start PC in pcvalueCache | Austin Clements |
| 2023-05-05 | runtime, runtime/pprof: record instantiated symbol name in CPU profile | Cherry Mui |
| 2023-05-05 | cmd/link, runtime: include full symbol name for generic functions in runtime ... | Cherry Mui |
| 2023-04-21 | internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna... | Austin Clements |
| 2023-04-21 | internal/abi, runtime, cmd: merge funcFlag_* consts into internal/abi | Austin Clements |
| 2023-04-21 | internal/abi, runtime, cmd: merge funcID_* consts into internal/abi | Austin Clements |
| 2023-04-14 | cmd/link: establish dependable package initialization order | Keith Randall |
| 2023-03-10 | runtime: implement traceback iterator | Austin Clements |
| 2023-03-10 | runtime: use inlineUnwinder | Austin Clements |
| 2023-03-10 | runtime: create an API for unwinding inlined frames | Austin Clements |
| 2023-03-10 | runtime: dedup function name logic into moduledata method | Austin Clements |
| 2023-03-09 | Revert "cmd/link: establish dependable package initialization order" | Keith Randall |
| 2023-03-03 | cmd/link: establish dependable package initialization order | Keith Randall |