| Age | Commit message (Expand) | Author |
| 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 |
| 2021-10-05 | runtime: add a single-text-section fast path to findfunc | Josh Bleecher Snyder |
| 2021-10-05 | cmd/link,runtime: remove unnecessary funcdata alignment | Josh Bleecher Snyder |
| 2021-10-05 | cmd/link,runtime: remove functab relocations | Josh Bleecher Snyder |
| 2021-10-05 | runtime: remove a branch from funcdata | Josh Bleecher Snyder |
| 2021-10-05 | cmd/link,runtime: remove relocations from stkobjs | Josh Bleecher Snyder |
| 2021-10-05 | cmd/link, runtime: convert FUNCDATA relocations to offsets | Josh Bleecher Snyder |
| 2021-10-04 | cmd, runtime: mark assembly routines in FuncFlags | Josh Bleecher Snyder |
| 2021-09-29 | cmd/link, runtime: use offset for _func.entry | Josh Bleecher Snyder |
| 2021-09-29 | runtime: extract text address calculation into a separate method | Josh Bleecher Snyder |
| 2021-09-27 | runtime: fix and simplify printing on bad ftab | Josh Bleecher Snyder |
| 2021-09-27 | runtime, cmd/link: minor cleanup | Josh Bleecher Snyder |
| 2021-09-27 | runtime: move entry method from _func to funcInfo | Josh Bleecher Snyder |
| 2021-09-27 | runtime: convert _func.entry to a method | Josh Bleecher Snyder |
| 2021-09-27 | runtime: change funcinl sentinel value from 0 to ^0 | Josh Bleecher Snyder |
| 2021-09-27 | runtime: look up funcInfo by func pointer | Josh Bleecher Snyder |
| 2021-09-21 | runtime: fix output for bad pcHeader | Josh Bleecher Snyder |
| 2021-09-21 | runtime, cmd/link: fix comment typos | Josh Bleecher Snyder |
| 2021-08-03 | [dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loop | Austin Clements |
| 2021-07-30 | [dev.typeparams] Revert "[dev.typeparams] runtime,cmd/compile,cmd/link: repla... | Austin Clements |
| 2021-07-30 | [dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loop | Austin Clements |
| 2021-06-22 | [dev.typeparams] all: merge master (16e82be) into dev.typeparams | Cuong Manh Le |
| 2021-06-18 | runtime: clarify Frames.Next documentation | Matthew Dempsky |
| 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-04-22 | cmd/compile, runtime: add metadata for argument printing in traceback | Cherry Zhang |
| 2021-04-14 | runtime: update debug call protocol for register ABI | Michael Anthony Knyszek |