| Age | Commit message (Expand) | Author |
| 2016-03-14 | runtime: document the G states | Austin Clements |
| 2016-03-02 | all: single space after period. | Brad Fitzpatrick |
| 2016-02-25 | runtime: eliminate unused _Genqueue state | Austin Clements |
| 2016-02-23 | Revert "cmd/compile: move hiter, hmap, and scase definitions into builtin.go" | Matthew Dempsky |
| 2016-02-22 | runtime: move machport into darwin's mOS | Matthew Dempsky |
| 2016-02-22 | cmd/compile: move hiter, hmap, and scase definitions into builtin.go | Matthew Dempsky |
| 2016-01-27 | runtime: make p.gcBgMarkWorker a guintptr | Austin Clements |
| 2016-01-13 | runtime: make NumGoroutine and Stack agree not to include system goroutines | Russ Cox |
| 2016-01-08 | Revert "runtime: make NumGoroutine and Stack agree not to include system goro... | Russ Cox |
| 2016-01-08 | runtime: make NumGoroutine and Stack agree not to include system goroutines | Russ Cox |
| 2016-01-06 | runtime: preserve signal stack when calling Go on C thread | Ian Lance Taylor |
| 2016-01-05 | runtime: disable a signal by restoring the original disposition | Ian Lance Taylor |
| 2015-12-18 | runtime: document stack barrier synchronization rules | Austin Clements |
| 2015-12-16 | runtime: remove incorrect TODO added in CL 16035 | Russ Cox |
| 2015-12-11 | runtime: remove unnecessary wakeups of worker threads | Dmitry Vyukov |
| 2015-11-24 | runtime: use a proper type, sigset, for m.sigmask | Elias Naur |
| 2015-11-24 | runtime: mark {g,m,p}uintptr methods as nosplit | Michael Hudson-Doyle |
| 2015-11-18 | Revert "runtime: use a proper type, sigset, for m.sigmask" | Russ Cox |
| 2015-11-17 | runtime: use a proper type, sigset, for m.sigmask | Elias Naur |
| 2015-11-15 | cmd/go, runtime: always use position-independent code to invoke vsyscall help... | Michael Hudson-Doyle |
| 2015-11-13 | runtime: move m's OS-specific semaphore fields into mOS | Matthew Dempsky |
| 2015-11-12 | runtime: break out system-specific constants into package sys | Michael Matloob |
| 2015-11-11 | runtime: eliminate traceBuf write barriers | Austin Clements |
| 2015-11-10 | runtime: break atomics out into package runtime/internal/atomic | Michael Matloob |
| 2015-11-03 | runtime: change p.runq from []*g to []guintptr | Austin Clements |
| 2015-11-02 | bytes: speed up Compare() on amd64 | Ilya Tocar |
| 2015-10-22 | runtime: prune some dead variables | Matthew Dempsky |
| 2015-10-22 | runtime: split plan9 and solaris's m fields into new embedded mOS type | Matthew Dempsky |
| 2015-10-21 | runtime: make iface/eface handling more type safe | Matthew Dempsky |
| 2015-10-20 | runtime: add stringStructOf helper function | Matthew Dempsky |
| 2015-10-20 | runtime: rename _func.frame to make it clear it's deprecated and unused. | Aaron Jacobs |
| 2015-10-09 | runtime: directly track GC assist balance | Austin Clements |
| 2015-09-14 | runtime: remove unused g.readyg field | Austin Clements |
| 2015-08-28 | runtime: check explicitly for short unwinding of stacks | Russ Cox |
| 2015-08-25 | runtime: fix nmspinning comparison | Todd Neal |
| 2015-08-07 | runtime: run on GOARM=5 and GOARM=6 uniprocessor freebsd/arm systems | Russ Cox |
| 2015-07-30 | runtime: change arm software div/mod call sequence not to modify stack | Russ Cox |
| 2015-07-29 | runtime/trace: record event sequence numbers explicitly | Russ Cox |
| 2015-07-29 | runtime: avoid race between SIGPROF traceback and stack barriers | Austin Clements |
| 2015-07-11 | all: link to https instead of http | Brad Fitzpatrick |
| 2015-06-29 | runtime: store syscall parameters in m not on stack | Alex Brainman |
| 2015-06-18 | runtime: fix tracing of syscallexit | Dmitry Vyukov |
| 2015-06-17 | runtime: fix races in stack scan | Russ Cox |
| 2015-06-11 | all: fix misprints in comments | Ainar Garipov |
| 2015-06-10 | runtime: correct a drifted comment in referencing m->locked. | Yongjian Xu |
| 2015-06-02 | runtime: steal space for stack barrier tracking from stack | Austin Clements |
| 2015-06-02 | runtime: decouple stack bounds and stack allocation size | Austin Clements |
| 2015-05-22 | runtime: don't always unblock all signals | Elias Naur |
| 2015-05-18 | runtime: use separate count and note for forEachP | Austin Clements |
| 2015-05-17 | runtime: eliminate runqvictims and a copy from runqsteal | Austin Clements |