summaryrefslogtreecommitdiff
path: root/src/cmd/vet/testdata
Commit message (Expand)AuthorAgeFilesLines
* cmd/vet: add a test for embedded stringerAliaksandr Valialkin2017-05-301-0/+13
* cmd/vet: skip unreachable "if" and "case" code in shift check.Aliaksandr Valialkin2017-04-191-0/+50
* cmd/vet: make tests safe for perl 5.26Josh Bleecher Snyder2017-04-181-3/+3
* cmd/vet: check shift calculations with "unsafe" packageAliaksandr Valialkin2017-03-131-1/+4
* cmd/vet: eliminate "might be too small for shift" warningsAliaksandr Valialkin2017-03-111-45/+66
* cmd/vet: allow shifts by amounts calculated using unsafeJosh Bleecher Snyder2017-02-281-0/+5
* cmd/vet: include function name or value in copylock messageRob Pike2017-01-032-5/+7
* cmd/vet: fix copylocks false positive on len(array) and cap(array).Aliaksandr Valialkin2016-12-241-0/+14
* cmd/vet: avoid crash in cgo test on recursive typeIan Lance Taylor2016-12-211-0/+3
* cmd/vet: fix panic and handling of XML in struct field tag checkTilman Dilo2016-12-131-4/+20
* cmd/vet: ignore unrecognized verbs for fmt.FormatterDhananjay Nakrani2016-11-131-2/+10
* cmd/vet: detect defer resp.Body.Close() before error checkFrancesc Campoy2016-11-101-0/+85
* cmd/vet: parallelize testsBrad Fitzpatrick2016-11-0614-0/+1
* Revert "cmd/vet: teach vet about ast.AliasSpec"Robert Griesemer2016-11-051-9/+0
* cmd/vet: add support for GOARCH=mips{,le}Vladimir Stefanovic2016-11-041-0/+165
* cmd/vet: teach vet about ast.AliasSpecJosh Bleecher Snyder2016-11-031-0/+9
* cmd/vet: add test case for ppc64{,le}Michael Munday2016-11-021-0/+193
* cmd/vet: fix go vet on s390x assemblyMichael Munday2016-11-021-0/+193
* cmd/vet: diagnose non-space-separated struct tag like `json:"x",xml:"y"`Russ Cox2016-10-261-4/+6
* go/types: match cmd/compile's alignment for complex64Matthew Dempsky2016-10-252-0/+8
* cmd/vet: cgo: emit no error for calls to C.CBytesAlan Donovan2016-10-241-0/+2
* cmd/vet: check for duplicate json, xml struct field tagsAlex Browne2016-10-131-0/+28
* cmd/vet: skip printf check for non-constant format string during failed importAliaksandr Valialkin2016-10-051-0/+3
* cmd/vet: check for copying of array of locksAliaksandr Valialkin2016-08-291-0/+18
* cmd/vet: properly handle indexed arguments in printfAliaksandr Valialkin2016-08-291-2/+11
* cmd/vet: improve asmdecl parameter handlingJosh Bleecher Snyder2016-08-222-0/+52
* cmd/vet: don't treat trailing % as possible formatting directiveJosh Bleecher Snyder2016-08-211-0/+1
* cmd/vet: allow large shifts of constantsJosh Bleecher Snyder2016-08-181-0/+2
* cmd/vet: allow any printf verb with any interfaceJosh Bleecher Snyder2016-08-181-0/+5
* cmd/vet: allow ^& uintptr arithmeticJosh Bleecher Snyder2016-08-171-1/+3
* cmd/vet: remove copylock warning about result types and callsIan Lance Taylor2016-07-041-2/+10
* cmd/vet: lostcancel: treat naked return as a use of named resultsAlan Donovan2016-06-301-0/+12
* cmd/vet: make checking example names in _test packages more robustKonstantin Shaposhnikov2016-06-281-6/+6
* cmd/vet: fix a crash in lostcancel checkAlan Donovan2016-06-221-0/+6
* cmd/vet: -lostcancel: check for discarded result of context.WithCancelAlan Donovan2016-06-211-0/+137
* cmd/vet: do not check print-like functions with unknown typeAliaksandr Valialkin2016-05-241-0/+18
* cmd/vet: check sync.* types' copyingAliaksandr Valialkin2016-05-061-1/+73
* cmd/vet: add mips64x assembly check supportShenghou Ma2016-05-041-0/+193
* cmd/vet: improve checking unkeyed fields in composite literalsAliaksandr Valialkin2016-04-281-8/+44
* cmd/vet: teach asm checker about PEXTRD’s op sizeJosh Bleecher Snyder2016-04-142-0/+13
* cmd/vet: allow untyped composite literals to be unkeyedLuan Santos2016-04-141-2/+6
* icmd/vet: improved checking for variadic Println-like functionsAliaksandr Valialkin2016-04-061-4/+34
* cmd/vet: do not treat declaration as asignment in atomic checkKonstantin Shaposhnikov2016-04-061-0/+9
* cmd/vet: allow lock types inside built-in new()Aliaksandr Valialkin2016-03-301-2/+12
* cmd/vet: improve detecting printf-like format argumentAliaksandr Valialkin2016-03-291-0/+22
* cmd/vet: don't treat fields like variables in rangeloop checkDominik Honnef2016-03-271-0/+9
* cmd/vet: check lock copy in function calls and return statementsAliaksandr Valialkin2016-03-231-0/+29
* cmd/vet: added some missing copylock checksAliaksandr Valialkin2016-03-161-0/+30
* cmd/vet: Use function signature to find format string index.Spencer Nelson2016-03-041-1/+14
* cmd/vet: polish output of shadow testMarvin Stenger2016-03-021-4/+4