| Age | Commit message (Expand) | Author | Lines |
| 2024-02-22 | Overhaul the handling of errors at the top-level. | Nicholas Nethercote | -5/+9 |
| 2024-02-22 | Adjust the `has_errors*` methods. | Nicholas Nethercote | -2/+1 |
| 2024-02-22 | Remove `EarlyDiagCtxt::abort_if_errors`. | Nicholas Nethercote | -4/+0 |
| 2024-02-20 | Stabilize `LazyCell` and `LazyLock` (`lazy_cell`) | Peter Jaszkowiak | -1/+0 |
| 2024-05-24 | remove proof tree formatter, make em shallow | lcnr | -32/+4 |
| 2024-05-23 | Rollup merge of #125345 - durin42:thin-link-bitcode, r=bjorn3 | Guillaume Gomez | -4/+20 |
| 2024-05-23 | Rollup merge of #125263 - lqd:lld-fallback, r=petrochenkov | Guillaume Gomez | -8/+25 |
| 2024-05-23 | rust-lld: fallback to the default default sysroot where rustc is currently lo... | Rémy Rakic | -8/+17 |
| 2024-05-22 | rustc_codegen_llvm: add support for writing summary bitcode | Augie Fackler | -4/+20 |
| 2024-05-21 | Rename buffer_lint_with_diagnostic to buffer_lint | Xiretza | -1/+1 |
| 2024-05-21 | Convert uses of BuiltinLintDiag::Normal to custom variants | Xiretza | -17/+0 |
| 2024-05-21 | Generate lint diagnostic message from BuiltinLintDiag | Xiretza | -4/+1 |
| 2024-05-21 | Implement IntoDiagArg for RustcVersion | Xiretza | -1/+12 |
| 2024-05-21 | add helper to target bin path | Rémy Rakic | -0/+8 |
| 2024-05-21 | Auto merge of #124676 - djkoloski:relax_multiple_sanitizers, r=cuviper,rcvalle | bors | -11/+3 |
| 2024-05-18 | Auto merge of #124611 - Urgau:rustdoc-stdin, r=GuillaumeGomez | bors | -0/+1 |
| 2024-05-15 | Relax restrictions on multiple sanitizers | David Koloski | -11/+3 |
| 2024-05-05 | Add `rustfmt` cfg to well known cfgs list | Urgau | -3/+5 |
| 2024-05-04 | Make `rustc_session::config::Input` clone-able | Urgau | -0/+1 |
| 2024-05-03 | Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxu | Michael Goulet | -3/+20 |
| 2024-05-02 | Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...` | Martin Nordholts | -3/+20 |
| 2024-02-20 | Auto merge of #120576 - nnethercote:merge-Diagnostic-DiagnosticBuilder, r=dav... | bors | -4/+12 |
| 2024-02-20 | Reduce capabilities of `Diagnostic`. | Nicholas Nethercote | -0/+3 |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -4/+9 |
| 2024-02-18 | Auto merge of #121265 - klensy:bump-18-02-24, r=Mark-Simulacrum | bors | -1/+0 |
| 2024-02-18 | Auto merge of #117772 - surechen:for_117448, r=petrochenkov | bors | -1/+1 |
| 2024-02-18 | windows bump to 0.52 | klensy | -1/+0 |
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other s... | surechen | -1/+1 |
| 2024-02-18 | Rollup merge of #121237 - Urgau:better-cargo-heuristic, r=compiler-errors | León Orell Valerian Liehr | -1/+19 |
| 2024-02-17 | Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercote | Matthias Krüger | -5/+5 |
| 2024-02-17 | Use better heuristic for printing Cargo specific diagnostics | Urgau | -1/+19 |
| 2024-02-16 | Rollup merge of #121137 - GuillaumeGomez:add-clippy-cfg, r=Urgau,Nilstrieb | Guillaume Gomez | -3/+7 |
| 2024-02-16 | Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay | bors | -9/+13 |
| 2024-02-15 | Auto merge of #121142 - GuillaumeGomez:rollup-5qmksjw, r=GuillaumeGomez | bors | -31/+27 |
| 2024-02-15 | Add comment to remind devs to update the unstable book related chapter if the... | Guillaume Gomez | -0/+3 |
| 2024-02-15 | Add clippy into the known `cfg` list | Guillaume Gomez | -3/+4 |
| 2024-02-15 | Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoerister | bors | -6/+6 |
| 2024-02-15 | errors: only eagerly translate subdiagnostics | David Wood | -5/+5 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -1/+1 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -9/+13 |
| 2024-02-15 | Add suffixes to `LitError`. | Nicholas Nethercote | -11/+7 |
| 2024-02-15 | Make `report_lit_error` return `ErrorGuaranteed`. | Nicholas Nethercote | -20/+23 |
| 2024-02-15 | Remove `LitError::LexerError`. | Nicholas Nethercote | -3/+0 |
| 2024-02-15 | Rename `-Zno_parallel_llvm` -> `-Zno_parallel_backend` | Maybe Waffle | -1/+1 |
| 2024-02-15 | Refactor out a repeating pattern with `get_or_default_sysroot` | Maybe Waffle | -12/+10 |
| 2024-02-14 | Allow targets to override default codegen backend | Maybe Waffle | -8/+3 |
| 2024-02-14 | clean up potential_query_instability with FxIndexMap and UnordMap | yukang | -6/+6 |
| 2024-02-13 | Remove `good_path_delayed_bug`. | Nicholas Nethercote | -7/+6 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -2/+0 |
| 2024-02-07 | Rollup merge of #120735 - nnethercote:rm-some-unchecked_claims, r=oli-obk | Guillaume Boisseau | -1/+1 |