aboutsummaryrefslogtreecommitdiff
path: root/go/analysis
AgeCommit message (Expand)Author
2020-03-27internal/lsp: add support for type error analyzersRohan Challa
2020-03-26go/analysis/analysistest: expand testing to handle suggested fixesRohan Challa
2020-03-24go/analysis/passes/printf: warn against using %v verb in Error() methodsSergey Glushchenko
2020-03-12go/analysis/singlechecker: append a newline after "Flags:"nu50218
2020-03-11go/analysis/passes/printf: give leeway for fmt.Formatter satisfactionDan Kortschak
2020-03-03go/analysis/passes/errorsas: clarify messageJonathan Amsterdam
2020-03-02go/analysis/passes/nilness: detecting panic with provably nil valuesStephen Searles
2020-02-21Revert "Revert "go/analysis: add pass to check for impossible interface-to-in...Robert Griesemer
2020-02-19go/analysis: add pass to check string(int) conversionssmasher164
2020-02-11Revert "go/analysis: add pass to check for impossible interface-to-interface ...Andrew Bonventre
2020-02-11go/analysis: add pass to check for impossible interface-to-interface type ass...smasher164
2020-01-29all: fix some staticcheck errorsRebecca Stambler
2020-01-24go/analysis/passes/asmdecl: add support for riscv64Joel Sing
2020-01-22analysis/passes: consolidate imports helperEmmanuel T Odeke
2020-01-13go/analysis: remove stale documentation citing vetRob Findley
2020-01-07analysis/passes: report testing.Fatal* FailNow Skip* misuse in goroutinesEmmanuel T Odeke
2019-12-30go/analysis/analysistest: accept comments of /* */ formHana (Hyang-Ah) Kim
2019-12-26go/analysis: add package docs for findcall, printf, and shadowHana (Hyang-Ah) Kim
2019-12-16go/analysis: gofmt snippets in package documentationDmitri Shuralyov
2019-12-04go/analysis/internal/checker: format files modified by -fixMichael Matloob
2019-11-19go/analysis/passes/lostcancel: fix typoAnthony Fok
2019-11-18go/analysis/passes: ensure diagnostic-reporting analyses have exported DocMichael Matloob
2019-11-11go/analysis/unitchecker: add erroras analysis to align with go vetLeigh McCulloch
2019-11-04go/analyis/passes/asmdecl: allow loading both parts of a complex with one ins...Keith Randall
2019-10-29go/analysis/passes/printf: allow # for b flagErik Dubbelboer
2019-10-28tools/go/analysis: Fix datarace in set of analysis.FactIlya Sinelnikov
2019-10-28go/analysis: rename reportNodef to ReportRangefMichael Matloob
2019-10-28go/analysis/passes/printf: return Result for querying func KindAaron Beitch
2019-10-28Revert "go/packages: temporarily disable some tests running on go tip with -r...Bryan C. Mills
2019-10-23go/analysis/passes/inspect: fix incorrect exampleRohan Verma
2019-10-21go/analysis, internal/lsp: add support for related informationDominik Honnef
2019-10-18go/analysis/passes/printf: allow %x/%X for float/complex typesCaleb Spare
2019-10-16go/analysis: remove requirement for unique Analyzer namesMichael Matloob
2019-10-14go/packages: temporarily disable some tests running on go tip with -raceMichael Matloob
2019-10-09go/analysis/passes/asmdecl: remove amd64p32 supportBrad Fitzpatrick
2019-10-04go/analysis/analysistest: fix nil pointer dereference when sorting factsMatts966
2019-09-25go/analysis: fix vet errorsHasit Bhatt
2019-09-19cmd/vet: fix a bad case of shadow check about redeclarationalkiller22
2019-09-14go/analysis: add sortslice passJohan Brandhorst
2019-09-11all: fix more typosAinar Garipov
2019-09-10go/analysis: copyedit doc.goalandonovan
2019-09-09internal/lsp: enable suggested fixes by defaultMichael Matloob
2019-09-09go/analysis: fix typosAinar Garipov
2019-08-30go/analysis/doc: fix stuff that was left out of the previous commitMichael Matloob
2019-08-30go/analysis/doc: provide more motivation for suggestedfix designMichael Matloob
2019-08-30all: skip tests if required tools are not foundBryan C. Mills
2019-08-29go/analysis/passes/printf: handle a potential nil pointerRebecca Stambler
2019-08-28go/analysis/cmd/vet: removeMichael Matloob
2019-08-24go/analysis: handle common nil pointersRebecca Stambler
2019-08-13go/analysis: add a "-fix" flag to checker to apply suggested fixesMichael Matloob