| Age | Commit message (Expand) | Author | Lines |
| 2024-04-30 | Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-dead | Matthias Krüger | -6/+8 |
| 2024-04-30 | Remove `extern crate tracing` from numerous crates. | Nicholas Nethercote | -3/+4 |
| 2024-04-30 | Auto merge of #124398 - klensy:trailing-ws, r=compiler-errors | bors | -3/+13 |
| 2024-04-29 | Remove `extern crate rustc_macros` from numerous crates. | Nicholas Nethercote | -3/+4 |
| 2024-04-27 | Rollup merge of #124370 - ShE3py:substitution-part-offset, r=fee1-dead | Matthias Krüger | -2/+2 |
| 2024-04-27 | tests: remove some trailing ws | klensy | -3/+13 |
| 2024-04-25 | Format stash message correctly | Michael Goulet | -2/+2 |
| 2024-04-25 | Fix substitution parts having a shifted underline in some cases | Lieselotte | -2/+2 |
| 2024-04-23 | Rollup merge of #124218 - Xiretza:subsubdiagnostics, r=davidtwco | León Orell Valerian Liehr | -50/+55 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -1/+0 |
| 2024-04-21 | Move "elided lifetime in path" to subdiagnostic struct | Xiretza | -18/+23 |
| 2024-04-21 | Fix source ordering of IntoDiagArg impls | Xiretza | -30/+30 |
| 2024-04-21 | Pass translation closure to add_to_diag_with() as reference | Xiretza | -4/+4 |
| 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 |