| Age | Commit message (Expand) | Author |
| 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 |
| 2023-02-09 | runtime: skip trailing wrappers in runtime_expandFinalInlineFrame | Tolyan Korniltsev |
| 2022-11-11 | all: fix problematic comments | cui fliter |
| 2022-10-14 | runtime/pprof: set Function.start_line field | Michael Pratt |
| 2022-10-14 | cmd/compile,cmd/link,runtime: add start line numbers to func metadata | Michael Pratt |
| 2022-09-27 | cmd/compile,cmd/link: hooks for identifying coverage counters | Than McIntosh |
| 2022-09-07 | runtime: rename _func.entryoff to entryOff | Michael Pratt |
| 2022-09-07 | runtime: rename _func.nameoff and friends to nameOff | Michael Pratt |
| 2022-09-07 | runtime: rename inlinedCall.func_ to inlinedCall.nameOff | Michael Pratt |
| 2022-09-06 | cmd/link,runtime: remove unused fields from inlinedCall | Michael Pratt |
| 2022-08-12 | runtime: convert panicking to atomic type | Michael Pratt |
| 2022-08-09 | all: use ":" for compiler generated symbols | Cuong Manh Le |
| 2022-04-05 | all: separate doc comment from //go: directives | Russ Cox |
| 2022-02-11 | cmd/compile, runtime: use unwrapped PC for goroutine creation tracing | Cherry Mui |
| 2022-02-05 | runtime: change sys.PtrSize to goarch.PtrSize in comments | Ian Lance Taylor |
| 2021-11-11 | runtime: fix typo | cuiweixie |
| 2021-10-29 | runtime: track scannable globals space | Michael Anthony Knyszek |
| 2021-10-27 | cmd/compile, runtime: track argument stack slot liveness | Cherry Mui |
| 2021-10-11 | runtime: simplify multiple text section handling in findfunc | Cherry Mui |
| 2021-10-07 | runtime: handle end PC in textAddr | Cherry Mui |
| 2021-10-07 | runtime,sync: using fastrandn instead of modulo reduction | Meng Zhuo |
| 2021-10-06 | runtime: streamline moduledata.textAddr | Josh Bleecher Snyder |
| 2021-10-06 | cmd/link,runtime: make textsectmap fields more convenient for runtime | Josh Bleecher Snyder |
| 2021-10-05 | runtime: start moduledata memory load early | Josh Bleecher Snyder |
| 2021-10-05 | runtime: make funcspdelta inlineable | Josh Bleecher Snyder |