| Age | Commit message (Expand) | Author | Lines |
| 2024-02-17 | Rollup merge of #121209 - nnethercote:infallible-join_codegen, r=bjorn3 | Matthias Krüger | -1/+1 |
| 2024-02-17 | Make `CodegenBackend::join_codegen` infallible. | Nicholas Nethercote | -1/+1 |
| 2024-02-16 | Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay | bors | -3/+4 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -2/+2 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -3/+4 |
| 2024-02-14 | clean up potential_query_instability with FxIndexMap and UnordMap | yukang | -5/+1 |
| 2024-02-12 | Tweak delayed bug mentions. | Nicholas Nethercote | -3/+3 |
| 2024-02-09 | Rollup merge of #120828 - nnethercote:fix-stash-steal, r=oli-obk | Matthias Krüger | -0/+4 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -2/+0 |
| 2024-02-09 | Fix `ErrorGuaranteed` unsoundness with stash/steal. | Nicholas Nethercote | -0/+4 |
| 2024-02-07 | Rollup merge of #119162 - heiher:direct-access-external-data, r=petrochenkov | Guillaume Boisseau | -0/+1 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -2/+0 |
| 2024-02-03 | `SilentEmitter::fatal_note` doesn't need to be optional. | Nicholas Nethercote | -4/+4 |
| 2024-02-03 | Make some fatal errors more concise. | Nicholas Nethercote | -5/+3 |
| 2024-01-25 | Remove unused features | clubby789 | -3/+0 |
| 2024-01-22 | Rollup merge of #120159 - jyn514:track-verbose, r=wesleywiser | Matthias Krüger | -1/+2 |
| 2024-01-20 | Track `verbose` and `verbose_internals` | jyn | -1/+2 |
| 2024-01-19 | Rollup merge of #119815 - nagisa:nagisa/polishes-libloading-use-somewhat, r=b... | Matthias Krüger | -4/+11 |
| 2024-01-18 | Rollup merge of #119828 - azhogin:azhogin/collapse_debuginfo_improved_attr, r... | Matthias Krüger | -4/+5 |
| 2024-01-17 | Improved collapse_debuginfo attribute, added command-line flag (no|external|yes) | Andrew Zhogin | -4/+5 |
| 2024-01-16 | Add unstable `-Z direct-access-external-data` cmdline flag for `rustc` | WANG Rui | -0/+1 |
| 2024-01-13 | Add way to express no-values with check-cfg | Urgau | -1/+3 |
| 2024-01-13 | Auto merge of #119473 - Urgau:check-cfg-explicit-none, r=petrochenkov | bors | -1/+8 |
| 2024-01-11 | Stop using `DiagnosticBuilder::buffer` in the parser. | Nicholas Nethercote | -4/+7 |
| 2024-01-11 | Rename `TRACK_DIAGNOSTICS` as `TRACK_DIAGNOSTIC`. | Nicholas Nethercote | -2/+2 |
| 2024-01-10 | Format sources into the error message when loading codegen backends | Simonas Kazlauskas | -4/+11 |
| 2024-01-10 | Rename `{create,emit}_warning` as `{create,emit}_warn`. | Nicholas Nethercote | -8/+7 |
| 2024-01-09 | Add explicit none() value variant in check-cfg | Urgau | -1/+8 |
| 2024-01-09 | Rollup merge of #118680 - djkoloski:shell_argfiles, r=compiler-errors | Guillaume Gomez | -0/+1 |
| 2024-01-09 | Remove `-Zdont-buffer-diagnostics`. | Nicholas Nethercote | -1/+0 |
| 2024-01-08 | Add support for shell argfiles | David Koloski | -0/+1 |
| 2024-01-08 | Remove `{DiagCtxt,DiagCtxtInner}::emit_diagnostic_without_consuming`. | Nicholas Nethercote | -1/+1 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -1/+1 |
| 2024-01-05 | Rollup merge of #119567 - nnethercote:rm-Zreport-delayed-bugs, r=oli-obk | Michael Goulet | -1/+0 |
| 2024-01-05 | Rollup merge of #119566 - Zalathar:remove-spanview, r=Swatinem,Nilstrieb | Michael Goulet | -3/+2 |
| 2024-01-05 | Stabilize THIR unsafeck | Matthew Jasper | -4/+4 |
| 2024-01-04 | Remove `-Zreport-delayed-bugs`. | Nicholas Nethercote | -1/+0 |
| 2024-01-04 | Remove `-Zdump-mir-spanview` | Zalathar | -3/+2 |
| 2024-01-02 | Report I/O errors with emit_fatal not emit_err | Ben Kimock | -1/+1 |
| 2023-12-26 | Auto merge of #119129 - jyn514:verbose, r=compiler-errors,estebank | bors | -1/+1 |
| 2023-12-24 | Remove more `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -4/+5 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -20/+22 |
| 2023-12-23 | Rename `EarlyDiagCtxt` methods to match `DiagCtxt`. | Nicholas Nethercote | -7/+7 |
| 2023-12-19 | rename to verbose-internals | jyn | -1/+1 |
| 2023-12-18 | Rename many `DiagCtxt` and `EarlyDiagCtxt` locals. | Nicholas Nethercote | -36/+36 |
| 2023-12-18 | Rename many `EarlyDiagCtxt` arguments. | Nicholas Nethercote | -12/+12 |
| 2023-12-18 | Rename many `DiagCtxt` arguments. | Nicholas Nethercote | -16/+14 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -10/+10 |
| 2023-12-18 | Rename `EarlyErrorHandler` as `EarlyDiagCtxt`. | Nicholas Nethercote | -11/+11 |
| 2023-12-18 | Rename `Handler` as `DiagCtxt`. | Nicholas Nethercote | -5/+5 |