aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/vet/main.go
AgeCommit message (Expand)Author
2021-07-26cmd/vet: add missing copyright header180909
2021-03-08cmd/vet: bring in sigchanyzer to report unbuffered channels to signal.NotifyEmmanuel T Odeke
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-06-11cmd/vet: include the errors.As check from upstream x/toolsBryan C. Mills
2019-03-11cmd: refresh cmd/vendor to match 'go mod vendor'Bryan C. Mills
2018-11-19cmd/go: improve go vet documentationAlan Donovan
2018-11-17cmd/vet: remove pkgfact analyzer, left in by mistakeAlan Donovan
2018-11-15cmd/vet: switch to x/tools/go/analysis implementationAlan Donovan
2018-11-13cmd/go: vet: pass non-.go files to vet toolAlan Donovan
2018-10-17cmd/go: make go vet query cmd/vet for its flagsAlan Donovan
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-09-13cmd/vet: avoid internal error for implicitly declared type switch varsRobert Griesemer
2018-07-03cmd/vet: make vetx output deterministicIan Lance Taylor
2018-06-29cmd/vet: don't run buildtag check when in vetxonly modeDaniel Martí
2018-06-11cmd/vet: add support for vet-specific export dataRuss Cox
2018-05-29cmd/vet: avoid false positives with non-commentsDaniel Martí
2018-05-24cmd/go, cmd/vet, go/internal/gccgoimport: make vet work with gccgoIan Lance Taylor
2018-01-30cmd/vet: **T is not Stringer if *T has a String methodDaniel Martí
2017-12-14cmd/vet: limit printf check to known Printf-like functionsRuss Cox
2017-12-01cmd/go: ignore vet typecheck failure during go testRuss Cox
2017-11-03cmd/go: run vet automatically during go testRuss Cox
2017-11-01cmd/vet: accept package config from go commandRuss Cox
2017-10-02cmd/vet: in rangeloop check, inspect for loop variables tooAlan Donovan
2017-09-07cmd/vet: remove two unused parameters and simplifyDaniel Martí
2017-08-03cmd/vet: don't exit with failure on type checking errorIan Lance Taylor
2017-04-19cmd/vet: skip unreachable "if" and "case" code in shift check.Aliaksandr Valialkin
2017-04-10cmd/go: allow full flag processing in go vetRob Pike
2017-03-02cmd/vet: support importing from sourceJosh Bleecher Snyder
2016-10-25cmd/vet: accept space-separated tag lists for compatibility with cmd/goRuss Cox
2016-10-13cmd/vet: check for duplicate json, xml struct field tagsAlex Browne
2016-09-19cmd/vet: hard-code program name in usage messageTormod Erevik Lea
2016-08-22cmd/vet: clean up printing errors with no positionJosh Bleecher Snyder
2016-06-28cmd/vet: make checking example names in _test packages more robustKonstantin Shaposhnikov
2016-04-11cmd/vet: improve documentation for flags, slightlyRob Pike
2016-03-23cmd/vet: check lock copy in function calls and return statementsAliaksandr Valialkin
2016-03-17cmd/pack,vet: use `go doc` instead of `godoc` in docHyang-Ah Hana Kim
2016-03-07cmd/vet: remove -test flagKonstantin Shaposhnikov
2016-03-02cmd/vet: polish output of shadow testMarvin Stenger
2016-03-02all: single space after period.Brad Fitzpatrick
2015-12-05cmd/vet: make "-all -shadow" mean all default checks and -shadowKonstantin Shaposhnikov
2015-09-21cmd/vet: copy changes from golang.org/x/tools to cmd/vetRob Pike
2015-06-04cmd/vet: adjust vet to use go/types and friends from std repoRobert Griesemer
2015-06-04cmd/vet: move cmd/vet into std repoRobert Griesemer
2013-05-17cmd/vet: delete; it now lives in the go.tools subrepoRob Pike
2013-05-14cmd/vet: fix for changes to go/types packageRob Pike
2013-03-22cmd/vet: diagnose unreachable codeRuss Cox
2013-03-22cmd/vet: add assembly checkerRuss Cox
2013-03-06cmd/vet: isolate the type checking code into a separate fileRob Pike