summary refs log tree commit diff
path: root/src/librustc_errors/diagnostic.rs
AgeCommit message (Expand)AuthorLines
2017-11-16Remove left over dead code from suggestion diagnostic refactoringOliver Schneider-4/+3
2017-11-03Refactor internal suggestion APIOliver Schneider-10/+17
2017-11-02Make the difference between lint codes and error codes explicitOliver Schneider-3/+9
2017-10-26Auto merge of #45519 - michaelwoerister:dedup-errors, r=arielb1bors-2/+2
2017-10-25librustc_errors: Don't emit the same error message twice.Michael Woerister-2/+2
2017-10-24Update docs for Diagnostic::span_suggestion(s)Oliver Schneider-0/+2
2017-09-29fix comment typo, `CodeSuggestion` path in doc commentZack M. Davis-2/+2
2017-08-28Initial diagnostic API for proc-macros.Sergio Benitez-1/+1
2017-08-19rustc: Remove some dead codeVadim Petrochenkov-12/+0
2017-08-17Rollup merge of #43891 - Fourchaux:master, r=steveklabnikCorey Farwell-2/+2
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-9/+9
2017-08-15Fix typos & us spellingsFourchaux-2/+2
2017-07-23Auto merge of #43096 - estebank:ascription-help, r=nikomatsakisbors-0/+18
2017-07-17Add flag to hide code on inline suggestionsEsteban Küber-0/+18
2017-07-17Change some helps to suggestionsOliver Schneider-0/+12
2017-06-11Suggest non-ambiguous comparison after castEsteban Küber-0/+4
2017-06-04Show trait method signature when impl differsEsteban Küber-0/+8
2017-05-11Address PR reviewsOliver Schneider-2/+9
2017-05-10Refactor suggestion diagnostic API to allow for multiple suggestionsOliver Schneider-6/+12
2017-05-08Remove need for &format!(...) or &&"" dances in `span_label` callsOliver Schneider-3/+2
2017-04-25Minimize single span suggestions into a noteOliver Schneider-14/+10
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