aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/vet
AgeCommit message (Expand)Author
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
2019-05-09runtime: fix vet complaints for linux/armRuss Cox
2019-05-09runtime: fix vet complaints for linux/amd64Russ Cox
2019-05-09runtime: fix vet complaints for linux/386Russ Cox
2019-05-09cmd/link: use standard-syntax struct tags in large-tag testRuss Cox
2019-05-09encoding/gob: rename encBuffer.WriteByte to writeByteRuss Cox
2019-05-09fmt: rename buffer.WriteByte to writeByteRuss Cox
2019-05-09cmd/internal/bio: rename Reader.Seek to MustSeekRuss Cox
2019-05-09cmd/vendor: import vet fixes from x/toolsRuss Cox
2019-05-09cmd/vet/all: update whitelist for vet fixesRuss Cox
2019-04-30internal/cpu: add detection for the new ECDSA and EDDSA capabilities on s390xbill_ofarrell
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-04-24bytes, internal/bytealg: simplify EqualJosh Bleecher Snyder
2019-04-20runtime: move linux specific code into linux specific filesMaya Rashish
2019-03-28cmd/vet/all: enable AIX checksClément Chigot
2019-03-26cmd/vet/all: don't use the x/tools vet in GOPATHBrad Fitzpatrick
2019-03-20cmd: update vendored x/toolsDaniel Martí
2019-03-12internal/bytealg: share code for equal functions on armTobias Klauser
2019-03-11all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills
2019-03-11cmd: refresh cmd/vendor to match 'go mod vendor'Bryan C. Mills
2019-03-08internal/testenv: remove SetModVendorBryan C. Mills
2019-03-06cmd/vet/all: build the vet tool within the golang.org/x/tools repositoryBryan C. Mills
2019-03-05all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within st...Bryan C. Mills
2019-03-01cmd/vet: let TestMain run deferred functionsIan Lance Taylor
2019-02-20cmd/vet: make vet_test module-agnosticBryan C. Mills
2019-02-19cmd/vet: do not write test vet binary to GOROOTBryan C. Mills
2018-12-13syscall/js: rename js.Callback to js.FuncRichard Musiol
2018-11-19cmd/go: improve go vet documentationAlan Donovan
2018-11-17cmd/vet: remove pkgfact analyzer, left in by mistakeAlan Donovan
2018-11-16cmd/vet/all: remove skip when x/tools isn't in $GOPATHBrad Fitzpatrick
2018-11-16cmd/vet: reenable cgo testAlan Donovan