| Age | Commit message (Expand) | Author | Lines |
| 2024-04-20 | Print note with closure signature on type mismatch | Daniel Sedlak | -1/+1 |
| 2024-04-18 | Simplify `static_assert_size`s. | Nicholas Nethercote | -2/+2 |
| 2024-04-12 | Rollup merge of #123204 - notriddle:notriddle/include-str-span, r=pnkfelix | Matthias Krüger | -2/+7 |
| 2024-04-09 | Add redundant_lifetime_args lint | Michael Goulet | -0/+1 |
| 2024-04-03 | Rollup merge of #123401 - Zalathar:assert-size-aarch64, r=fmease | Jacob Pratt | -2/+2 |
| 2024-04-03 | Rollup merge of #121595 - strottos:issue_116615, r=compiler-errors | Matthias Krüger | -0/+33 |
| 2024-04-03 | Check `x86_64` size assertions on `aarch64`, too | Zalathar | -2/+2 |
| 2024-03-29 | diagnostics: fix crash on completely empty included file | Michael Howell | -2/+7 |
| 2024-03-24 | Rollup merge of #122737 - ytmimi:conditionally_ignore_fatal_diagnostic, r=dav... | Matthias Krüger | -2/+9 |
| 2024-03-20 | Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68 | bors | -1/+0 |
| 2024-03-20 | step cfgs | Mark Rousskov | -1/+0 |
| 2024-03-19 | conditionally ignore fatal diagnostic in the SilentEmitter | Yacin Tmimi | -2/+9 |
| 2024-03-18 | When displaying multispans, ignore empty lines adjacent to `...` | Esteban Küber | -1/+48 |
| 2024-03-15 | Refactored a few bits: | Steven Trotter | -1/+34 |
| 2024-03-15 | Added ability to report on generic argument mismatch better | Steven Trotter | -1/+1 |
| 2024-03-14 | Make `SubdiagMessageOp` well-formed | Michael Goulet | -1/+2 |
| 2024-03-14 | Rollup merge of #120699 - nnethercote:rm-useless-TRACK_DIAGNOSTIC-calls, r=ol... | Matthias Krüger | -71/+93 |
| 2024-03-12 | Rollup merge of #122194 - oli-obk:stash_delay_bug, r=nnethercote | Matthias Krüger | -7/+4 |
| 2024-03-11 | Rollup merge of #122299 - compiler-errors:bt-for-must-diag, r=nnethercote | Jubilee | -8/+14 |
| 2024-03-11 | Enable creating backtraces via -Ztreat-err-as-bug when stashing errors | Oli Scherer | -7/+4 |
| 2024-03-10 | Store backtrace for must_produce_diag | Michael Goulet | -8/+14 |
| 2024-03-11 | Rename `DecorateLint` as `LintDiagnostic`. | Nicholas Nethercote | -4/+4 |
| 2024-03-11 | Rename `AddToDiagnostic` as `Subdiagnostic`. | Nicholas Nethercote | -13/+13 |
| 2024-03-11 | Rename `IntoDiagnostic` as `Diagnostic`. | Nicholas Nethercote | -39/+36 |
| 2024-03-11 | Rename `IntoDiagnosticArg` as `IntoDiagArg`. | Nicholas Nethercote | -81/+81 |
| 2024-03-06 | Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, ... | Matthias Krüger | -16/+55 |
| 2024-03-06 | Add missing `#[rustc_lint_diagnostics]` attributes. | Nicholas Nethercote | -0/+31 |
| 2024-03-05 | errors: share `SilentEmitter` between rustc and rustfmt | David Wood | -47/+80 |
| 2024-03-05 | Change message type in bug functions. | Nicholas Nethercote | -16/+24 |
| 2024-03-05 | Adjust `Diag::new` signature. | Nicholas Nethercote | -1/+1 |
| 2024-03-05 | Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`. | Nicholas Nethercote | -5/+5 |
| 2024-03-05 | Rename `SubdiagnosticMessage` as `SubdiagMessage`. | Nicholas Nethercote | -39/+38 |
| 2024-03-05 | Rename `DiagnosticMessage` as `DiagMessage`. | Nicholas Nethercote | -77/+75 |
| 2024-03-04 | Rollup merge of #120976 - matthiaskrgr:constify_TL_statics, r=lcnr | Matthias Krüger | -2/+2 |
| 2024-03-01 | Rollup merge of #120305 - clubby789:unused-import-line, r=estebank | Matthias Krüger | -1/+11 |
| 2024-03-01 | If suggestion would leave an empty line, delete it | clubby789 | -1/+11 |
| 2024-03-01 | Make the `match` in `emit_diagnostic` complete. | Nicholas Nethercote | -19/+24 |
| 2024-03-01 | Add comments about `TRACK_DIAGNOSTIC` use. | Nicholas Nethercote | -1/+16 |
| 2024-03-01 | Move `Expect`/`ForceWarning` handling into the `match`. | Nicholas Nethercote | -15/+17 |
| 2024-03-01 | Reorder `has_future_breakage` handling. | Nicholas Nethercote | -8/+8 |
| 2024-03-01 | Move `DelayedBug` handling into the `match`. | Nicholas Nethercote | -23/+28 |
| 2024-03-01 | Inline and remove `Level::get_diagnostic_id`. | Nicholas Nethercote | -10/+3 |
| 2024-03-01 | Give `TRACK_DIAGNOSTIC` a return value. | Nicholas Nethercote | -11/+13 |
| 2024-03-01 | Handle stashing of delayed bugs. | Nicholas Nethercote | -11/+25 |
| 2024-03-01 | Remove unnecessary `Level::` qualifiers. | Nicholas Nethercote | -7/+7 |
| 2024-02-29 | Rollup merge of #121783 - nnethercote:emitter-cleanups, r=oli-obk | Guillaume Gomez | -163/+69 |
| 2024-02-29 | Rollup merge of #121669 - nnethercote:count-stashed-errs-again, r=estebank | Guillaume Gomez | -70/+157 |
| 2024-02-29 | Avoid unnecessary `color` local variable. | Nicholas Nethercote | -6/+3 |
| 2024-02-29 | Add a useful comment. | Nicholas Nethercote | -0/+1 |
| 2024-02-29 | Make `JsonEmitter` more like `HumanEmitter`. | Nicholas Nethercote | -38/+21 |