| Age | Commit message (Expand) | Author |
| 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 |
| 2016-09-02 | runtime: improve message when a bad pointer is found on the stack | Austin Clements |
| 2016-08-18 | cmd/compile: ppc64le working, not optimized enough | David Chase |
| 2016-07-08 | runtime: handle selects with duplicate channels in shrinkstack | Ian Lance Taylor |
| 2016-06-17 | runtime: eliminate poisonStack checks | Austin Clements |
| 2016-05-27 | runtime: always call stackfree on the system stack | Austin Clements |
| 2016-05-26 | build: enable framepointer mode by default | Russ Cox |
| 2016-05-25 | runtime: pass gcWork to scanstack | Austin Clements |
| 2016-04-29 | [dev.garbage] runtime: use s.base() everywhere it makes sense | Austin Clements |
| 2016-04-27 | [dev.garbage] Merge remote-tracking branch 'origin/master' into HEAD | Rick Hudson |
| 2016-04-27 | [dev.garbage] runtime: replace ref with allocCount | Rick Hudson |
| 2016-04-27 | [dev.garbage] runtime: allocate directly from GC mark bits | Rick Hudson |
| 2016-04-27 | [dev.garbage] runtime: add stackfreelist | Rick Hudson |
| 2016-04-26 | runtime: don't clear gcscanvalid in casfrom_Gscanstatus | Austin Clements |
| 2016-04-11 | runtime: remove remaining references to TheChar | Jeremy Jackins |
| 2016-03-16 | runtime: shrink stacks during concurrent mark | Austin Clements |
| 2016-03-16 | runtime: make shrinkstack concurrent-safe | Austin Clements |
| 2016-03-16 | runtime: fix transient _Gwaiting states in newstack | Austin Clements |
| 2016-03-14 | runtime: copy stack before adjusting | Austin Clements |
| 2016-03-07 | runtime: eliminate unnecessary type conversions | Matthew Dempsky |
| 2016-03-02 | all: single space after period. | Brad Fitzpatrick |
| 2016-02-28 | runtime: clean up adjustpointer and eliminate write barrier | Austin Clements |
| 2015-12-14 | runtime: recycle large stack spans | Austin Clements |
| 2015-11-24 | runtime: take stack barrier lock during copystack | Austin Clements |
| 2015-11-12 | cmd/internal/obj, cmd/link, runtime: increase stack limit to accommodate larg... | Michael Hudson-Doyle |
| 2015-11-12 | runtime: break out system-specific constants into package sys | Michael Matloob |
| 2015-11-12 | runtime: rewrite lots of foo_Bar(f, ...) into f.bar(...) | Matthew Dempsky |
| 2015-11-10 | runtime: break atomics out into package runtime/internal/atomic | Michael Matloob |
| 2015-10-22 | runtime: add pcvalue cache to improve stack scan speed | Austin Clements |
| 2015-10-22 | runtime: add mSpanList type to represent lists of mspans | Matthew Dempsky |