| Age | Commit message (Expand) | Author |
| 2019-04-30 | all: add new GOOS=illumos, split out of GOOS=solaris | Joshua M. Clulow |
| 2019-04-26 | cmd/link: reduce the size of Reloc struct | Cherry Zhang |
| 2019-04-24 | cmd/internal/objabi: expand -trimpath syntax | Russ Cox |
| 2019-04-23 | cmd/go: add env -w and env -u to set and unset default env vars | Russ Cox |
| 2019-04-19 | runtime, cmd/compile: re-order PCDATA and FUNCDATA indices | Josh Bleecher Snyder |
| 2019-04-17 | cmd/link: increase the reserved space for ELF relocations | erifan01 |
| 2019-04-04 | cmd/compile: add saturating conversions on wasm | Richard Musiol |
| 2019-03-28 | cmd/compile: add sign-extension operators on wasm | Richard Musiol |
| 2019-03-25 | runtime: remove kindNoPointers | Keith Randall |
| 2019-03-23 | cmd/go: add GOWASM environment variable | Richard Musiol |
| 2019-03-13 | cmd/compile: add processor level selection support to ppc64{,le} | Carlos Eduardo Seo |
| 2019-03-06 | cmd/link: fix moduledata symbols for aix/ppc64 and external linking | Clément Chigot |
| 2019-03-01 | cmd/dist, cmd/link: allow passing default dynamic linker/loader | Tobias Klauser |
| 2019-01-27 | cmd/compile: hide init functions in tracebacks | Keith Randall |
| 2019-01-09 | cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/ppc64 | Clément Chigot |
| 2019-01-04 | runtime: proper panic tracebacks with mid-stack inlining | Keith Randall |
| 2018-12-28 | cmd/compile,runtime: redo mid-stack inlining tracebacks | Keith Randall |
| 2018-12-02 | all: use "reports whether" consistently instead of "returns whether" | Tobias Klauser |
| 2018-11-26 | cmd/compile: remove CLOBBERDEAD experiment | Keith Randall |
| 2018-11-16 | cmd/go: fix experiment isolation in cache key | Russ Cox |
| 2018-11-12 | cmd/compile, cmd/link: separate stable and internal ABIs | Austin Clements |
| 2018-11-12 | cmd/internal/obj, cmd/link: record ABIs and aliases in Go obj files | Austin Clements |
| 2018-10-12 | internal/cpu: enable support for GODEBUGCPU in non-experimental builds | Martin Möhrmann |
| 2018-10-03 | runtime: on a signal, set traceback address to a deferreturn call | Keith Randall |
| 2018-10-03 | cmd/compile,runtime: implement stack objects | Keith Randall |
| 2018-10-03 | cmd/dist: add AIX operating system. | Clément Chigot |
| 2018-08-29 | build: support frame-pointer for arm64 | Zheng Xu |
| 2018-05-29 | all: regenerate stringer files | Tim Cooper |
| 2018-05-22 | internal/cpu: add experiment to disable CPU features with GODEBUGCPU | Martin Möhrmann |
| 2018-05-22 | runtime: support for debugger function calls | Austin Clements |
| 2018-05-22 | cmd/compile, cmd/internal/obj: record register maps in binary | Austin Clements |
| 2018-05-07 | runtime: replace system goroutine whitelist with symbol test | Austin Clements |
| 2018-05-04 | cmd/compile: add wasm architecture | Richard Musiol |
| 2018-05-04 | cmd/go, cmd/compile: use Windows response files to avoid arg length limits | Brad Fitzpatrick |
| 2018-05-03 | cmd: re-generate SymKind.String for SDWARFMISC | Matthew Dempsky |
| 2018-04-27 | cmd/compile: add softfloat support to mips64{,le} | Milan Knezevic |
| 2018-04-06 | cmd: some semi-automated cleanups | Daniel Martí |
| 2018-04-04 | cmd/link: process is_stmt data into dwarf line tables | David Chase |
| 2018-03-15 | runtime: identify special functions by flag instead of address | Keith Randall |
| 2018-03-10 | cmd: re-generate all stringer files | Daniel Martí |
| 2018-02-20 | all: remove duplicate word "the" | Ryuma Yoshida |
| 2018-02-18 | all: remove "the" duplications | Kunpei Sakai |
| 2018-02-13 | cmd/compile: print usage to stderr for consistency | Daniel Martí |
| 2018-01-09 | cmd/link: set runtime.GOROOT default during link | Russ Cox |
| 2017-12-04 | cmd/compile: fix bug in DWARF inl handling of unused autos | Than McIntosh |
| 2017-11-30 | cmd/go, cmd/dist: introduce GOMIPS environment variable | Vladimir Stefanovic |
| 2017-11-01 | compile, link: remove base address selector from DWARF range lists | Alessandro Arzilli |
| 2017-10-31 | cmd/go: switch to entirely content-based staleness determination | Russ Cox |
| 2017-10-27 | cmd/compile, cmd/link: support for DWARF file reference relocations | Than McIntosh |
| 2017-10-18 | cmd/compile, cmd/link: record compiler flags in DW_AT_producer | Austin Clements |