summaryrefslogtreecommitdiff
path: root/src/cmd/vet
Commit message (Expand)AuthorAgeFilesLines
* all: call flag.Parse from TestMain only if usedDaniel Martí2016-11-161-2/+0
* Revert "cmd/vet: ignore printf failures in cmd"Josh Bleecher Snyder2016-11-131-9/+0
* cmd/vet: ignore unrecognized verbs for fmt.FormatterDhananjay Nakrani2016-11-133-8/+28
* cmd/vet/all: add bitwidths for mips and mipsleJosh Bleecher Snyder2016-11-111-0/+2
* cmd/vet: detect defer resp.Body.Close() before error checkFrancesc Campoy2016-11-103-4/+249
* cmd/vet: parallelize testsBrad Fitzpatrick2016-11-0615-34/+92
* Revert "cmd/vet: teach vet about ast.AliasSpec"Robert Griesemer2016-11-053-14/+3
* cmd/vet: add support for GOARCH=mips{,le}Vladimir Stefanovic2016-11-042-1/+170
* cmd/vet/all: add s390x supportJosh Bleecher Snyder2016-11-032-5/+21
* cmd/vet: teach vet about ast.AliasSpecJosh Bleecher Snyder2016-11-033-3/+14
* cmd/vet: add test case for ppc64{,le}Michael Munday2016-11-021-0/+193
* cmd/vet: fix go vet on s390x assemblyMichael Munday2016-11-022-0/+206
* cmd/vet/all: update whitelistsJosh Bleecher Snyder2016-10-313-17/+1
* cmd/vet: diagnose non-space-separated struct tag like `json:"x",xml:"y"`Russ Cox2016-10-262-6/+15
* cmd/vet: accept space-separated tag lists for compatibility with cmd/goRuss Cox2016-10-252-18/+24
* go/types: match cmd/compile's alignment for complex64Matthew Dempsky2016-10-252-0/+8
* cmd/vet/all: remove cmd/compile/internal/big special caseJosh Bleecher Snyder2016-10-251-3/+0
* cmd/vet/all: update whitelistsJosh Bleecher Snyder2016-10-255-6/+7
* cmd/vet: cgo: emit no error for calls to C.CBytesAlan Donovan2016-10-242-0/+7
* cmd/vet: fix formatting of headings in doc.go.David Symonds2016-10-181-4/+2
* cmd/vet: check for duplicate json, xml struct field tagsAlex Browne2016-10-133-10/+66
* cmd/vet: skip printf check for non-constant format string during failed importAliaksandr Valialkin2016-10-052-9/+18
* cmd/vet: hard-code program name in usage messageTormod Erevik Lea2016-09-191-1/+1
* cmd/vet: fix documentation for -structtagsRob Pike2016-09-191-0/+2
* cmd/vet/all: check platforms concurrentlyJosh Bleecher Snyder2016-09-141-9/+25
* cmd/vet/all: update whitelistJosh Bleecher Snyder2016-09-141-4/+0
* cmd/vet: ignore printf failures in cmdJosh Bleecher Snyder2016-09-101-0/+9
* cmd/vet/all/whitelist: add readme.txtJosh Bleecher Snyder2016-09-101-0/+4
* cmd/vet: add vet runner script for coreJosh Bleecher Snyder2016-09-1042-0/+853
* all: use testing.GoToolPath instead of "go"Keith Randall2016-08-301-1/+1
* cmd/vet: check for copying of array of locksAliaksandr Valialkin2016-08-292-0/+26
* cmd/vet: properly handle indexed arguments in printfAliaksandr Valialkin2016-08-292-18/+28
* cmd/vet: handle multiple arches in asm build directivesJosh Bleecher Snyder2016-08-221-4/+17
* cmd/vet: fix mips64le arch name in asmdecl checkJosh Bleecher Snyder2016-08-221-1/+1
* cmd/vet: improve error message for cross-package assemblyJosh Bleecher Snyder2016-08-221-7/+18
* cmd/vet: clean up printing errors with no positionJosh Bleecher Snyder2016-08-221-2/+10
* cmd/vet: improve asmdecl parameter handlingJosh Bleecher Snyder2016-08-223-197/+241
* cmd/vet: re-quote struct tags when printing errorsJosh Bleecher Snyder2016-08-211-1/+2
* cmd/vet: don't treat trailing % as possible formatting directiveJosh Bleecher Snyder2016-08-212-1/+5
* cmd/vet: allow large shifts of constantsJosh Bleecher Snyder2016-08-182-0/+8
* cmd/vet: allow any printf verb with any interfaceJosh Bleecher Snyder2016-08-182-7/+9
* cmd/vet: infer asm arch from build contextJosh Bleecher Snyder2016-08-171-2/+12
* cmd/vet: allow ^& uintptr arithmeticJosh Bleecher Snyder2016-08-172-2/+4
* cmd/vet: remove copylock warning about result types and callsIan Lance Taylor2016-07-042-10/+24
* cmd/vet: lostcancel: treat naked return as a use of named resultsAlan Donovan2016-06-302-4/+38
* all: be consistent about spelling of cancelationBrad Fitzpatrick2016-06-302-3/+3
* cmd/vet: make checking example names in _test packages more robustKonstantin Shaposhnikov2016-06-284-29/+38
* cmd/vet: fix name check for examples in _test packageKonstantin Shaposhnikov2016-06-271-1/+1
* cmd/vet/internal/cfg: don't crash on malformed goto statementAlan Donovan2016-06-222-1/+9
* cmd/vet: fix a crash in lostcancel checkAlan Donovan2016-06-222-1/+7