| Age | Commit message (Expand) | Author |
| 2019-04-30 | cmd/dist: disable cgo for darwin/386 | Brad Fitzpatrick |
| 2019-04-29 | cmd,runtime: enable cgo for openbsd/arm64 | Joel Sing |
| 2019-04-27 | cmd/dist: add support for openbsd/arm64 | Joel Sing |
| 2019-04-24 | cmd/dist: skip race detector test failure for unsupported VMA | Fangming.Fang |
| 2019-04-24 | cmd/dist: handle arm64 as a machine hardware name | Joel Sing |
| 2019-04-20 | all: add start of netbsd/arm64 support | Maya Rashish |
| 2019-04-19 | internal/goversion: add new package, move Go 1.x constant there out of go/build | Brad Fitzpatrick |
| 2019-04-15 | cmd/dist: enable cgo for freebsd/arm | Yuval Pavel Zholkover |
| 2019-04-14 | cmd/dist: enable VFPv3 on freebsd/arm | Yuval Pavel Zholkover |
| 2019-04-10 | cmd/dist: add BOOT_GO_LDFLAGS - counterpart of BOOT_GO_GCFLAGS | Mihai Moldovan |
| 2019-04-08 | cmd/dist: set buildmode=pie on Android | Elias Naur |
| 2019-04-02 | runtime, cmd/dist, misc/cgo: enable c-archive for aix/ppc64 | Clément Chigot |
| 2019-03-28 | cmd/dist: pass cgotest linkmode via GOFLAGS | Joel Sing |
| 2019-03-25 | cmd/dist: move GOPATH setting from init to bootstrap | Brad Fitzpatrick |
| 2019-03-25 | cmd/dist: set GOPATH to internal directory during build | Jay Conrod |
| 2019-03-22 | cmd: enable -buildmode=pie on aix/ppc64 | Clément Chigot |
| 2019-03-20 | cmd/dist: enable cgo for aix/ppc64 | Clément Chigot |
| 2019-03-20 | cmd/dist, misc/cgo: enable tests for aix/ppc64 | Clément Chigot |
| 2019-03-19 | cmd/compile: move flagalloc op splitting to rewrite rules | Josh Bleecher Snyder |
| 2019-03-18 | cmd/dist: sort gohostos switch entries | Joel Sing |
| 2019-03-16 | cmd/dist: reenable testing of Examples for js/wasm | Richard Musiol |
| 2019-03-13 | cmd/dist: add a test in misc/reboot to verify that the toolchain can self-boo... | Bryan C. Mills |
| 2019-03-13 | cmd/compile: add processor level selection support to ppc64{,le} | Carlos Eduardo Seo |
| 2019-03-12 | cmd/dist: write and use a go.mod file in the bootstrap directory | Bryan C. Mills |
| 2019-03-12 | cmd/dist: revert mod=vendor change accidentally included in CL 164623 | Bryan C. Mills |
| 2019-03-11 | all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor' | Bryan C. Mills |
| 2019-03-07 | cmd/link: fix suspicious code in emitPcln | Cherry Zhang |
| 2019-03-01 | cmd/dist, cmd/link: allow passing default dynamic linker/loader | Tobias Klauser |
| 2019-02-27 | cmd/dist: execute cgo_stdio and cgo_life as host tests | Bryan C. Mills |
| 2019-02-27 | cmd/dist: fix variable name | Elias Naur |
| 2019-02-27 | cmd/dist: execute misc/cgo/testso{,var} as regular tests, not host tests | Bryan C. Mills |
| 2019-02-26 | cmd/dist: skip Fortran tests on Android | Elias Naur |
| 2019-02-26 | misc/android,cmd/dist: move $GOROOT copying to the exec wrapper | Elias Naur |
| 2019-02-26 | cmd/dist: build exec wrappers during bootstrap | Elias Naur |
| 2019-02-26 | misc/cgo/testso{,var}: fix tests in module mode | Bryan C. Mills |
| 2019-02-24 | misc/cgo/life: fix tests in module mode | Bryan C. Mills |
| 2019-02-24 | misc/cgo/stdio: fix tests in module mode | Bryan C. Mills |
| 2019-02-24 | misc/cgo/testplugin: convert test.bash to Go and fix in module mode | Bryan C. Mills |
| 2019-02-22 | misc/cgo/testcshared: fix tests in module mode | Bryan C. Mills |
| 2019-02-22 | misc/cgo/testcarchive: fix tests in module mode | Bryan C. Mills |
| 2019-01-09 | cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/ppc64 | Clément Chigot |
| 2019-01-02 | cmd/dist: list only supported platforms | Tobias Klauser |
| 2018-12-18 | cmd/dist: enable race detector test on Linux/ARM64 | Cherry Zhang |
| 2018-12-18 | runtime,cmd/dist,cmd/link: add cgo support on openbsd/arm | Joel Sing |
| 2018-12-17 | cmd/dist: re-enable VFPv3 on openbsd/arm | Joel Sing |
| 2018-12-12 | cmd/go: reject GOCACHE=off when the default cache is initialized | Bryan C. Mills |
| 2018-12-10 | cmd/cgo: don't pass CGO_CFLAGS -g options to debug info generation | Ian Lance Taylor |
| 2018-12-10 | all: move cmd/internal/xcoff to internal/xcoff | Clément Chigot |
| 2018-11-16 | cmd/asm: rename -symabis to -gensymabis | Austin Clements |
| 2018-11-12 | cmd/go, cmd/dist: collect known cross-package uses of runtime symbols | Austin Clements |