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
about
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
2019-03-07
fix bad logic
Esteban Küber
-1
/
+3
2019-03-06
Make `-Z treat-err-as-bug` take a number of errors to be emitted
Esteban Küber
-1
/
+1
2019-02-24
Use ? in some macros
Taiki Endo
-3
/
+3
2019-02-14
Rollup merge of #58296 - estebank:hidden-suggestion, r=oli-obk
Mazdak Farrokhzad
-0
/
+57
2019-02-11
Use hidden suggestions for unused imports lint
Esteban Küber
-0
/
+18
2019-02-11
Add way to completely hide suggestion from cli output
Esteban Küber
-0
/
+19
2019-02-11
Expose hidden snippet suggestions
Esteban Küber
-0
/
+20
2019-02-10
rustc: doc comments
Alexander Regueiro
-2
/
+2
2019-02-07
librustc_errors => 2018
Taiki Endo
-9
/
+10
2019-01-26
remove `_with_applicability` from suggestion fns
Andy Russell
-68
/
+31
2019-01-17
properly deprecate suggestion methods
Andy Russell
-34
/
+56
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-10-31
Pass suggestions as impl Iterator instead of Vec
ljedrz
-1
/
+1
2018-10-19
Prefer unwrap_or_else to unwrap_or in case of function calls/allocations
ljedrz
-1
/
+1
2018-09-20
Auto merge of #54241 - vi:suggest_with_applicability, r=estebank
bors
-21
/
+53
2018-09-18
Log when buffering a diagnostic.
David Wood
-0
/
+3
2018-09-17
Better trick for allowing trailing comma at forward!
Vitaly _Vi Shukela
-10
/
+13
2018-09-17
Add -Z dont-buffer-diagnostics, a way to force NLL to immediately emit its di...
Felix S. Klock II
-2
/
+12
2018-09-17
Change diagnostic_builder's forward! macro to enforce trailing argument comma
Vitaly _Vi Shukela
-27
/
+27
2018-09-17
Fix style according to review comments.
Vitaly _Vi Shukela
-3
/
+4
2018-09-16
Deprecate *_suggestion* that are without explicit applicability
Vitaly _Vi Shukela
-0
/
+11
2018-09-16
Add multipart_suggestion_with_applicability
Vitaly _Vi Shukela
-0
/
+17
2018-07-30
rustc: Disallow machine applicability in foreign macros
Alex Crichton
-19
/
+64
2018-07-26
Add `-Z borrowck=migrate` flag, use it to link NLL up to AST-borrowck.
Felix S. Klock II
-19
/
+0
2018-07-23
Buffer errors in MIR borrow check
Santiago Pastorino
-0
/
+12
2018-07-20
Make sure the compiler actually panics on `delay_span_bug`
Oliver Schneider
-1
/
+1
2018-07-14
Deny bare trait objects in src/librustc_errors
ljedrz
-4
/
+4
2018-05-28
Auto merge of #50724 - zackmdavis:applicability_rush, r=Manishearth
bors
-0
/
+6
2018-05-21
Improve the diagnostic around impl Trait <-> generic param mismatch
Oliver Schneider
-0
/
+5
2018-05-20
introducing `span_suggestion_short_with_applicability`
Zack M. Davis
-0
/
+6
2018-04-25
Approximate -> Applicability
Manish Goregaokar
-5
/
+5
2018-04-24
Use enum for approximate suggestions
Manish Goregaokar
-2
/
+5
2018-03-14
test for putting back check on json
Guillaume Gomez
-1
/
+2
2018-01-29
Add approximate suggestions for rustfix
Manish Goregaokar
-0
/
+10
2018-01-03
Only bump error count when we are sure that the diagnostic is not a repetition.
Rafael Fernández López
-12
/
+6
2017-11-19
use -Z flag instead of env var
Alex Burka
-1
/
+1
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
[next]