| Age | Commit message (Expand) | Author |
| 2023-02-13 | cmd/dist: use a copy of platform.BuildModeSupported | Ian Lance Taylor |
| 2023-02-10 | cmd/dist: remove windows-amd64-2008 code path | qmuntal |
| 2023-02-01 | cmd/dist,internal/platform: reenable the c-archive build mode on ios | Bryan C. Mills |
| 2023-02-01 | cmd/dist, internal/platform: remove some target modes that fail | Ian Lance Taylor |
| 2023-01-31 | cmd/dist, internal/platform: test agreement on supported build modes | Ian Lance Taylor |
| 2023-01-31 | cmd/link, cmd/dist, internal/platform: consolidate c-archive support | Ian Lance Taylor |
| 2023-01-31 | cmd/dist: test goos, not gohostos, in tester.extLink | Ian Lance Taylor |
| 2023-01-31 | cmd/dist: leave cgo enabled if external linking is required | Bryan C. Mills |
| 2023-01-30 | cmd/dist: skip rebuilding packages during builder testing | Bryan C. Mills |
| 2023-01-26 | cmd/dist: restore the original GOCACHE before building std and cmd | Bryan C. Mills |
| 2023-01-26 | cmd/dist: require absolute path to executable in flattenCommandLine | Bryan C. Mills |
| 2023-01-26 | cmd/dist: consistently use $GOROOT/bin/go instead of just "go" | Bryan C. Mills |
| 2023-01-20 | cmd/dist: mark linux/sparc64 as a broken port, remove incomplete map | Dmitri Shuralyov |
| 2023-01-20 | cmd/dist: remove GOTESTONLY environment variable | Dmitri Shuralyov |
| 2023-01-20 | cmd/dist: remove hardcoded timeout scale for arm and mips{,le,64,64le} | Dmitri Shuralyov |
| 2023-01-17 | cmd/dist: make toolchain build reproducible | Russ Cox |
| 2022-12-06 | run.bash, cmd/dist: document GO_TEST_SHORT and GO_TEST_TIMEOUT_SCALE | Dmitri Shuralyov |
| 2022-11-28 | cmd/api: rewrite as package test | Russ Cox |
| 2022-11-22 | cmd/dist: revise skip sequence added in CL 452763 | Than McIntosh |
| 2022-11-22 | cmd/dist: skip -race w/ external linkage on windows 2008 | Than McIntosh |
| 2022-11-22 | cmd/dist: skip the staleness check for 'cmd' when testing on aix-ppc64 | Bryan C. Mills |
| 2022-11-21 | cmd/dist: update to assume Go 1.17.13 as minimal Go bootstrap version | Martin Möhrmann |
| 2022-11-17 | cmd/dist: skip non-race tests | Austin Clements |
| 2022-11-16 | cmd/dist: simplify old code | Austin Clements |
| 2022-11-16 | cmd/dist: convert host tests to use goTest | Austin Clements |
| 2022-11-16 | cmd/dist: convert most remaining tests to use goTest | Austin Clements |
| 2022-11-16 | cmd/dist: restructure cgo_test | Austin Clements |
| 2022-11-16 | cmd/dist: make registerTest take a goTest | Austin Clements |
| 2022-11-16 | cmd/dist: use goTest for manual go test invocations | Austin Clements |
| 2022-11-16 | cmd/dist: introduce "go test" abstraction | Austin Clements |
| 2022-11-16 | cmd/go: make testterminal18153 a normal test | Austin Clements |
| 2022-11-16 | cmd/dist: eliminate "time" special case | Austin Clements |
| 2022-11-16 | cmd/dist: eliminate registerSeqTest | Austin Clements |
| 2022-11-16 | cmd/dist: add doc comments to some functions | Austin Clements |
| 2022-11-16 | cmd/dist: add curiously missing GOOS/GOARCH combinations | Austin Clements |
| 2022-11-04 | cmd/dist: simplify cgo_test | Austin Clements |
| 2022-11-01 | test/bench/go1: eliminate start-up time | Austin Clements |
| 2022-10-28 | cmd/go: don't install most GOROOT .a files in pkg | Michael Matloob |
| 2022-10-17 | misc/cgo/fortran: convert to Go test | Austin Clements |
| 2022-10-17 | misc/cgo/testsigfwd: move to runtime/testprog/testprogcgo | Austin Clements |
| 2022-10-14 | misc/cgo/testasan: drop test | Austin Clements |
| 2022-10-14 | cmd/dist: drop support for pre-compiled test binaries | Austin Clements |
| 2022-10-14 | cmd/dist, misc/cgo/testsanitizers: enable msan tests on freebsd/amd64 | Dmitri Goutnik |
| 2022-10-04 | cmd/internal/sys: migrate support.go functions to new internal pkg | Than McIntosh |
| 2022-10-01 | cmd/go: remove the -i build flag | Daniel Martà |
| 2022-09-28 | cmd/dist: test cmd module on js/wasm | Tobias Klauser |
| 2022-09-28 | cmd/dist: enable cgo tests on freebsd/riscv64 | Mikael Urankar |
| 2022-09-27 | all: replace [0-9] with \d in regexps | TomCao New Macbook Pro |
| 2022-09-20 | all: replace package ioutil with os and io in src | Andy Pan |
| 2022-08-31 | cmd/dist: disable cgo when testing internal linking of PIE | Cuong Manh Le |