| Age | Commit message (Expand) | Author | Lines |
| 2023-12-04 | Give `Handler::fatal` and `Session::fatal` the same return type. | Nicholas Nethercote | -6/+7 |
| 2023-12-04 | dedup for duplicate suggestions | bohan | -4/+5 |
| 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-12-02 | Inline and remove `DiagnosticBuilder::new_diagnostic_fatal`. | Nicholas Nethercote | -9/+1 |
| 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-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -6/+6 |
| 2023-11-21 | Auto merge of #115691 - jsgf:typed-json-diags, r=est31,dtolnay | bors | -30/+35 |
| 2023-11-20 | Update some more cases of "type" -> "$message_type" | David Tolnay | -1/+2 |
| 2023-11-19 | Remove unnecessary .collect() | Esteban Küber | -7/+7 |
| 2023-11-19 | Don't sort `span_suggestions`, leave that to caller | Esteban Küber | -6/+1 |
| 2023-11-19 | When encountering struct fn call literal with private fields, suggest all bui... | Esteban Küber | -4/+7 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -2/+2 |
| 2023-11-14 | Fix some typos | cui fliter | -1/+1 |
| 2023-11-13 | Auto merge of #116866 - slanterns:inspect-stabilize, r=BurntSushi | bors | -1/+0 |
| 2023-11-08 | rustc: minor changes suggested by clippy perf lints. | Nicholas Nethercote | -5/+1 |
| 2023-11-01 | Rollup merge of #117397 - compiler-errors:dont-emit-good-path-on-panic, r=TaK... | Matthias Krüger | -1/+1 |
| 2023-10-30 | Don't emit delayed good-path bugs on panic | Michael Goulet | -1/+1 |
| 2023-10-30 | Clean up `rustc_*/Cargo.toml`. | Nicholas Nethercote | -12/+14 |
| 2023-10-26 | Stash and cancel cycle errors for auto trait leakage in opaques | Michael Goulet | -0/+2 |
| 2023-10-20 | Auto merge of #116962 - estebank:issue-63835, r=oli-obk | bors | -1/+8 |
| 2023-10-19 | Do not bold main message in `--error-format=short` | Esteban Küber | -1/+8 |
| 2023-10-19 | Fix duplicate labels emitted in `render_multispan_macro_backtrace()` | Gurinder Singh | -4/+4 |
| 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 |
| 2023-10-15 | Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstrieb | bors | -15/+23 |
| 2023-10-13 | Use `$message_type` as the tag | Jeremy Fitzhardinge | -1/+1 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -15/+23 |
| 2023-10-12 | check-cfg: only print the list of expected names once | Urgau | -0/+1 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+2 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -3/+8 |
| 2023-09-22 | Auto merge of #115690 - ShE3py:Z-treat-err-as-bug, r=petrochenkov | bors | -7/+5 |
| 2023-09-22 | Allow `-Z treat-err-as-bug=0` | Lieselotte | -7/+5 |
| 2023-09-22 | give FutureIncompatibilityReason variants more explicit names | Ralf Jung | -1/+7 |
| 2023-09-21 | Prevent promotion of const fn calls in inline consts | Oli Scherer | -1/+1 |
| 2023-09-19 | Use serde_json::to_writer for JsonEmitter::emit | Jeremy Fitzhardinge | -4/+5 |
| 2023-09-19 | Make sure nested Diagnostics in FutureIncompat are also typed for consistency. | Jeremy Fitzhardinge | -7/+12 |
| 2023-09-19 | Add `type` field to json diagnostic outputs | Jeremy Fitzhardinge | -24/+22 |
| 2023-09-15 | implement -Z ignore-directory-in-diagnostics-source-blocks | Pietro Albini | -5/+39 |
| 2023-09-08 | Auto merge of #115418 - Zoxc:freeze-source, r=oli-obk | bors | -5/+5 |
| 2023-09-07 | Use `Freeze` for `SourceFile.external_src` | John Kåre Alsaker | -5/+5 |