| Age | Commit message (Expand) | Author |
| 2016-12-19 | cmd/compile, runtime: a different approach to duplicate itabs | Michael Hudson-Doyle |
| 2016-12-16 | runtime: cross-reference _func type better | Austin Clements |
| 2016-10-28 | runtime: add deletion barriers on gobuf.ctxt | Austin Clements |
| 2016-10-28 | runtime: eliminate write barriers from dropg | Austin Clements |
| 2016-10-28 | runtime: Profile goroutines holding contended mutexes. | Peter Weinberger |
| 2016-08-29 | runtime: insufficient padding in the `p` structure | Carlos Eduardo Seo |
| 2016-08-25 | runtime: remove unused type sigtabtt | Ian Lance Taylor |
| 2016-05-26 | build: enable framepointer mode by default | Russ Cox |
| 2016-05-03 | runtime: per-P contexts for race detector | Dmitry Vyukov |
| 2016-04-29 | cmd/cgo, runtime, runtime/cgo: use cgo context function | Ian Lance Taylor |
| 2016-04-26 | runtime: make stack re-scan O(# dirty stacks) | Austin Clements |
| 2016-04-26 | runtime: split gfree list into with-stacks and without-stacks | Austin Clements |
| 2016-04-23 | runtime: use per-goroutine sequence numbers in tracer | Dmitry Vyukov |
| 2016-04-14 | runtime: find a home for orphaned comments | Jeremy Jackins |
| 2016-04-01 | runtime: support symbolic backtrace of C code in a cgo crash | Ian Lance Taylor |
| 2016-03-31 | runtime: don't use REP;MOVSB if CPUID doesn't say it is fast | Keith Randall |
| 2016-03-29 | cmd/compile: emit itabs and itablinks | Michel Lespinasse |
| 2016-03-17 | runtime: document sudog | Austin Clements |
| 2016-03-17 | cmd/compile: stop constructing sudog type | Matthew Dempsky |
| 2016-03-16 | runtime: make shrinkstack concurrent-safe | Austin Clements |
| 2016-03-16 | runtime: protect sudog.elem with hchan.lock | Austin Clements |
| 2016-03-16 | runtime: put g.waiting list in lock order | Austin Clements |
| 2016-03-16 | runtime: record channel in sudog | Austin Clements |
| 2016-03-15 | sync: new Cond implementation | Wedson Almeida Filho |
| 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 |