summaryrefslogtreecommitdiff
path: root/src/cmd/vet
Commit message (Expand)AuthorAgeFilesLines
* cmd/vet/all: in case of vet panic, don't filter stacktraceRobert Griesemer2017-06-291-0/+10
* cmd/vet/all: fix print statement, add platform informationRobert Griesemer2017-06-281-2/+2
* runtime: remove unused arm assembly for div/modKeith Randall2017-06-141-1/+0
* cmd/cover: take default value of total only once.Dhananjay Nakrani2017-06-021-1/+0
* cmd/vet: add a test for embedded stringerAliaksandr Valialkin2017-05-301-0/+13
* cmd/vet: set exit status to non zero for all casesFatih Arslan2017-05-281-0/+2
* internal/cpu: new package to detect cpu featuresMartin Möhrmann2017-05-101-4/+0
* cmd/compile: rework handling of udiv on ARMJosh Bleecher Snyder2017-04-201-0/+1
* cmd/vet: skip unreachable "if" and "case" code in shift check.Aliaksandr Valialkin2017-04-195-17/+174
* cmd/vet: make tests safe for perl 5.26Josh Bleecher Snyder2017-04-181-3/+3
* cmd/vet/all: print all unparseable linesJosh Bleecher Snyder2017-04-131-1/+10
* cmd/go: allow full flag processing in go vetRob Pike2017-04-101-0/+2
* cmd/vet/all: add countBytes exemption to amd64 whitelistJosh Bleecher Snyder2017-04-071-1/+1
* strings: optimize Count for amd64Josselin Costanzi2017-04-071-0/+3
* cmd/vet: remove Peek from list of canonical methodsJosh Bleecher Snyder2017-03-271-1/+0
* cmd/internal/obj: make x86's asmbuf a local variableJosh Bleecher Snyder2017-03-261-1/+0
* cmd/vet: -lostcancel: fix crash in ill-typed codeAlan Donovan2017-03-221-1/+5
* bytes: add optimized countByte for amd64Josselin Costanzi2017-03-211-0/+1
* cmd/vet: check shift calculations with "unsafe" packageAliaksandr Valialkin2017-03-132-23/+4
* cmd/vet: eliminate "might be too small for shift" warningsAliaksandr Valialkin2017-03-116-95/+97
* math/big: make nat.setUint64 vet-friendlyJosh Bleecher Snyder2017-03-111-2/+0
* Revert "Revert "cmd/vet/all: remove pprof from the whitelist""Josh Bleecher Snyder2017-03-021-3/+0
* cmd/vet/all: remove printf hacksJosh Bleecher Snyder2017-03-023-23/+7
* cmd/vet/all: vet using only sourceJosh Bleecher Snyder2017-03-021-34/+5
* cmd/vet: support importing from sourceJosh Bleecher Snyder2017-03-023-1/+9
* cmd/vet: refactor to support alternative importersJosh Bleecher Snyder2017-03-022-24/+22
* cmd/vet/all: use SizesFor to calculate archbitsJosh Bleecher Snyder2017-03-021-21/+5
* cmd/vet: use types.SizesForJosh Bleecher Snyder2017-03-021-36/+41
* Revert "cmd/vet/all: remove pprof from the whitelist"Josh Bleecher Snyder2017-03-011-0/+3
* cmd/vet/all: remove pprof from the whitelistBrad Fitzpatrick2017-03-011-3/+0
* cmd/vet/all: disable cgo when running 'go install'Josh Bleecher Snyder2017-02-281-1/+1
* cmd/vet/all: temporarily ignore vendored pprofJosh Bleecher Snyder2017-02-281-0/+3
* cmd/vet: allow shifts by amounts calculated using unsafeJosh Bleecher Snyder2017-02-282-0/+28
* cmd/vet/all: move suspicious shift whitelists to 64 bitJosh Bleecher Snyder2017-02-282-17/+15
* cmd/vet/all: exit with non-zero error code on failureJosh Bleecher Snyder2017-02-281-0/+7
* cmd/vet/all: use -dolinkobj=false to speed up runsJosh Bleecher Snyder2017-02-231-1/+5
* cmd/vet/all: update windows whitelistJosh Bleecher Snyder2017-02-211-1/+3
* cmd/vet/all: update whitelists for monotonic time changesJosh Bleecher Snyder2017-02-215-1/+4
* cmd/vet/all: add mips and mipsleJosh Bleecher Snyder2017-02-214-0/+27
* cmd/vet/all: work around vet printf checker deficienciesJosh Bleecher Snyder2017-02-212-4/+23
* cmd/vet: include function name or value in copylock messageRob Pike2017-01-033-6/+8
* cmd/vet: fix copylocks false positive on len(array) and cap(array).Aliaksandr Valialkin2016-12-242-3/+19
* cmd/vet: avoid crash in cgo test on recursive typeIan Lance Taylor2016-12-213-9/+14
* cmd/vet: fix panic and handling of XML in struct field tag checkTilman Dilo2016-12-132-5/+44
* 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