| Age | Commit message (Expand) | Author |
| 2025-11-14 | std: fix printf("%q", int) mistakes | Alan Donovan |
| 2025-10-17 | cmd/fix: add modernize and inline analyzers | Alan Donovan |
| 2025-10-10 | cmd/go: unify "go fix" and "go vet" | Alan Donovan |
| 2025-08-13 | all: update vendored dependencies [generated] | Dmitri Shuralyov |
| 2025-04-23 | cmd/vet: add hostport analyzer | Alan Donovan |
| 2025-04-01 | cmd/vet: add waitgroup analyzer | Alan Donovan |
| 2025-04-01 | cmd/vendor: update golang.org/x/tools to v0.31.1-0.20250328151535-a857356d5cc5 | Alan Donovan |
| 2025-02-12 | vet: add regression test for printf checker regression | Alan Donovan |
| 2025-02-12 | all: update vendored dependencies [generated] | Dmitri Shuralyov |
| 2024-12-17 | cmd, go: fix some typos | wangshuo |
| 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-05-03 | cmd/vet: add stdversion analyzer | Alan Donovan |
| 2024-04-02 | cmd: update vendored x/tools to 904c6ba | Alan Donovan |
| 2023-11-21 | cmd/vet: add lost checks in doc | Anton Telyshev |
| 2023-10-03 | cmd: add a new analyzer for check missing values after append | cui fliter |
| 2023-09-25 | cmd/vet: add defers analysis pass | Aaron Delaney |
| 2023-05-22 | cmd/vet: add slog checker | Jonathan Amsterdam |
| 2023-05-09 | cmd: go get golang.org/x/tools@8f7fb01dd429 and revendor | Russ Cox |
| 2023-01-30 | cmd/vet: add directive analyzer | Russ Cox |
| 2022-11-15 | cmd/vet: use testenv.Command instead of exec.Command in tests | Bryan C. Mills |
| 2022-11-15 | cmd/vet: use the test binary as 'vet' instead of rebuilding it | Bryan C. Mills |
| 2022-11-15 | cmd/vet: enable timeformat analyzer | Tim King |
| 2022-11-07 | cmd/vet: remove unused const | Yasuhiro Matsumoto |
| 2022-09-27 | all: replace [0-9] with \d in regexps | TomCao New Macbook Pro |
| 2022-09-07 | cmd/vet: use strings.Builder | cuiweixie |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2021-10-06 | all: use bytes.Cut, strings.Cut | Russ Cox |
| 2021-08-12 | [dev.typeparams] all: merge master (46fd547) into dev.typeparams | Matthew Dempsky |
| 2021-08-10 | [dev.typeparams] cmd: update vendored golang.org/x/tools to 337cebd2c151 | Cherry Mui |
| 2021-07-26 | cmd/vet: add missing copyright header | 180909 |
| 2021-03-08 | cmd/vet: bring in sigchanyzer to report unbuffered channels to signal.Notify | Emmanuel T Odeke |
| 2021-02-20 | cmd/vet: update buildtag check for //go:build lines | Russ Cox |
| 2020-12-09 | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox |
| 2020-12-08 | cmd/vet: vendor in x/tools, enable framepointer vet check | Keith Randall |
| 2020-11-01 | cmd/vet: bring in pass to catch invalid uses of testing.T in goroutines | Emmanuel T Odeke |
| 2020-03-10 | cmd/vet: add ifaceassert and stringintconv checks | smasher164 |
| 2019-11-05 | cmd/vet: add test for loading complex values with a single instruction | Keith Randall |
| 2019-10-19 | cmd/vet: re-vendor x/tools upstream for printf verb fix | Caleb Spare |
| 2019-06-11 | cmd/vet: include the errors.As check from upstream x/tools | Bryan C. Mills |
| 2019-05-16 | cmd/vet/all: delete | Russ Cox |
| 2019-05-09 | runtime: fix vet complaints for js/wasm | Russ Cox |
| 2019-05-09 | runtime: fix vet complaints for all nacl | Russ Cox |
| 2019-05-09 | runtime, crypto/x509: fix vet complaints for all windows | Russ Cox |
| 2019-05-09 | runtime: fix vet complaints for all freebsd, netbsd, openbsd | Russ Cox |
| 2019-05-09 | syscall: fix vet complaints for all dragonfly, freebsd, netbsd, openbsd | Russ Cox |
| 2019-05-09 | runtime: fix vet complaints for solaris/amd64, illumos/amd64 | Russ Cox |
| 2019-05-09 | runtime: fix vet complaints for linux/arm64, linux/mips*, linux/ppc64*, linux... | Russ Cox |