| Age | Commit message (Expand) | Author |
| 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 |
| 2019-04-24 | cmd: re-enable tests with external linking on openbsd/arm | Joel Sing |
| 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 |
| 2018-08-21 | cmd/objdump: defer closing the file after opening | Muhammad Falak R Wani |
| 2017-11-10 | cmd/objdump: pass the correct execution mode to x86asm.Decode in disasm_x86 o... | Hiroshi Ioka |
| 2017-11-01 | cmd/internal/goobj: accept int64 in readInt | Cherry Zhang |
| 2017-10-02 | cmd/objdump: fix and re-enable arm test | Alberto Donizetti |
| 2017-08-28 | cmd/internal/objfile: add arm64 disassembler support | Wei Xiao |
| 2017-05-16 | cmd/internal/objabi: fix the bug of shrinking SymType down to a uint8 | Wei Xiao |
| 2017-04-23 | cmd/objdump: remove two unused types | Damien Lespiau |
| 2017-04-05 | cmd/objdump: print Go code alongside assembly | Lorenzo Masini |
| 2017-02-19 | cmd/objdump: make test independent of inlining | David Lazar |
| 2016-12-15 | cmd/objdump: disable objdump_test with external linking on GOARCH=mips{,le} | Vladimir Stefanovic |
| 2016-11-16 | all: call flag.Parse from TestMain only if used | Daniel Martà |
| 2016-11-04 | cmd/objdump: speed up tests | Josh Bleecher Snyder |
| 2016-10-27 | cmd/objdump: skip tests for GOARCH=mips{,le} | Vladimir Stefanovic |