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.rs
Age
Commit message (
Expand
)
Author
Lines
2020-02-29
use .to_string() instead of format!() macro to create strings
Matthias Krüger
-3
/
+3
2020-02-11
Invert control in struct_lint_level.
jumbatm
-0
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-87
/
+67
2019-12-08
async/await: more improvements to non-send errors
David Wood
-0
/
+10
2019-11-23
review comments: remove unnecessary `&str` to `String` conversions
Esteban Küber
-2
/
+2
2019-11-23
Highlight parts of fn in type errors
Esteban Küber
-0
/
+7
2019-11-21
Auto merge of #66610 - alexreg:trait-upcasting-cosmetic, r=Centril
bors
-1
/
+1
2019-11-21
Aggregation of drive-by cosmetic changes.
Alexander Regueiro
-1
/
+1
2019-11-21
Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov
bors
-32
/
+44
2019-11-18
Auto merge of #58281 - mark-i-m:synthesis, r=estebank
bors
-1
/
+15
2019-11-18
Specific labels when referring to "expected" and "found" types
Esteban Küber
-32
/
+44
2019-11-03
Auto merge of #65779 - kevgrasso:E0308highlight, r=estebank
bors
-2
/
+2
2019-10-27
implement outlive suggestions
Mark Mansi
-1
/
+15
2019-10-23
debug messages added
Kevyn Grasso
-2
/
+2
2019-10-22
RFC 2027: "first draft" of implementation
Mathias Blikstad
-0
/
+26
2019-10-03
review comments
Esteban Küber
-41
/
+43
2019-10-03
review comments
Esteban Küber
-6
/
+35
2019-08-14
remove unused Level::PhaseFatal
Aleksey Kladov
-1
/
+0
2019-08-12
DiagnosticBuilder docs
Ralf Jung
-0
/
+6
2019-06-26
Fix clippy::redundant_field_names
Igor Matuszewski
-1
/
+1
2019-03-23
Tweak unsupported negative trait bounds message
Esteban Küber
-1
/
+1
2019-02-14
Rollup merge of #58296 - estebank:hidden-suggestion, r=oli-obk
Mazdak Farrokhzad
-4
/
+75
2019-02-11
Use hidden suggestions for unused imports lint
Esteban Küber
-2
/
+28
2019-02-11
Add way to completely hide suggestion from cli output
Esteban Küber
-0
/
+21
2019-02-11
Expose hidden snippet suggestions
Esteban Küber
-0
/
+23
2019-02-11
Add way to hide suggestion snippet window from cli output
Esteban Küber
-4
/
+5
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-02-07
librustc_errors => 2018
Taiki Endo
-6
/
+6
2019-01-26
remove `_with_applicability` from suggestion fns
Andy Russell
-88
/
+26
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-23
Keep label on moved spans and point at macro invocation on parse error
Esteban Küber
-0
/
+11
2018-10-31
Pass suggestions as impl Iterator instead of Vec
ljedrz
-3
/
+3
2018-10-10
A handful of random string-related improvements
ljedrz
-4
/
+4
2018-09-17
Whitespace fix again.
Vitaly _Vi Shukela
-3
/
+3
2018-09-17
Fix style according to review comments.
Vitaly _Vi Shukela
-4
/
+4
2018-09-16
trailing whitespace fix
Vitaly _Vi Shukela
-1
/
+1
2018-09-16
Deprecate *_suggestion* that are without explicit applicability
Vitaly _Vi Shukela
-0
/
+4
2018-09-16
Add multipart_suggestion_with_applicability
Vitaly _Vi Shukela
-2
/
+15
2018-07-26
Add `-Z borrowck=migrate` flag, use it to link NLL up to AST-borrowck.
Felix S. Klock II
-0
/
+19
2018-07-20
proc_macro: don't use DiagnosticBuilder for building up Diagnostics.
Eduard-Mihai Burtescu
-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
/
+17
2018-05-21
Improve the diagnostic around impl Trait <-> generic param mismatch
Oliver Schneider
-0
/
+19
2018-05-20
introducing `span_suggestion_short_with_applicability`
Zack M. Davis
-0
/
+17
2018-04-25
Approximate -> Applicability
Manish Goregaokar
-10
/
+10
2018-04-24
Use enum for approximate suggestions
Manish Goregaokar
-7
/
+10
2018-01-29
Add approximate suggestions for rustfix
Manish Goregaokar
-0
/
+37
2018-01-22
Only emit expanded diagnostic information once
Esteban Küber
-1
/
+5
2018-01-03
Only bump error count when we are sure that the diagnostic is not a repetition.
Rafael Fernández López
-3
/
+0
[next]