| Age | Commit message (Expand) | Author |
| 2025-12-08 | cmd/link: fix AIX builds after recent linker changes | Ian Lance Taylor |
| 2025-05-19 | runtime: pass through -asan/-msan/-race to testprog tests | Michael Pratt |
| 2024-09-06 | cmd/nm: use t.TempDir | Kir Kolyshkin |
| 2024-09-03 | cmd: use testenv.Executable helper | Kir Kolyshkin |
| 2024-06-21 | cmd/internal: separate counter package from telemetry package | Michael Matloob |
| 2024-06-13 | cmd/go: call telemetry.MaybeChild at start of go command | Michael Matloob |
| 2024-05-14 | cmd: add telemetry for commands in cmd | Michael Matloob |
| 2023-03-20 | internal/platform: pass race mode to DefaultPIE | Ian Lance Taylor |
| 2023-03-15 | internal/platform: add a function to report whether default builds are PIE | Bryan C. Mills |
| 2023-03-10 | all: skip tests that fail on android/arm64 | Bryan C. Mills |
| 2023-03-02 | cmd/link/internal/ld: move more of mustLinkExternal into internal/platform | Bryan C. Mills |
| 2022-11-15 | cmd/nm: use the test binary as 'nm' instead of rebuilding it | Bryan C. Mills |
| 2022-09-29 | cmd/nm: use print-style not printf-style | cuiweixie |
| 2022-09-28 | cmd/nm, runtime/cgo: add cgo support for freebsd/riscv64 | Mikael Urankar |
| 2022-07-11 | cmd/nm: don't rely on an erroneous install target in tests | Bryan C. Mills |
| 2022-05-17 | cmd/nm, cmd/objdump, cmd/pprof: disassembly is not supported on loong64 | Xiaodong Liu |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-03-18 | internal/testenv: add GOROOT and use it to fix tests broken with -trimpath | Bryan C. Mills |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |
| 2021-10-28 | all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) | Russ Cox |
| 2021-04-28 | cmd/dist,runtime: support cgo on openbsd/mips64 | Joel Sing |
| 2021-04-23 | all: do not test internal linking on windows/arm64 | Russ Cox |
| 2021-02-20 | all: go fmt std cmd (but revert vendor) | Russ Cox |
| 2020-12-09 | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox |
| 2020-11-03 | cmd/dist,cmd/go,runtime: add support for cgo on linux/riscv64 | Joel Sing |
| 2020-10-28 | cmd/link: enable internal linking by default on darwin/arm64 | Cherry Zhang |
| 2020-10-09 | all: enable more tests on macOS/ARM64 | Cherry Zhang |
| 2020-09-23 | all: add GOOS=ios | Cherry Zhang |
| 2020-06-03 | Revert "cmd/internal/goobj: add index to symbol name for indexed symbols" | Cherry Zhang |
| 2020-04-30 | cmd/go: use -buildmode=pie as default on window | Alex Brainman |
| 2020-04-22 | [dev.link] cmd/internal/goobj: add index to symbol name for indexed symbols | Cherry Zhang |
| 2019-11-21 | all: base64-encode binaries that will cause Apple notarization to fail | Andrew |
| 2019-10-28 | cmd/nm, runtime/cgo: add cgo support for freebsd/arm64 | Tobias Klauser |
| 2019-10-09 | Revert "cmd/go: fail if a test binary exits with no output" | Bryan C. Mills |
| 2019-10-09 | cmd/go: fail if a test binary exits with no output | Daniel Martí |
| 2019-05-06 | cmd/internal/obj: write package path at compile time if possible | Cherry Zhang |
| 2019-04-29 | cmd,runtime: enable cgo for openbsd/arm64 | Joel Sing |
| 2019-03-20 | cmd/nm: fix cgo tests for aix/ppc64 | Clément Chigot |
| 2019-03-08 | internal/testenv: remove SetModVendor | Bryan C. Mills |
| 2019-03-05 | all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within st... | Bryan C. Mills |
| 2019-02-19 | cmd/nm: fix testGoLib helper to be module-agnostic | Bryan C. Mills |
| 2018-12-15 | cmd/nm: report windows/arm as relocatable in TestGoExec | Jordan Rhee |
| 2018-12-11 | cmd/nm: run tests in parallel, don't use Scanner on []byte | Ian Lance Taylor |
| 2018-12-10 | all: move cmd/internal/xcoff to internal/xcoff | Clément Chigot |
| 2018-10-31 | cmd: add XCOFF objfile and adapt cmd/nm tests | Clément Chigot |
| 2018-06-11 | cmd/nm: fix TestGoExec on Plan 9 | David du Colombier |
| 2018-06-09 | cmd/link: split pe .text section into .text and .rdata | Alex Brainman |
| 2017-11-01 | cmd/internal/goobj: accept int64 in readInt | Cherry Zhang |
| 2017-09-26 | cmd/link: don't use internal linking mode for cgo on PPC64 | Ian Lance Taylor |
| 2017-09-21 | cmd/nm: accept macho files which don't have symbol table in the archive | Hiroshi Ioka |