aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/vet/doc.go
AgeCommit message (Expand)Author
2018-11-19cmd/go: improve go vet documentationAlan Donovan
2018-11-15cmd/vet: switch to x/tools/go/analysis implementationAlan Donovan
2018-06-11cmd/vet: add support for vet-specific export dataRuss Cox
2017-11-07cmd/vet: change docs to prefer "go vet" over "go tool vet"Ian Lance Taylor
2017-03-02cmd/vet: support importing from sourceJosh Bleecher Snyder
2016-11-10cmd/vet: detect defer resp.Body.Close() before error checkFrancesc Campoy
2016-10-18cmd/vet: fix formatting of headings in doc.go.David Symonds
2016-09-19cmd/vet: fix documentation for -structtagsRob Pike
2016-06-30all: be consistent about spelling of cancelationBrad Fitzpatrick
2016-06-21cmd/vet: -lostcancel: check for discarded result of context.WithCancelAlan Donovan
2016-04-11cmd/vet: improve documentation for flags, slightlyRob Pike
2016-04-06icmd/vet: improved checking for variadic Println-like functionsAliaksandr Valialkin
2016-03-07cmd/vet: remove -test flagKonstantin Shaposhnikov
2016-02-24cmd/vet: add a check for tests with malformed namesCatalin Nicutar
2015-12-18cmd/vet: add some checks for invalid pointer passing using cgoIan Lance Taylor
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-22cmd/vet: refer info about -printfuncs to the -printf flagRob Pike
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-03-05cmd/vet: change some warnings to errors for consistency.Rob Pike
2013-02-19cmd/godoc: use go/build to determine package and example filesRobert Griesemer
2013-01-08cmd/vet: fix doc typo.Jason Travis
2012-10-30gofmt: apply gofmt -w src miscRobert Griesemer
2012-07-16cmd/vet: provide flags to control which tests to runRob Pike
2012-03-09cmd/vet: fix typo in documentationJeremy Jackins
2012-03-01doc: elaborate available checks for cmd/vetShenghou Ma
2012-01-29cmd/go: add go tools to rearrangementRob Pike