aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/vet/testdata
AgeCommit message (Expand)Author
2021-08-10[dev.typeparams] cmd: update vendored golang.org/x/tools to 337cebd2c151Cherry Mui
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í
2018-01-30cmd/vet: extra args if any formats are indexed are okDaniel Martí
2018-01-30cmd/vet: %s is valid for an array of stringerDaniel Martí
2018-01-30cmd/vet: **T is not Stringer if *T has a String methodDaniel Martí
2018-01-30cmd/vet: disable complaint about 0 flag in printRob Pike
2017-12-14cmd/vet: limit printf check to known Printf-like functionsRuss Cox
2017-12-01sync/atomic: remove noCopy from ValueRuss Cox
2017-11-22cmd/vet: add missing %v to the verb regexDaniel Martí
2017-11-16cmd/vet: shorten diagnostic about suspicious struct tag spacesRuss Cox
2017-11-13cmd/vet: ignore unrecognized flags for fmt.FormatterChris Hines
2017-11-10cmd/vet: don't warn on escaped newlines in PrintlnDaniel Martí
2017-10-31cmd/vet: tighten printf format error messagesRuss Cox
2017-10-18cmd/vet: fix copylocks false positive on unsafe.Sizeof(mutex)Wei Congrui
2017-10-09cmd/vet: skip self-assigns with side effectsDaniel Martí
2017-10-02cmd/vet: in rangeloop check, inspect for loop variables tooAlan Donovan
2017-09-20cmd/vet: don't warn on expected space in XML tagSam Whited