aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/vet/testdata
AgeCommit message (Expand)Author
2025-11-14std: fix printf("%q", int) mistakesAlan 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/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-05-03cmd/vet: add stdversion analyzerAlan Donovan
2024-04-02cmd: update vendored x/tools to 904c6baAlan Donovan
2023-10-03cmd: add a new analyzer for check missing values after appendcui fliter
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
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-02-20cmd/vet: update buildtag check for //go:build linesRuss Cox
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-02-20cmd/vet: make vet_test module-agnosticBryan C. Mills
2018-11-15cmd/vet: switch to x/tools/go/analysis implementationAlan Donovan
2018-11-13cmd/vet: rewrite method check to use go/typesDaniel Martí
2018-11-09Revert "cmd/vet: lostcancel: suppress the check in the main.main function"Brad Fitzpatrick
2018-11-09cmd/vet: lostcancel: suppress the check in the main.main functionAlan Donovan
2018-11-09cmd/vet: fix printf false negative with nested pointersDaniel Martí
2018-11-09cmd/vet: fix some pointer false positives in printfDaniel Martí
2018-10-11cmd/vet: detect non-pointer arguments for unmarshal and decodeIan Davis
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-09-13cmd/vet: avoid internal error for implicitly declared type switch varsRobert Griesemer
2018-08-23cmd/vet: check embedded field tags tooDaniel Martí
2018-08-21cmd/vet: implement old TODO from testdata/print.goIan Lance Taylor
2018-08-20cmd/vet: rewrite structtag using go/typesDaniel Martí
2018-08-17cmd/vet: don't suggest ... if it breaks a programDaniel Martí
2018-07-23cmd/vet: if a function modifies its args, it's not a print wrapperIan Lance Taylor
2018-06-28cmd/vet: fix ironic misuse of fmt.SprintfRuss Cox
2018-06-12cmd/vet: use vet-specific export data to record detected printf wrappersRuss Cox
2018-05-29cmd/vet: avoid false positives with non-commentsDaniel Martí
2018-05-28cmd/vet: eliminate use of Perl in testsYury Smolsky
2018-05-09cmd/vet: assume that no builtin funcs are pureDaniel Martí
2018-05-07cmd/vet: recognise func type conversionsDaniel Martí
2018-05-04cmd/vet: %T is a formatting directive tooDaniel Martí
2018-05-04cmd/vet: better align print warnings with fmtDaniel Martí
2018-04-27cmd/vet: remove "only" from error messageKevin Burke
2018-04-15cmd/vet: fix panic in dead code checker on ill-formed switch statements.David Symonds
2018-04-04go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer
2018-02-27cmd/vet: type conversions never have side effectsDaniel Martí
2018-02-23cmd/vet: use type info to detect the atomic funcsDaniel Martí
2018-02-21cmd/vet: warn on unkeyed struct pointer literalsDaniel Martí
2018-02-12cmd/vet: teach asmdecl check about NOFRAMEAustin Clements
2018-02-06cmd/vet: unexported interface{} fields on %s are okDaniel Martí