| Age | Commit message (Expand) | Author |
| 2017-12-01 | Revert "go/printer: forbid empty line before first comment in block" | Joe Tsai |
| 2017-11-13 | runtime: don't elide wrapper functions that call panic or at TOS | Austin Clements |
| 2017-11-02 | go/printer: forbid empty line before first comment in block | Joe Tsai |
| 2017-10-13 | cmd/link, runtime: put hasmain bit in moduledata | David Crawshaw |
| 2017-10-03 | runtime: give modulesSlice the correct type | Keith Randall |
| 2017-09-22 | runtime: hide <autogenerated> methods from call stack | Austin Clements |
| 2017-09-10 | cmd/go, cmd/link, cmd/dist: re-enable plugin mode on darwin/amd64 | Hiroshi Ioka |
| 2017-09-09 | runtime, plugin: error not throw on duplicate open | David Crawshaw |
| 2017-08-05 | runtime: mark activeModules nosplit/nowritebarrier | Ian Lance Taylor |
| 2017-07-15 | runtime: fix duplicate "the"s | Daniel Morsing |
| 2017-07-11 | runtime: simplify description of FuncForPC behavior in case of inlining | Costin Chirvasuta |
| 2017-07-07 | runtime: document FuncForPC behavior with inlining | Austin Clements |
| 2017-06-30 | runtime: allow calling Func.Name on nil pointer | Joe Tsai |
| 2017-06-14 | runtime: speed up stack copying | Josh Bleecher Snyder |
| 2017-04-28 | runtime: document runtime.Frames better | Austin Clements |
| 2017-04-17 | runtime: make internal CallersFrames-equivalent that doesn't escape PC slice | Austin Clements |
| 2017-04-12 | runtime: expand inlining iteratively in CallersFrames | Austin Clements |
| 2017-03-29 | runtime: include inlined calls in result of CallersFrames | David Lazar |
| 2017-03-06 | runtime: avoid repeated findmoduledatap calls | Austin Clements |
| 2017-03-03 | runtime: use inlining tables to generate accurate tracebacks | David Lazar |
| 2017-03-03 | cmd/compile,link: generate PC-value tables with inlining information | David Lazar |
| 2017-02-27 | cmd/internal/obj, runtime: update funcdata comments | Austin Clements |
| 2017-02-14 | runtime: speed up fastrand() % n | Josh Bleecher Snyder |
| 2017-01-25 | runtime: reorder modules so main.main comes first | David Crawshaw |
| 2016-12-01 | runtime: fix incorrect comment about bitvector layout | Austin Clements |
| 2016-11-17 | runtime: handle bad ftab index in symtab.go | Lynn Boger |
| 2016-11-15 | cmd/link, runtime, plugin: versioning | David Crawshaw |
| 2016-11-02 | runtime: address comments from CL 32357 | David Crawshaw |
| 2016-11-01 | runtime: access modules via a slice | David Crawshaw |
| 2016-10-31 | runtime: make module typemaps visible to the GC | David Crawshaw |
| 2016-10-31 | cmd/link, plugin: use full plugin path for symbols | David Crawshaw |
| 2016-10-11 | cmd/compile, runtime: stop padding stackmaps to 4 bytes | Matthew Dempsky |
| 2016-09-21 | cmd/link: split large elf text sections on ppc64x | Lynn Boger |
| 2016-09-16 | cmd/link: -buildmode=plugin support for linux | David Crawshaw |
| 2016-08-30 | runtime: rename fastrand1 to fastrand | Josh Bleecher Snyder |
| 2016-04-29 | cmd/cgo, runtime, runtime/cgo: use cgo context function | Ian Lance Taylor |
| 2016-04-13 | cmd/compile, etc: store method tables as offsets | David Crawshaw |
| 2016-04-12 | cmd/link, etc: store typelinks as offsets | David Crawshaw |
| 2016-03-29 | cmd/link: collect itablinks as a slice in moduledata | Michel Lespinasse |
| 2016-03-04 | runtime: fix off-by-one error finding module for PC | Ian Lance Taylor |
| 2016-03-02 | all: single space after period. | Brad Fitzpatrick |
| 2016-02-25 | runtime, runtime/pprof: add Frames to get file/line for Callers | Ian Lance Taylor |
| 2015-11-12 | runtime: break out system-specific constants into package sys | Michael Matloob |
| 2015-10-22 | runtime: add pcvalue cache to improve stack scan speed | Austin Clements |
| 2015-10-09 | runtime: remove redundant type cast | Nodir Turakulov |
| 2015-09-07 | runtime: remove unused FUNCDATA_DeadValueMaps | Michael Hudson-Doyle |
| 2015-07-23 | runtime: make pcln table check not trigger next to foreign code | Russ Cox |
| 2015-07-18 | runtime: check for findmoduledatap returning nil | Ian Lance Taylor |
| 2015-06-29 | runtime: fix broken arm builds | Russ Cox |
| 2015-06-29 | cmd/link: record missing pcdata tables correctly | Russ Cox |