| Age | Commit message (Expand) | Author |
| 2019-10-25 | runtime: remove old stack scanning code | Austin Clements |
| 2019-10-25 | runtime: add general suspendG/resumeG | Austin Clements |
| 2019-10-25 | runtime: ensure _Grunning Gs have a valid g.m and g.m.p | Austin Clements |
| 2019-10-24 | cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ... | Dan Scales |
| 2019-10-23 | runtime: add race detector support for new timers | Ian Lance Taylor |
| 2019-10-22 | runtime: add new modtimer function | Ian Lance Taylor |
| 2019-10-21 | runtime: initial scheduler changes for timers on P's | Ian Lance Taylor |
| 2019-10-16 | Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c... | Bryan C. Mills |
| 2019-10-16 | cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ... | Dan Scales |
| 2019-10-10 | all: remove nacl (part 3, more amd64p32) | Brad Fitzpatrick |
| 2019-09-24 | runtime: update runtime2.go itab comments about sync struct | Sean Chen |
| 2019-06-10 | Revert "Revert "cmd/compile,runtime: allocate defer records on the stack"" | Keith Randall |
| 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-05-17 | runtime: remove redundant "//" | Joey |
| 2019-05-13 | runtime: resolve latent function type TODO | Tamir Duberstein |
| 2019-05-09 | runtime: add background scavenger | Michael Anthony Knyszek |
| 2019-04-25 | runtime: document P statuses | Austin Clements |
| 2019-04-15 | runtime: remove some unused fields in m and p | Austin Clements |
| 2019-04-11 | runtime: note about improved _Gscan bit handling | Austin Clements |
| 2019-04-04 | runtime: ring buffer for binary debug logging | Austin Clements |
| 2019-03-29 | runtime: rename p racectx field to raceprocctx | Ian Lance Taylor |
| 2019-01-08 | runtime: make FuncForPC return the innermost inlined frame | Keith Randall |
| 2018-11-14 | runtime: make processor capability variable naming platform specific | Martin Möhrmann |
| 2018-11-10 | runtime: ensure m.p is never stale | Nikhil Benesch |
| 2018-10-03 | runtime: on a signal, set traceback address to a deferreturn call | Keith Randall |
| 2018-10-02 | runtime: eliminate gchelper mechanism | Austin Clements |
| 2018-10-02 | runtime: support disabling goroutine scheduling by class | Austin Clements |
| 2018-08-26 | internal/bytealg: replace use of runtime.support_sse2 with cpu.X86.HasSSE2 | Martin Möhrmann |
| 2018-08-24 | runtime: replace sys.CacheLineSize by corresponding internal/cpu const and vars | Martin Möhrmann |
| 2018-08-24 | runtime: use internal/cpu variables in assembler code | Martin Möhrmann |
| 2018-08-20 | runtime: use gList for gfree lists | Austin Clements |
| 2018-08-20 | runtime: replace manually managed G dequeues with a type | Austin Clements |
| 2018-08-14 | runtime: go fmt runtime2.go | Martin Möhrmann |
| 2018-06-21 | cmd/compile: improve atomic add intrinsics with ARMv8.1 new instruction | Wei Xiao |
| 2018-05-25 | runtime: remove duplicate cpu feature detection on x86 | Martin Möhrmann |
| 2018-05-03 | runtime: convert g.waitreason from string to uint8 | Josh Bleecher Snyder |
| 2018-04-17 | cmd/internal/obj/arm, runtime: delete old ARM softfloat code | Cherry Zhang |
| 2018-04-15 | runtime: use internal/cpu.X86.HasAVX2 instead of support_avx2 | Tobias Klauser |
| 2018-04-13 | runtime/traceback: support tracking goroutine ancestor tracebacks with GODEBU... | Eric Daniels |
| 2018-04-11 | runtime: use internal/cpu instead of support_avx | Tobias Klauser |
| 2018-04-10 | runtime: use internal/cpu in alginit | Meng Zhuo |
| 2018-04-10 | runtime: remove support_bmi{1,2} | Tobias Klauser |
| 2018-04-04 | runtime: implement aeshash for arm64 platform | Meng Zhuo |
| 2018-03-15 | runtime: identify special functions by flag instead of address | Keith Randall |
| 2018-03-13 | Revert "runtime: convert g.waitreason from string to uint8" | Josh Bleecher Snyder |
| 2018-03-12 | runtime: convert g.waitreason from string to uint8 | Josh Bleecher Snyder |
| 2018-03-08 | runtime: explain and enforce that _panic values live on the stack | Austin Clements |
| 2018-03-07 | runtime: get traceback from VDSO code | Ian Lance Taylor |
| 2018-03-04 | internal/bytealg: move Count to bytealg | Keith Randall |