| Age | Commit message (Expand) | Author |
| 2020-07-11 | [release-branch.go1.13] reflect: zero stack slots before writing to them with... | Keith Randall |
| 2019-06-10 | Revert "Revert "cmd/compile,runtime: allocate defer records on the stack"" | Keith Randall |
| 2019-06-06 | runtime: mark all Go symbols called from assembly in other packages | Austin Clements |
| 2019-06-05 | Revert "cmd/compile,runtime: allocate defer records on the stack" | Keith Randall |
| 2019-06-04 | cmd/compile,runtime: allocate defer records on the stack | Keith Randall |
| 2019-04-05 | runtime: separate stack freeing from stack shrinking | Austin Clements |
| 2018-11-13 | runtime: when using explicit argmap, also use arglen | Keith Randall |
| 2018-10-06 | all: fix a bunch of misspellings | Igor Zhilianin |
| 2018-10-03 | cmd/compile,runtime: implement stack objects | Keith Randall |
| 2018-10-02 | runtime: eliminate gchelper mechanism | Austin Clements |
| 2018-10-02 | runtime: eliminate gcBlackenPromptly mode | Austin Clements |
| 2018-09-26 | runtime: rename _MSpan* constants to mSpan* | Austin Clements |
| 2018-06-29 | runtime: remap stack spans with MAP_STACK on OpenBSD | Austin Clements |
| 2018-06-12 | runtime/internal/sys: rename Wasm to WASM | Richard Musiol |
| 2018-06-12 | runtime: use libc for signal functions on iOS | Elias Naur |
| 2018-05-22 | runtime: support for debugger function calls | Austin Clements |
| 2018-05-14 | runtime: unify fetching of locals and arguments maps | Austin Clements |
| 2018-05-08 | runtime: add js/wasm architecture | Richard Musiol |
| 2018-04-29 | runtime: iterate over set bits in adjustpointers | Josh Bleecher Snyder |
| 2018-04-29 | runtime: use entry stack map at function entry | Austin Clements |
| 2018-04-05 | runtime: avoid calling adjustpointers unnecessarily | Josh Bleecher Snyder |
| 2018-03-15 | runtime: identify special functions by flag instead of address | Keith Randall |
| 2018-03-15 | runtime: print goid when throwing for split stack overflow | Josh Bleecher Snyder |
| 2018-03-08 | runtime: make throw safer to call | Austin Clements |
| 2018-02-21 | runtime: clarify address space limit constants and comments | Austin Clements |
| 2018-02-15 | runtime: use sparse mappings for the heap | Austin Clements |
| 2018-02-15 | runtime: consolidate mheap.lookup* and spanOf* | Austin Clements |
| 2017-12-15 | runtime: symbolize morestack caller in throwsplit panic | Austin Clements |
| 2017-11-22 | runtime: print runtime frames in throwsplit trace | Austin Clements |
| 2017-10-29 | runtime: remove write barriers from newstack, gogo | Austin Clements |
| 2017-08-18 | all: unindent some big chunks of code | Daniel Martà |
| 2017-08-15 | runtime: move selectdone into g | Daniel Morsing |
| 2017-05-23 | runtime: remove unused copies of special stack guards | Austin Clements |
| 2017-05-23 | runtime: fix stackCache=0 debug mode | Austin Clements |
| 2017-05-23 | runtime: fix stackFromSystem returning memory | Austin Clements |
| 2017-04-13 | runtime: generalize {alloc,free}Stack to {alloc,free}Manual | Austin Clements |
| 2017-04-13 | runtime: rename mspan.stackfreelist -> manualFreeList | Austin Clements |
| 2017-04-13 | runtime: rename _MSpanStack -> _MSpanManual | Austin Clements |
| 2017-04-05 | runtime: initialize more fields of stack spans | Austin Clements |
| 2017-03-27 | runtime: improve systemstack-on-Go stack message | Austin Clements |
| 2017-03-06 | runtime: avoid repeated findmoduledatap calls | Austin Clements |
| 2017-02-14 | runtime: remove g.stackAlloc | Austin Clements |
| 2017-02-14 | runtime: remove stack barriers | Austin Clements |
| 2017-01-06 | runtime: use 4K as the boundary of legal pointers | Austin Clements |
| 2016-12-07 | runtime: on stack copy, adjust BP | Keith Randall |
| 2016-10-28 | runtime, cmd/compile: rename memclr -> memclrNoHeapPointers | Austin Clements |
| 2016-10-26 | runtime: scan mark worker stacks like normal | Austin Clements |
| 2016-10-26 | runtime: fix bad pointer with 0 stack barriers | Austin Clements |
| 2016-10-24 | runtime: make morestack less subtle | Austin Clements |
| 2016-10-05 | runtime, cmd/internal/obj: get rid of rewindmorestack | Cherry Zhang |