aboutsummaryrefslogtreecommitdiff
path: root/go/analysis/passes/stdmethods/stdmethods.go
AgeCommit message (Expand)Author
2022-09-22go/analysis/passes/stdmethods: recognize Unwrap() []errorDamien Neil
2021-12-07go/analysis/passes/stdmethods: recognize any as alias for interface{}, for er...Russ Cox
2021-05-05passes/stdmethods: warn when an Is, As, or Unwrap has the wrong signature.Tim King
2019-10-28go/analysis: rename reportNodef to ReportRangefMichael Matloob
2019-05-09go/analysis/passes: fix bugs discovered in stdRuss Cox
2019-03-20go/analysis: make stdmethods happy on encoding/xmlDaniel Martí
2018-11-19go/analysis: use TypeString when matching typesDaniel Martí
2018-11-14go/analysis/passes/stdmethods: show p.T not dir/p.T in diagnosticAlan Donovan
2018-11-14go/analysis/passes/stdmethods: rewrite check to use go/typesAlan Donovan
2018-10-16go/analysis/passes: add doc and copyright commentsAlan Donovan
2018-10-09go/analysis/passes/stdmethods: split check out of vetAlan Donovan