index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_errors
/
diagnostic.rs
Age
Commit message (
Expand
)
Author
Lines
2017-11-16
Remove left over dead code from suggestion diagnostic refactoring
Oliver Schneider
-4
/
+3
2017-11-03
Refactor internal suggestion API
Oliver Schneider
-10
/
+17
2017-11-02
Make the difference between lint codes and error codes explicit
Oliver Schneider
-3
/
+9
2017-10-26
Auto merge of #45519 - michaelwoerister:dedup-errors, r=arielb1
bors
-2
/
+2
2017-10-25
librustc_errors: Don't emit the same error message twice.
Michael Woerister
-2
/
+2
2017-10-24
Update docs for Diagnostic::span_suggestion(s)
Oliver Schneider
-0
/
+2
2017-09-29
fix comment typo, `CodeSuggestion` path in doc comment
Zack M. Davis
-2
/
+2
2017-08-28
Initial diagnostic API for proc-macros.
Sergio Benitez
-1
/
+1
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-12
/
+0
2017-08-17
Rollup merge of #43891 - Fourchaux:master, r=steveklabnik
Corey Farwell
-2
/
+2
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-9
/
+9
2017-08-15
Fix typos & us spellings
Fourchaux
-2
/
+2
2017-07-23
Auto merge of #43096 - estebank:ascription-help, r=nikomatsakis
bors
-0
/
+18
2017-07-17
Add flag to hide code on inline suggestions
Esteban Küber
-0
/
+18
2017-07-17
Change some helps to suggestions
Oliver Schneider
-0
/
+12
2017-06-11
Suggest non-ambiguous comparison after cast
Esteban Küber
-0
/
+4
2017-06-04
Show trait method signature when impl differs
Esteban Küber
-0
/
+8
2017-05-11
Address PR reviews
Oliver Schneider
-2
/
+9
2017-05-10
Refactor suggestion diagnostic API to allow for multiple suggestions
Oliver Schneider
-6
/
+12
2017-05-08
Remove need for &format!(...) or &&"" dances in `span_label` calls
Oliver Schneider
-3
/
+2
2017-04-25
Minimize single span suggestions into a note
Oliver Schneider
-14
/
+10
2017-04-11
Highlight and simplify mismatched types
Esteban Küber
-12
/
+60
2017-02-02
store typeck lints in the `TypeckTables`
Niko Matsakis
-2
/
+2
2017-01-17
Teach Diagnostics to highlight text
Esteban Küber
-7
/
+49
2016-11-01
pacify the mercilous tidy
Niko Matsakis
-0
/
+10
2016-11-01
improve early lint to use multispan from diagnostic
Niko Matsakis
-2
/
+2
2016-11-01
compare-method lint
Niko Matsakis
-8
/
+2
2016-11-01
retool EarlyLint to track a Diagnostic
Niko Matsakis
-0
/
+8
2016-11-01
separate Diagnostic from DiagnosticBuilder
Niko Matsakis
-0
/
+190