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_builder.rs
Age
Commit message (
Expand
)
Author
Lines
2017-11-02
Make the difference between lint codes and error codes explicit
Oliver Schneider
-2
/
+3
2017-08-28
Initial diagnostic API for proc-macros.
Sergio Benitez
-0
/
+13
2017-08-25
rustc_errors: Add the ability to delay as bugs
Alex Crichton
-2
/
+20
2017-08-24
rustc: Capture diagnostics from all queries
Alex Crichton
-5
/
+8
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-7
/
+0
2017-08-17
Rollup merge of #43891 - Fourchaux:master, r=steveklabnik
Corey Farwell
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2017-08-15
Fix typos & us spellings
Fourchaux
-1
/
+1
2017-07-31
fix `-Z treat-err-as-bug`
Ariel Ben-Yehuda
-6
/
+6
2017-07-17
Add flag to hide code on inline suggestions
Esteban Küber
-0
/
+5
2017-05-19
fix some clippy warnings in librustc_errors
Andre Bogus
-2
/
+2
2017-05-12
Rollup merge of #41942 - tommyip:master, r=Mark-Simulacrum
Mark Simulacrum
-1
/
+4
2017-05-12
Fix unexpected panic with the -Z treat-err-as-bug option
Tommy Ip
-1
/
+4
2017-05-10
Refactor suggestion diagnostic API to allow for multiple suggestions
Oliver Schneider
-0
/
+5
2017-05-08
Remove need for &format!(...) or &&"" dances in `span_label` calls
Oliver Schneider
-2
/
+4
2017-04-25
Minimize single span suggestions into a note
Oliver Schneider
-5
/
+5
2017-04-11
Highlight and simplify mismatched types
Esteban Küber
-4
/
+6
2016-11-01
pacify the mercilous tidy
Niko Matsakis
-0
/
+10
2016-11-01
compare-method lint
Niko Matsakis
-0
/
+22
2016-11-01
separate Diagnostic from DiagnosticBuilder
Niko Matsakis
-0
/
+164