| Age | Commit message (Expand) | Author |
| 19 hours | internal/testenv: exclude GOMAXPROCS when building test program | Shulhan |
| 2026-03-25 | cmd/dist: add GO_TEST_ASMFLAGS to set -asmflags during dist test | Dmitri Shuralyov |
| 2026-02-17 | crypto: don't overwrite existing GODEBUG settings | qmuntal |
| 2025-10-13 | all: replace calls to errors.As with errors.AsType | Julien Cretel |
| 2025-09-15 | all: replace strings.Split with strings.SplitSeq | 1911860538 |
| 2025-09-12 | internal/testenv: update Builder docs with LUCI builder names | Michael Anthony Knyszek |
| 2025-05-19 | runtime: pass through -asan/-msan/-race to testprog tests | Michael Pratt |
| 2025-03-17 | runtime: skip TestCgoCallbackPprof on platforms with broken profiling | Michael Pratt |
| 2024-09-13 | internal/testenv: add MustHaveSource, rm HasSrc | Kir Kolyshkin |
| 2024-09-03 | math,os,os/*: use testenv.Executable | Kir Kolyshkin |
| 2024-09-03 | internal/testenv: add missing t.Helper calls | Kir Kolyshkin |
| 2024-09-03 | internal/testenv: use sync.OnceValues for hasSymlink | Kir Kolyshkin |
| 2024-09-03 | internal/testenv: add Executable | Kir Kolyshkin |
| 2024-08-30 | internal/testenv: simplify hasSymlink for windows | Kir Kolyshkin |
| 2024-08-30 | internal/testenv: use sync.OnceValue[s] | Kir Kolyshkin |
| 2024-08-30 | internal/testenv: MustHaveExec: use sync.OnceValue | Kir Kolyshkin |
| 2024-05-03 | hash/maphash: parallel run test | qiulaidongfeng |
| 2024-03-15 | cmd/link: support -bindnow option and permit use of "-Wl,-z,now" | Than McIntosh |
| 2024-03-14 | Revert: "cmd/link: add option to enable full RELRO for ELF" | Than McIntosh |
| 2024-02-29 | cmd/link: add option to enable full RELRO for ELF | Nick Revin |
| 2024-02-21 | cmd: remove support for GOROOT_FINAL | Constantin Konstantinidis |
| 2024-01-25 | internal/testenv: support the LUCI mobile builders in tests | Michael Anthony Knyszek |
| 2024-01-25 | internal/testenv: allow "-noopt" anywhere in builder name in test | Michael Anthony Knyszek |
| 2023-10-27 | internal/testenv: use cmd.Environ in CleanCmdEnv | Cherry Mui |
| 2023-08-05 | internal/testenv: replace “go run.” with “go run”. in comments | Jes Cok |
| 2023-07-12 | all: fix typos and remove repeated words | Dan Kortschak |
| 2023-05-19 | cmd/dist: refine test conditions and enable more cgo tests on Android, iOS | Austin Clements |
| 2023-05-05 | internal/testenv: reduce init-time work for MustHaveExec | Bryan C. Mills |
| 2023-05-04 | testenv: allow HasGoBuild to be false on -noopt builders | Bryan C. Mills |
| 2023-05-04 | internal/testenv: remove HasExec and simplify other support checks again | Bryan C. Mills |
| 2023-05-02 | internal/testenv: probe for symlink on wasip1 | Johan Brandhorst-Satzkorn |
| 2023-04-28 | internal/testenv: allow 'go build' on android when supported | Bryan C. Mills |
| 2023-04-24 | internal/testenv: actually try to exec on ios and wasm | Bryan C. Mills |
| 2023-04-22 | internal/testenv: in HasExec, try to actually exec on ios and wasm platforms | Bryan C. Mills |
| 2023-04-07 | internal: add wasip1 support | Johan Brandhorst-Satzkorn |
| 2023-04-06 | runtime: add remaining wasip1 files | Johan Brandhorst-Satzkorn |
| 2023-03-16 | syscall: let ENOSYS, ENOTSUP and EOPNOTSUPP implement errors.ErrUnsupported | Tobias Klauser |
| 2023-03-15 | internal/testenv, syscall: move isNotSupported to internal/testenv | Tobias Klauser |
| 2023-03-02 | cmd/link/internal/ld: move more of mustLinkExternal into internal/platform | Bryan C. Mills |
| 2023-03-01 | internal/testenv: use 'go env CGO_ENABLED' instead of a build constraint | Bryan C. Mills |
| 2023-02-02 | internal/testenv: avoid rebuilding all of std in WriteImportcfg | Bryan C. Mills |
| 2022-12-01 | go/internal/gcimporter: load cached export data for packages individually | Bryan C. Mills |
| 2022-11-01 | internal/testenv: adjust timeout calculations in CommandContext | Bryan C. Mills |
| 2022-11-01 | internal/testenv: move helpers related to os/exec to a separate file | Bryan C. Mills |
| 2022-10-31 | internal/testenv: remove RunWithTimout | Bryan C. Mills |
| 2022-10-31 | internal/testenv: add CommandContext and Command | Bryan C. Mills |
| 2022-10-18 | go,cmd,internal: update to anticipate missing targets and .a files | Michael Matloob |
| 2022-10-04 | cmd/internal/sys: migrate support.go functions to new internal pkg | Than McIntosh |
| 2022-08-17 | internal/testenv: add a test for the GoTool function | Bryan C. Mills |
| 2022-08-17 | all: use "noopt" build tag for checking optimization disabled | Cuong Manh Le |