aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/vet
AgeCommit message (Expand)Author
2025-11-14std: fix printf("%q", int) mistakesAlan Donovan
2025-10-17cmd/fix: add modernize and inline analyzersAlan Donovan
2025-10-10cmd/go: unify "go fix" and "go vet"Alan Donovan
2025-08-13all: update vendored dependencies [generated]Dmitri Shuralyov
2025-04-23cmd/vet: add hostport analyzerAlan Donovan
2025-04-01cmd/vet: add waitgroup analyzerAlan Donovan
2025-04-01cmd/vendor: update golang.org/x/tools to v0.31.1-0.20250328151535-a857356d5cc5Alan Donovan
2025-02-12vet: add regression test for printf checker regressionAlan Donovan
2025-02-12all: update vendored dependencies [generated]Dmitri Shuralyov
2024-12-17cmd, go: fix some typoswangshuo
2024-09-03cmd: use testenv.Executable helperKir Kolyshkin
2024-06-21cmd/internal: separate counter package from telemetry packageMichael Matloob
2024-06-13cmd/go: call telemetry.MaybeChild at start of go commandMichael Matloob
2024-05-14cmd: add telemetry for commands in cmdMichael Matloob
2024-05-03cmd/vet: add stdversion analyzerAlan Donovan
2024-04-02cmd: update vendored x/tools to 904c6baAlan Donovan
2023-11-21cmd/vet: add lost checks in docAnton Telyshev
2023-10-03cmd: add a new analyzer for check missing values after appendcui fliter
2023-09-25cmd/vet: add defers analysis passAaron Delaney
2023-05-22cmd/vet: add slog checkerJonathan Amsterdam
2023-05-09cmd: go get golang.org/x/tools@8f7fb01dd429 and revendorRuss Cox
2023-01-30cmd/vet: add directive analyzerRuss Cox
2022-11-15cmd/vet: use testenv.Command instead of exec.Command in testsBryan C. Mills
2022-11-15cmd/vet: use the test binary as 'vet' instead of rebuilding itBryan C. Mills
2022-11-15cmd/vet: enable timeformat analyzerTim King
2022-11-07cmd/vet: remove unused constYasuhiro Matsumoto
2022-09-27all: replace [0-9] with \d in regexpsTomCao New Macbook Pro
2022-09-07cmd/vet: use strings.Buildercuiweixie
2022-04-11all: gofmt main repoRuss Cox
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-08-12[dev.typeparams] all: merge master (46fd547) into dev.typeparamsMatthew Dempsky
2021-08-10[dev.typeparams] cmd: update vendored golang.org/x/tools to 337cebd2c151Cherry Mui
2021-07-26cmd/vet: add missing copyright header180909
2021-03-08cmd/vet: bring in sigchanyzer to report unbuffered channels to signal.NotifyEmmanuel T Odeke
2021-02-20cmd/vet: update buildtag check for //go:build linesRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-08cmd/vet: vendor in x/tools, enable framepointer vet checkKeith Randall
2020-11-01cmd/vet: bring in pass to catch invalid uses of testing.T in goroutinesEmmanuel T Odeke
2020-03-10cmd/vet: add ifaceassert and stringintconv checkssmasher164
2019-11-05cmd/vet: add test for loading complex values with a single instructionKeith Randall
2019-10-19cmd/vet: re-vendor x/tools upstream for printf verb fixCaleb Spare
2019-06-11cmd/vet: include the errors.As check from upstream x/toolsBryan C. Mills
2019-05-16cmd/vet/all: deleteRuss Cox
2019-05-09runtime: fix vet complaints for js/wasmRuss Cox
2019-05-09runtime: fix vet complaints for all naclRuss Cox
2019-05-09runtime, crypto/x509: fix vet complaints for all windowsRuss Cox
2019-05-09runtime: fix vet complaints for all freebsd, netbsd, openbsdRuss Cox
2019-05-09syscall: fix vet complaints for all dragonfly, freebsd, netbsd, openbsdRuss Cox
2019-05-09runtime: fix vet complaints for solaris/amd64, illumos/amd64Russ Cox
2019-05-09runtime: fix vet complaints for linux/arm64, linux/mips*, linux/ppc64*, linux...Russ Cox