summaryrefslogtreecommitdiff
path: root/src/cmd/vet
Commit message (Expand)AuthorAgeFilesLines
* cmd/vet: delete; it now lives in the go.tools subrepoRob Pike2013-05-1729-5753/+0
* cmd/vet: fix for changes to go/types packageRob Pike2013-05-143-10/+21
* cmd/vet: clean up the testRob Pike2013-04-242-3/+9
* vet: add a progress message to asmdecl.goRob Pike2013-03-271-0/+1
* vet: fix test_deadcode.go's testsRob Pike2013-03-271-72/+72
* cmd/vet: fix assembly test filesRob Pike2013-03-273-9/+3
* cmd/vet: diagnose unreachable codeRuss Cox2013-03-223-18/+2426
* cmd/vet: add assembly checkerRuss Cox2013-03-228-15/+1264
* cmd/vet: make struct tag literal test work better with no go/typesRuss Cox2013-03-135-13/+79
* go/types: delete from main repo; part of move to go.expRob Pike2013-03-121-1/+4
* all: delete a couple of mentions of the exp and old treesRob Pike2013-03-061-1/+0
* cmd/vet: isolate the type checking code into a separate fileRob Pike2013-03-066-153/+231
* vet: check for useless assignments.David Symonds2013-03-063-0/+66
* cmd/vet: change some warnings to errors for consistency.Rob Pike2013-03-056-10/+21
* vet: clean up taglit error print when typechecking fails.David Symonds2013-03-051-1/+5
* cmd/vet: use go/printer to pretty-print expressions in printf messagesRob Pike2013-03-013-30/+30
* cmd/vet: %b is a valid floating-point format.Rob Pike2013-02-281-3/+8
* cmd/vet: continue past first errorRob Pike2013-02-273-25/+23
* cmd/vet: fix printf test for unsafe PointerRob Pike2013-02-262-8/+13
* cmd/vet: silence error from type checker unless verbose is set.Rob Pike2013-02-251-9/+22
* cmd/vet: move the tests into separate filesRob Pike2013-02-2516-271/+343
* cmd/vet: fix up some nits in print.go found by kamil.kisiel@gmail.comRob Pike2013-02-241-3/+3
* cmd/vet: eliminate false positives for slices in untagged literal testRob Pike2013-02-242-4/+36
* cmd/vet: check argument types in printf formatsRob Pike2013-02-235-65/+231
* cmd/vet: use types to test Error methods correctly.Rob Pike2013-02-222-7/+133
* cmd/vet: restructure to be package-drivenRob Pike2013-02-222-34/+93
* cmd/godoc: use go/build to determine package and example filesRobert Griesemer2013-02-191-1/+1
* cmd/vet: drop column information from errorRuss Cox2013-02-131-4/+10
* vet: improve flag handlingRob Pike2013-02-118-26/+39
* bytes, strings: add TrimPrefix and TrimSuffixBrad Fitzpatrick2013-02-011-3/+1
* cmd/vet: add missing -all logicRuss Cox2013-01-311-2/+3
* cmd/vet: check for misplaced and malformed build tagsRuss Cox2013-01-315-5/+130
* cmd/vet: handle added string constants in printf format checkRuss Cox2013-01-311-1/+23
* cmd/vet: detect misuse of atomic.Add*Rodrigo Rafael Monti Kochenburger2013-01-303-1/+107
* cmd/vet: don't complain about Error()Shenghou Ma2013-01-181-1/+4
* cmd/vet: fix doc typo.Jason Travis2013-01-081-1/+1
* cmd/vet: %#q is a valid format (uses raw quotes).David Symonds2013-01-071-1/+2
* cmd/vet: expand printf flags understood by %s and %q.David Symonds2012-12-211-2/+4
* all: fix typosShenghou Ma2012-12-191-1/+1
* vet: be less strict about number of arguments when a ... is present.David Symonds2012-12-061-0/+10
* gofmt: apply gofmt -w src miscRobert Griesemer2012-10-301-1/+1
* vet: fix rangeloop.David Symonds2012-09-201-2/+15
* vet: add range variable misuse detectionAndrew Gerrand2012-09-183-10/+122
* cmd/vet: provide flags to control which tests to runRob Pike2012-07-166-15/+53
* vet: check values for named constants as well as literals.Rob Pike2012-04-251-14/+43
* cmd/vet: little tweak to tagged literal script to get it closer to drop-in fo...David Symonds2012-03-121-1/+2
* cmd/vet: fix typo in documentationJeremy Jackins2012-03-091-1/+1
* doc: elaborate available checks for cmd/vetShenghou Ma2012-03-011-2/+26
* cmd/vet: don't give error for Printf("%+5.2e", x)Shenghou Ma2012-02-251-1/+1
* cmd/vet: give warning for construct 'Println(os.Stderr, ...)'Shenghou Ma2012-02-141-0/+11