| Age | Commit message (Expand) | Author | Lines |
| 2024-04-11 | Disable Ctrl-C handling on WASM | bjorn3 | -0/+1 |
| 2024-04-09 | driver: unconditionally show update nightly hint | 许杰友 Jieyou Xu (Joe) | -30/+8 |
| 2024-03-26 | Auto merge of #111769 - saethlin:ctfe-backtrace-ctrlc, r=RalfJung | bors | -0/+19 |
| 2024-03-21 | Remove `CodegenBackend::target_override`. | Nicholas Nethercote | -2/+2 |
| 2024-03-17 | Print a backtrace in const eval if interrupted | Ben Kimock | -0/+19 |
| 2024-03-13 | Make incremental sessions identity no longer depend on the crate names provid... | John Kåre Alsaker | -1/+2 |
| 2024-03-12 | Auto merge of #122218 - Zoxc:no-interleave-panics, r=michaelwoerister | bors | -0/+3 |
| 2024-03-11 | Rollup merge of #116793 - WaffleLapkin:target_rules_the_backend, r=cjgillot | Jubilee | -3/+12 |
| 2024-03-09 | Rollup merge of #122187 - bjorn3:merge_header_version_checks, r=petrochenkov | Matthias Krüger | -0/+1 |
| 2024-03-09 | Lock stderr in panic handler | John Kåre Alsaker | -0/+3 |
| 2024-03-08 | Move metadata header and version checks together | bjorn3 | -0/+1 |
| 2024-03-08 | Rollup merge of #121194 - beetrees:rustc-raw-args, r=petrochenkov | Matthias Krüger | -10/+2 |
| 2024-03-07 | Rollup merge of #121089 - oli-obk:create_def_feed, r=petrochenkov | Guillaume Gomez | -1/+1 |
| 2024-03-07 | Refactor argument UTF-8 checking into `rustc_driver::args::raw_args()` | beetrees | -9/+1 |
| 2024-03-07 | Make `arg_expand_all` not short-circuit on first error | beetrees | -1/+1 |
| 2024-03-06 | Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, ... | Matthias Krüger | -0/+1 |
| 2024-03-06 | Rewrite the `untranslatable_diagnostic` lint. | Nicholas Nethercote | -0/+1 |
| 2024-03-05 | Rollup merge of #121658 - jieyouxu:ice-outdated-nightly, r=oli-obk | Matthias Krüger | -4/+31 |
| 2024-03-05 | Avoid using feed_unit_query from within queries | Oli Scherer | -1/+1 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -8/+6 |
| 2024-02-29 | Inline and remove `HumanEmitter::stderr`. | Nicholas Nethercote | -2/+3 |
| 2024-02-29 | Rename `DiagCtxt::with_emitter` as `DiagCtxt::new`. | Nicholas Nethercote | -1/+1 |
| 2024-02-27 | Don't suggest update nightly if using internal features | 许杰友 Jieyou Xu (Joe) | -14/+7 |
| 2024-02-27 | Hint user to update nightly on ICEs produced from outdated nightly | 许杰友 Jieyou Xu (Joe) | -4/+38 |
| 2024-02-22 | Inline and remove `abort_on_err`. | Nicholas Nethercote | -13/+4 |
| 2024-02-22 | Inline and remove `Session::compile_status`. | Nicholas Nethercote | -5/+12 |
| 2024-02-22 | Remove `EarlyDiagCtxt::abort_if_errors`. | Nicholas Nethercote | -3/+2 |
| 2024-02-15 | Refactor out a repeating pattern with `get_or_default_sysroot` | Maybe Waffle | -6/+2 |
| 2024-02-14 | Allow targets to override default codegen backend | Maybe Waffle | -3/+16 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -2/+0 |
| 2024-02-07 | Remove an `unchecked_claim_error_was_emitted` call. | Nicholas Nethercote | -7/+8 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -2/+0 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -30/+28 |
| 2024-01-25 | Remove unused features | clubby789 | -2/+0 |
| 2024-01-15 | Replace `TrimmedDefPaths` with a bool. | Nicholas Nethercote | -2/+2 |
| 2024-01-10 | Rename `{create,emit}_warning` as `{create,emit}_warn`. | Nicholas Nethercote | -1/+1 |
| 2024-01-09 | Rollup merge of #119527 - klensy:ordering, r=compiler-errors | Guillaume Gomez | -2/+1 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -1/+1 |
| 2024-01-06 | don't reexport atomic::ordering via rustc_data_structures, use std import | klensy | -2/+1 |
| 2024-01-05 | Rollup merge of #119601 - nnethercote:Emitter-cleanups, r=oli-obk | Michael Goulet | -1/+1 |
| 2024-01-05 | Rename `EmitterWriter` as `HumanEmitter`. | Nicholas Nethercote | -1/+1 |
| 2023-12-28 | Use Result::flatten in catch_with_exit_code | DaniPopes | -2/+2 |
| 2023-12-24 | Remove more `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -1/+1 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -5/+7 |
| 2023-12-23 | Rename `EarlyDiagCtxt` methods to match `DiagCtxt`. | Nicholas Nethercote | -12/+11 |
| 2023-12-18 | Rename many `DiagCtxt` and `EarlyDiagCtxt` locals. | Nicholas Nethercote | -32/+32 |
| 2023-12-18 | Rename many `EarlyDiagCtxt` arguments. | Nicholas Nethercote | -22/+22 |
| 2023-12-18 | Rename `EarlyErrorHandler` as `EarlyDiagCtxt`. | Nicholas Nethercote | -18/+14 |
| 2023-12-18 | Rename `Handler` as `DiagCtxt`. | Nicholas Nethercote | -4/+7 |
| 2023-12-12 | clippy::complexity fixes | Matthias Krüger | -3/+1 |