| Age | Commit message (Expand) | Author |
| 2018-05-08 | runtime: add js/wasm architecture | Richard Musiol |
| 2018-05-06 | runtime: remove hmap field from maptypes | Martin Möhrmann |
| 2018-03-15 | reflect: sort exported methods first | Matthew Dempsky |
| 2017-09-05 | cmd/compile: fix and improve struct field reflect information | Matthew Dempsky |
| 2017-05-29 | runtime: fix file reference in comments | Dmitry Savintsev |
| 2017-04-12 | plugin: properly handle recursively defined types | Todd Neal |
| 2017-01-25 | [dev.typealias] cmd/compile, reflect: fix struct field names for embedded byt... | Russ Cox |
| 2016-11-01 | runtime: resolve type offsets using source module | 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-09-21 | cmd/link: split large elf text sections on ppc64x | Lynn Boger |
| 2016-08-26 | runtime: have typelinksinit work forwards | David Crawshaw |
| 2016-06-28 | reflect, runtime: optimize Name method | David Crawshaw |
| 2016-06-24 | cmd/compile, etc: use tflag to optimize Name()=="" | David Crawshaw |
| 2016-06-23 | cmd/compile, etc: bring back ptrToThis | David Crawshaw |
| 2016-06-14 | cmd/compile, etc: handle many struct fields | David Crawshaw |
| 2016-05-26 | runtime: tell race detector about reflectOffs.lock | David Crawshaw |
| 2016-04-27 | reflect: unnamed interface types have no name | David Crawshaw |
| 2016-04-22 | cmd/compile, etc: use nameOff in uncommonType | David Crawshaw |
| 2016-04-22 | cmd/compile, etc: use nameOff for rtype string | David Crawshaw |
| 2016-04-18 | cmd/compile, etc: use name offset in method tables | David Crawshaw |
| 2016-04-13 | cmd/compile, etc: use name for type pkgPath | David Crawshaw |
| 2016-04-13 | cmd/compile, etc: store method tables as offsets | David Crawshaw |
| 2016-03-25 | cmd/compile, runtime: new static name encoding | David Crawshaw |
| 2016-03-15 | cmd/compile: compute second method type at runtime | David Crawshaw |
| 2016-03-09 | cmd/compile: remove slices from rtype.funcType | David Crawshaw |
| 2016-03-08 | cmd/compile: remove rtype *uncommonType field | David Crawshaw |
| 2016-03-04 | reflect: recognize unnamed directional channels | David Crawshaw |
| 2016-02-26 | cmd/compile: remove uncommonType.name | David Crawshaw |
| 2016-02-25 | cmd/compile: remove rtype.ptrToThis | David Crawshaw |
| 2016-02-24 | cmd/compile: embed type string header in rtype | David Crawshaw |
| 2016-02-23 | Revert "cmd/compile: move hiter, hmap, and scase definitions into builtin.go" | Matthew Dempsky |
| 2016-02-22 | cmd/compile: move hiter, hmap, and scase definitions into builtin.go | Matthew Dempsky |
| 2015-11-10 | cmd/cgo, runtime: add checks for passing pointers from Go to C | Ian Lance Taylor |
| 2015-10-21 | runtime: change functype's in and out fields to []*_type | Matthew Dempsky |
| 2015-09-09 | runtime: on map update, don't overwrite key if we don't need to. | Keith Randall |
| 2015-08-26 | cmd/compile, cmd/link, reflect, runtime: remove type.zero field | Michael Hudson-Doyle |
| 2015-08-26 | cmd/compile, runtime: stop returning t.zero on hashmap miss | Michael Hudson-Doyle |
| 2015-05-16 | runtime: replace GC programs with simpler encoding, faster decoder | Russ Cox |
| 2015-05-05 | runtime: rename ptrsize to ptrdata | Russ Cox |
| 2015-05-04 | runtime: add pointer size to type structure | Austin Clements |
| 2015-03-11 | runtime,reflect,cmd/internal/gc: Fix comments referring to .c/.h files | Keith Randall |
| 2015-01-23 | runtime: fix incorrectly replaced "_type" in comments | Shenghou Ma |
| 2015-01-19 | runtime: factor out bitmap, finalizer code from malloc/mgc | Russ Cox |
| 2015-01-07 | runtime: remove trailing empty arrays in structs | Keith Randall |
| 2014-12-28 | runtime: get rid of goalg, no longer needed | Keith Randall |
| 2014-12-15 | runtime: if key type is reflexive, don't call equal(k, k) | Keith Randall |
| 2014-11-11 | [dev.cc] runtime: convert header files to Go | Russ Cox |