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
2020-06-10
On recursive ADT, provide indirection structured suggestion
Esteban Küber
-0
/
+13
2020-03-29
Suggest correct order for arguments when encountering early constraints
Esteban Küber
-0
/
+14
2020-03-22
remove redundant closures (clippy::redundant_closure)
Matthias Krüger
-1
/
+1
2020-03-02
Fix a leak in `DiagnosticBuilder::into_diagnostic`.
Nicholas Nethercote
-6
/
+5
2020-02-11
Run RustFmt
jumbatm
-1
/
+5
2020-02-11
Invert control in struct_lint_level.
jumbatm
-1
/
+2
2020-02-02
introduce `#![feature(move_ref_pattern)]`
Mazdak Farrokhzad
-1
/
+15
2020-01-18
remove rustc_error_codes deps except in rustc_driver
Mazdak Farrokhzad
-4
/
+1
2020-01-08
- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}
Mazdak Farrokhzad
-0
/
+19
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-63
/
+26
2019-11-18
Specific labels when referring to "expected" and "found" types
Esteban Küber
-26
/
+33
2019-10-22
RFC 2027: "first draft" of implementation
Mathias Blikstad
-0
/
+5
2019-09-23
Introduce a diagnostic stashing API.
Mazdak Farrokhzad
-13
/
+28
2019-09-17
Privatize DiagnosticBuilder constructors
Mark Rousskov
-2
/
+3
2019-09-17
Take Diagnostic in Handler::emit_diagnostic
Mark Rousskov
-9
/
+1
2019-09-12
Box `DiagnosticBuilder`.
Nicholas Nethercote
-35
/
+46
2019-07-11
Emit dropped unemitted errors to aid in ICE debugging
Esteban Küber
-3
/
+6
2019-06-10
Address review comments
Philipp Hansch
-1
/
+1
2019-06-10
librustc_errors: Add some more documentation
Philipp Hansch
-1
/
+1
2019-05-10
Remove hir::ExprKind::If and replace it with lowering to hir::ExprKind::Match.
Mazdak Farrokhzad
-0
/
+12
2019-05-02
introduce unescape module
Aleksey Kladov
-1
/
+1
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
[next]