summaryrefslogtreecommitdiff
path: root/src/cmd/vet
Commit message (Expand)AuthorAgeFilesLines
* cmd: go get golang.org/x/tools@8f7fb01dd429 and revendorRuss Cox2023-05-091-21/+21
* cmd/vet: add directive analyzerRuss Cox2023-01-303-0/+7
* cmd/vet: use testenv.Command instead of exec.Command in testsBryan C. Mills2022-11-151-2/+2
* cmd/vet: use the test binary as 'vet' instead of rebuilding itBryan C. Mills2022-11-151-40/+25
* cmd/vet: enable timeformat analyzerTim King2022-11-151-0/+2
* cmd/vet: remove unused constYasuhiro Matsumoto2022-11-071-2/+0
* all: replace [0-9] with \d in regexpsTomCao New Macbook Pro2022-09-271-1/+1
* cmd/vet: use strings.Buildercuiweixie2022-09-071-1/+1
* all: gofmt main repoRuss Cox2022-04-111-27/+25
* all: use bytes.Cut, strings.CutRuss Cox2021-10-061-2/+2
* [dev.typeparams] all: merge master (46fd547) into dev.typeparamsMatthew Dempsky2021-08-125-0/+20
|\
| * cmd/vet: add missing copyright header1809092021-07-265-0/+20
* | [dev.typeparams] cmd: update vendored golang.org/x/tools to 337cebd2c151Cherry Mui2021-08-101-4/+4
|/
* cmd/vet: bring in sigchanyzer to report unbuffered channels to signal.NotifyEmmanuel T Odeke2021-03-081-0/+2
* cmd/vet: update buildtag check for //go:build linesRuss Cox2021-02-2011-5/+92
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-3/+2
* cmd/vet: vendor in x/tools, enable framepointer vet checkKeith Randall2020-12-081-0/+2
* cmd/vet: bring in pass to catch invalid uses of testing.T in goroutinesEmmanuel T Odeke2020-11-011-0/+2
* cmd/vet: add ifaceassert and stringintconv checkssmasher1642020-03-101-0/+4
* cmd/vet: add test for loading complex values with a single instructionKeith Randall2019-11-052-0/+17
* cmd/vet: re-vendor x/tools upstream for printf verb fixCaleb Spare2019-10-191-3/+2
* cmd/vet: include the errors.As check from upstream x/toolsBryan C. Mills2019-06-111-0/+2
* cmd/vet/all: deleteRuss Cox2019-05-163-447/+0
* runtime: fix vet complaints for js/wasmRuss Cox2019-05-091-11/+0
* runtime: fix vet complaints for all naclRuss Cox2019-05-093-32/+0
* runtime, crypto/x509: fix vet complaints for all windowsRuss Cox2019-05-093-19/+0
* runtime: fix vet complaints for all freebsd, netbsd, openbsdRuss Cox2019-05-094-23/+0
* syscall: fix vet complaints for all dragonfly, freebsd, netbsd, openbsdRuss Cox2019-05-096-44/+0
* runtime: fix vet complaints for solaris/amd64, illumos/amd64Russ Cox2019-05-092-10/+0
* runtime: fix vet complaints for linux/arm64, linux/mips*, linux/ppc64*, linux...Russ Cox2019-05-095-28/+0
* runtime: fix vet complaints for linux/armRuss Cox2019-05-093-16/+0
* runtime: fix vet complaints for linux/amd64Russ Cox2019-05-0915-45/+0
* runtime: fix vet complaints for linux/386Russ Cox2019-05-0917-77/+0
* cmd/link: use standard-syntax struct tags in large-tag testRuss Cox2019-05-091-11/+0
* encoding/gob: rename encBuffer.WriteByte to writeByteRuss Cox2019-05-091-4/+0
* fmt: rename buffer.WriteByte to writeByteRuss Cox2019-05-091-2/+1
* cmd/internal/bio: rename Reader.Seek to MustSeekRuss Cox2019-05-091-2/+0
* cmd/vendor: import vet fixes from x/toolsRuss Cox2019-05-091-1/+1
* cmd/vet/all: update whitelist for vet fixesRuss Cox2019-05-0923-105/+4
* internal/cpu: add detection for the new ECDSA and EDDSA capabilities on s390xbill_ofarrell2019-04-301-0/+1
* all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow2019-04-301-0/+6
* bytes, internal/bytealg: simplify EqualJosh Bleecher Snyder2019-04-241-1/+0
* runtime: move linux specific code into linux specific filesMaya Rashish2019-04-207-13/+0
* cmd/vet/all: enable AIX checksClément Chigot2019-03-282-6/+8
* cmd/vet/all: don't use the x/tools vet in GOPATHBrad Fitzpatrick2019-03-261-14/+11
* cmd: update vendored x/toolsDaniel Martí2019-03-201-8/+2
* internal/bytealg: share code for equal functions on armTobias Klauser2019-03-121-0/+1
* all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills2019-03-111-0/+7
* cmd: refresh cmd/vendor to match 'go mod vendor'Bryan C. Mills2019-03-111-0/+4
* internal/testenv: remove SetModVendorBryan C. Mills2019-03-082-3/+0