aboutsummaryrefslogtreecommitdiff
path: root/go/analysis/analysis.go
AgeCommit message (Expand)Author
2022-11-16go/analysis: add Pass.TypeErrors fieldAlan Donovan
2021-01-06all: add copyright notices to files that are missing themRebecca Stambler
2020-10-13go/analysis: add IgnoredFiles, check ignored files in buildtag checkRuss Cox
2020-03-27internal/lsp: add support for type error analyzersRohan Challa
2019-10-28go/analysis: rename reportNodef to ReportRangefMichael Matloob
2019-08-06go/analysis: change AllObjectFacts and AllPackageFacts to filter factsMichael Matloob
2019-06-17go/analysis: add SuggestedFix to DiagnosticMichael Matloob
2019-05-30go/analysis: add an End field to DiagnosticMichael Matloob
2019-05-03go/analysis: proposed fact enumeration APIMichael Matloob
2019-01-17go/{analysis,packages}: add TypesSizesAlan Donovan
2018-10-08go/analysis: write package documentationAlan Donovan
2018-09-28go/analysis: add command-line helpAlan Donovan
2018-09-27go/analysis: add Pass.OtherFiles fieldAlan Donovan
2018-09-27go/analysis: revert UsesFacts to FactTypesAlan Donovan
2018-09-25go/analysis: more API renamings:Alan Donovan
2018-09-25go/analysis: several API renamingsAlan Donovan
2018-09-17go/analysis: a new API for analysis toolsAlan Donovan