summary refs log tree commit diff
path: root/src/librustc_errors/diagnostic.rs
AgeCommit message (Expand)AuthorLines
2017-04-11Highlight and simplify mismatched typesEsteban Küber-12/+60
2017-02-02store typeck lints in the `TypeckTables`Niko Matsakis-2/+2
2017-01-17Teach Diagnostics to highlight textEsteban Küber-7/+49
2016-11-01pacify the mercilous tidyNiko Matsakis-0/+10
2016-11-01improve early lint to use multispan from diagnosticNiko Matsakis-2/+2
2016-11-01compare-method lintNiko Matsakis-8/+2
2016-11-01retool EarlyLint to track a DiagnosticNiko Matsakis-0/+8
2016-11-01separate Diagnostic from DiagnosticBuilderNiko Matsakis-0/+190