| Age | Commit message (Expand) | Author |
| 2026-02-13 | cmd/cover: exclude commented-out code from coverage instrumentation | Rudy Regazzoni |
| 2026-02-06 | cmd/link: align covctrs symbol | Keith Randall |
| 2026-02-02 | cmd/cover, cmd/covdata: actually delete temp dirs | Ian Lance Taylor |
| 2024-09-03 | cmd: replace many sort.Interface with slices.Sort and SortFunc | Zxilly |
| 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 |
| 2024-04-15 | cmd/cover: fix typo in comment | guoguangwu |
| 2024-03-25 | runtime: migrate internal/atomic to internal/runtime | Andy Pan |
| 2023-10-03 | cmd: fix mismatched symbols | cui fliter |
| 2023-09-30 | internal,cmd/internal: relocate covcmd package from std to cmd | Than McIntosh |
| 2023-09-14 | cmd/cover: add new "emit meta file" mode for packages without tests | Than McIntosh |
| 2023-08-14 | internal/coverage: separate out cmd defs to separate package | Than McIntosh |
| 2023-06-22 | cmd/{go,cover}: enable response file args for cmd/cover | Than McIntosh |
| 2023-06-07 | cmd/cover: error out if a requested source file contains a newline | Bryan C. Mills |
| 2023-05-30 | cmd/{cover,go}: revise fix for pkg init order change with -cover | Than McIntosh |
| 2023-02-08 | cmd/cover: add newline to fix -covermode=atomic build error | Than McIntosh |
| 2023-01-13 | cmd/cover: remove go.mod from testdata subdir | Than McIntosh |
| 2023-01-05 | cmd/cover: fix problems with "go test -covermode=atomic sync/atomic" | Than McIntosh |
| 2022-12-08 | cmd/{go,cover,covdata}: fix 'package main' inconsistent handling | Than McIntosh |
| 2022-11-15 | cmd/cover: use testenv.Command instead of exec.Command | Bryan C. Mills |
| 2022-11-01 | cmd/cover: fix buglet causing differences in -m output | Than McIntosh |
| 2022-11-01 | cmd/{go,cover}: fix for -coverprofile path capture with local pkg | Than McIntosh |
| 2022-10-21 | cmd/cover: fix buglets in counter insertion | Than McIntosh |
| 2022-10-21 | cmd/cover: fix problem with race mode and inlining | Than McIntosh |
| 2022-10-12 | cmd/{cover,covdata}: minor code cleanups | Than McIntosh |
| 2022-09-29 | cmd/cover: use io.SeekStart, io.SeekCurrent | cuiweixie |
| 2022-09-29 | cmd/cover: remove unnecessary fmt.Sprintf | cuiweixie |
| 2022-09-29 | cmd: add skips as needed to get tests to pass on js/wasm | Bryan C. Mills |
| 2022-09-29 | cmd/{cover,go}: avoid use of os.PathListSeparator in cmd/cover flag | Than McIntosh |
| 2022-09-29 | cmd{cover,covdata,go}: better coverage for tests that build tools | Than McIntosh |
| 2022-09-28 | cmd/cover: add hybrid instrumentation mode | Than McIntosh |
| 2022-09-08 | cmd/cover: use strings.Builder | cuiweixie |
| 2022-05-02 | all: use os/exec instead of internal/execabs | Russ Cox |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-04-01 | all: remove trailing blank doc comment lines | Russ Cox |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |
| 2021-11-04 | cmd/cover: use fmt.Print for newline-ending fixed string | Zvonimir Pavlinovic |
| 2021-10-28 | cmd/compile: resolve the TODO of processPragmas | Leonard Wang |
| 2021-03-25 | cmd/cover: use golang.org/x/tools/cover directly | Tobias Klauser |
| 2021-03-15 | all: run gofmt | Prajwal Koirala |
| 2021-03-14 | cmd/cover: replace code using optimized golang.org/x/tools/cover | Koichi Shiraishi |
| 2021-01-21 | all: introduce and use internal/execabs | Roland Shoemaker |
| 2020-12-09 | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox |
| 2020-08-17 | all: replace Replace(..., -1) with ReplaceAll(...) | Polina Osadcha |
| 2020-04-30 | cmd/cover: include a package name in the HTML title | Rob Pike |
| 2020-04-20 | cmd/cover: add <title> tag to <head> for coverage report HTML template | David Carter |
| 2020-03-13 | cmd/cover: skip function declarations with blank names | zikaeroh |
| 2019-10-22 | syscall: respect permission bits on file opening on Windows | Jason A. Donenfeld |