| Age | Commit message (Expand) | Author |
| 2025-02-13 | cmd: use cmd/internal/hash.New32 and Sum32 only | Russ Cox |
| 2024-12-11 | cmd/internal/objfile: break out dissassemblers to another package | Cherry Mui |
| 2024-10-29 | cmd/internal/objfile,cmd/objdump: add disassembly support for riscv64 | Joel Sing |
| 2024-09-19 | cmd/objdump: add loong64 disassembler support | Guoqi Chen |
| 2024-09-04 | cmd: use 16 bytes hash when possible | Cuong Manh Le |
| 2024-09-04 | cmd: do not use notsha256 | Cuong Manh Le |
| 2024-09-03 | cmd: use testenv.Executable helper | Kir Kolyshkin |
| 2024-08-21 | cmd/objdump: add s390x GNU disasm support | Srinivas Pokala |
| 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 |
| 2024-02-21 | cmd: remove support for GOROOT_FINAL | Constantin Konstantinidis |
| 2023-04-20 | cmd/dist: refactor generated cgo-support logic | Bryan C. Mills |
| 2023-03-31 | cmd/objdump: unskip TestDisasmExtld on Windows | qmuntal |
| 2023-02-02 | internal/testenv: avoid rebuilding all of std in WriteImportcfg | Bryan C. Mills |
| 2023-01-30 | all: give nested modules fully-qualified names | Michael Pratt |
| 2022-11-15 | cmd/objdump: use testenv.Command instead of exec.Command in tests | Bryan C. Mills |
| 2022-11-15 | cmd/objdump: use the test binary as 'objdump' instead of rebuilding it | Bryan C. Mills |
| 2022-11-03 | cmd/objdump: skip PIE test when cgo is disabled and PIE needs external linking | Cherry Mui |
| 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-09-22 | cmd/internal/objfile: read file/line information for ELF PIE binaries | Cherry Mui |
| 2022-05-17 | all: fix spelling | John Bampton |
| 2022-05-17 | cmd/nm, cmd/objdump, cmd/pprof: disassembly is not supported on loong64 | Xiaodong Liu |
| 2022-05-10 | cmd/compile: fix boolean comparison on PPC64 | Cherry Mui |
| 2022-04-29 | [dev.boringcrypto] cmd: use notsha256 instead of md5, sha1, sha256 | Russ Cox |
| 2022-03-09 | cmd/compile: require -p flag | Russ Cox |
| 2021-10-04 | cmd/objdump: print full disassembly when testing with -v | Josh Bleecher Snyder |
| 2021-04-30 | cmd/internal/objfile: emit better error for Go object of a different version | Cherry Zhang |
| 2021-04-09 | cmd/objdump: update test with register ABI | Cherry Zhang |
| 2021-01-11 | cmd/internal/objfile: don't require runtime.symtab symbol for XCOFF | Cherry Zhang |
| 2020-12-09 | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox |
| 2020-10-16 | cmd/objdump: skip TestDisasmExtld on AIX | Cherry Zhang |
| 2020-10-16 | cmd/objdump: skip tests on unsupported platforms | Cherry Zhang |
| 2020-10-16 | cmd/internal/objfile: correct file table reading for Go object file | Cherry Zhang |
| 2020-08-22 | cmd/objdump: skip cgo test in testGoAndCgoDisasm on AIX | Alex Brainman |
| 2020-08-22 | cmd/internal/objfile: use pe.FileHeader.Machine to reliably determine GOARCH | Alex Brainman |
| 2020-06-09 | cmd/dist: do not unset GOROOT_FINAL prior to running tests | Bryan C. Mills |
| 2020-06-03 | Revert "cmd/internal/goobj: add index to symbol name for indexed symbols" | Cherry Zhang |
| 2020-04-22 | [dev.link] cmd/internal/goobj: add index to symbol name for indexed symbols | Cherry Zhang |
| 2020-03-30 | cmd/objdump: test disassembly on ARM and ARM64 | Cherry Zhang |
| 2020-03-30 | cmd/objdump: add support for -gnu option on Go objdump | Lynn Boger |
| 2020-03-12 | cmd/objdump: guard against out-of-range lines from directives. | David Chase |
| 2020-01-25 | cmd/objdump: disable unsupported tests on riscv64 | Joel Sing |
| 2020-01-17 | cmd/compile: change the "bogus line" to be 1 | David Chase |
| 2019-12-04 | cmd/objdump: reference tracking bug in TestDisasmCode skip message | 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-13 | cmd/objdump: ensure that test executable files are distinct | Josh Bleecher Snyder |
| 2019-05-13 | cmd/objdump: mark tests as parallel | Josh Bleecher Snyder |