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
/
compiler
/
rustc_errors
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-23
Introduce `DiagCtxt::treat_next_err_as_bug`.
Nicholas Nethercote
-7
/
+8
2023-12-23
Remove unnecessary line breaks from two string literals.
Nicholas Nethercote
-4
/
+2
2023-12-23
Tweak `flush_delayed`.
Nicholas Nethercote
-10
/
+11
2023-12-23
Give `DiagnosticBuilder` a default type.
Nicholas Nethercote
-12
/
+6
2023-12-23
Fix a couple of left-over references to `Handler`.
Nicholas Nethercote
-2
/
+2
2023-12-23
Improve `use` items in `compiler/rustc_errors/src/lib.rs`.
Nicholas Nethercote
-30
/
+27
2023-12-23
Streamline `struct_lint_level`.
Nicholas Nethercote
-53
/
+0
2023-12-23
Add comments to `Level`.
Nicholas Nethercote
-5
/
+59
2023-12-19
Remove unused `DiagCtxt::span_bug_no_panic`.
Nicholas Nethercote
-7
/
+0
2023-12-19
De-weirdify `fatally_break_rust`.
Nicholas Nethercote
-0
/
+13
2023-12-19
Introduce `DiagCtxt::struct_bug`.
Nicholas Nethercote
-1
/
+9
2023-12-19
Add `EmitResult` associated type to `EmissionGuarantee`.
Nicholas Nethercote
-18
/
+18
2023-12-19
Remove `struct_diagnostic` and `G::make_diagnostic_builder`.
Nicholas Nethercote
-15
/
+0
2023-12-19
Add `level` arg to `into_diagnostic`.
Nicholas Nethercote
-6
/
+6
2023-12-18
Use `.into_diagnostic()` less.
Nicholas Nethercote
-0
/
+1
2023-12-18
Rename `HandlerFlags` as `DiagCtxtFlags`.
Nicholas Nethercote
-4
/
+4
2023-12-18
Rename `HandlerInner` as `DiagCtxtInner`.
Nicholas Nethercote
-9
/
+9
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-4
/
+4
2023-12-15
Split `Handler::emit_diagnostic` in two.
Nicholas Nethercote
-16
/
+35
2023-12-15
Remove `Handler::emit_diag_at_span`.
Nicholas Nethercote
-23
/
+9
2023-12-15
Avoid `DiagnosticBuilder::<T>::new` calls.
Nicholas Nethercote
-4
/
+4
2023-12-15
Change `msg: impl Into<String>` for bug diagnostics.
Nicholas Nethercote
-7
/
+7
2023-12-14
Avoid `struct_diagnostic` where possible.
Nicholas Nethercote
-2
/
+17
2023-12-14
Inline and remove `HandlerInner::emit_diag_at_span`.
Nicholas Nethercote
-5
/
+1
2023-12-14
Remove unused `Handler::treat_err_as_bug`.
Nicholas Nethercote
-5
/
+0
2023-12-04
Inline and remove `fatal_no_raise`.
Nicholas Nethercote
-10
/
+3
2023-12-04
Make `Handler::{err,bug}` more like `Handler::{warn,note}`.
Nicholas Nethercote
-10
/
+3
2023-12-04
Remove `HandlerInner::emit`.
Nicholas Nethercote
-12
/
+12
2023-12-04
Move some `HandlerInner` functions to `Handler`.
Nicholas Nethercote
-212
/
+164
2023-12-04
Use `DiagnosticBuilder::new` more.
Nicholas Nethercote
-5
/
+5
2023-12-04
Inline and remove more `DiagnosticBuilder::new_diagnostic_*` functions.
Nicholas Nethercote
-3
/
+3
2023-12-04
Give `Handler::fatal` and `Session::fatal` the same return type.
Nicholas Nethercote
-6
/
+7
2023-12-02
`Handler` tweaks.
Nicholas Nethercote
-8
/
+6
2023-12-02
Rename `Handler::delay_good_path_bug` as `Handler::good_path_delayed_bug`.
Nicholas Nethercote
-12
/
+12
2023-12-02
Rename `HandlerInner::delayed_span_bugs` as `HandlerInner::span_delayed_bugs`.
Nicholas Nethercote
-14
/
+14
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-9
/
+12
2023-12-02
Rename `*note_without_error` as `*note`.
Nicholas Nethercote
-10
/
+3
2023-12-02
Rename `HandlerInner::failure` as `HandlerInner::failure_note`.
Nicholas Nethercote
-4
/
+4
2023-12-02
Rename `Handler::span_note_diag` as `struct_span_note`.
Nicholas Nethercote
-1
/
+1
2023-12-02
Remove an unnecessary local variable.
Nicholas Nethercote
-2
/
+1
2023-12-02
Return `ErrorGuaranteed` from `span_err_with_code` methods.
Nicholas Nethercote
-2
/
+3
2023-11-26
Use `rustc_fluent_macro::fluent_messages!` directly.
Nicholas Nethercote
-2
/
+1
2023-11-24
Show number in error message even for one error
Nilstrieb
-1
/
+1
2023-11-15
Bump cfg(bootstrap)s
Mark Rousskov
-2
/
+2
2023-11-13
Auto merge of #116866 - slanterns:inspect-stabilize, r=BurntSushi
bors
-1
/
+0
2023-10-30
Don't emit delayed good-path bugs on panic
Michael Goulet
-1
/
+1
2023-10-26
Stash and cancel cycle errors for auto trait leakage in opaques
Michael Goulet
-0
/
+2
2023-10-18
Remove `#![feature(result_option_inspect)]` from the compiler
Slanterns
-1
/
+0
2023-10-16
Rollup merge of #115196 - chenyukang:yukang-fix-86094, r=estebank
Matthias Krüger
-0
/
+1
2023-10-15
Suggest adding `return` if the type of unused semi return value can coerce to...
yukang
-0
/
+1
[next]