| Age | Commit message (Expand) | Author | Lines |
| 2023-12-18 | Rename many `DiagCtxt` and `EarlyDiagCtxt` locals. | Nicholas Nethercote | -32/+32 |
| 2023-12-18 | Rename many `EarlyDiagCtxt` arguments. | Nicholas Nethercote | -24/+24 |
| 2023-12-18 | Rename `EarlyErrorHandler` as `EarlyDiagCtxt`. | Nicholas Nethercote | -20/+16 |
| 2023-12-18 | Rename `Handler` as `DiagCtxt`. | Nicholas Nethercote | -4/+7 |
| 2023-12-12 | clippy::complexity fixes | Matthias Krüger | -3/+1 |
| 2023-12-11 | Extract exhaustiveness into its own crate | Nadrieril | -0/+2 |
| 2023-12-05 | rustc_driver_impl: Address all `rustc::potential_query_instability` lints | Martin Nordholts | -1/+0 |
| 2023-12-01 | Auto merge of #118472 - nnethercote:rustc_session, r=bjorn3 | bors | -1/+1 |
| 2023-11-30 | Move `MetadataLoader{,Dyn}` to `rustc_metadata`. | Nicholas Nethercote | -1/+1 |
| 2023-11-26 | Turn write_dep_info into a regular function | bjorn3 | -6/+2 |
| 2023-11-26 | Mostly revert "Accept crate name instead of attributes in build_output_filena... | bjorn3 | -1/+1 |
| 2023-11-26 | Feed the output filenames into the TyCtxt | bjorn3 | -4/+4 |
| 2023-11-26 | Serialize OutputFilenames into rmeta file | bjorn3 | -3/+2 |
| 2023-11-26 | Accept crate name instead of attributes in build_output_filenames | bjorn3 | -1/+1 |
| 2023-11-26 | Remove unnecessary dependencies. | Nicholas Nethercote | -1/+0 |
| 2023-11-26 | Use `rustc_fluent_macro::fluent_messages!` directly. | Nicholas Nethercote | -2/+1 |
| 2023-11-26 | Avoid need for `{D,Subd}iagnosticMessage` imports. | Nicholas Nethercote | -1/+1 |
| 2023-11-26 | Remove `rustc_error_messages/messages.ftl`. | Nicholas Nethercote | -1/+0 |
| 2023-11-22 | Merge `Queries::{ongoing_codegen,linker}`. | Nicholas Nethercote | -2/+1 |
| 2023-11-22 | Make `Compiler::{sess,codegen_backend}` public. | Nicholas Nethercote | -3/+3 |
| 2023-11-22 | Add two useful comments. | Nicholas Nethercote | -0/+4 |
| 2023-11-18 | Auto merge of #118002 - nnethercote:unify-input-no-input, r=bjorn3 | bors | -109/+80 |
| 2023-11-17 | Rollup merge of #117745 - ouz-a:emit_smir, r=celinval | Matthias Krüger | -0/+7 |
| 2023-11-18 | Simplify `run_compiler` control flow. | Nicholas Nethercote | -72/+54 |
| 2023-11-18 | Factor out two `print_crate_info` calls. | Nicholas Nethercote | -2/+3 |
| 2023-11-18 | Move `describe_lints` calls. | Nicholas Nethercote | -9/+9 |
| 2023-11-18 | Merge `interface::run_compiler` calls. | Nicholas Nethercote | -30/+18 |
| 2023-11-18 | Rename `early_error_handler` as `default_handler`. | Nicholas Nethercote | -9/+9 |
| 2023-11-17 | change smir to StableMir | Oğuz Ağcayazı | -1/+1 |
| 2023-11-17 | better formatting for statements | Oğuz Ağcayazı | -1/+1 |
| 2023-11-17 | emit basic smir | Oğuz Ağcayazı | -0/+7 |
| 2023-11-17 | Move `CodegenBackend` out of `Linker`. | Nicholas Nethercote | -6/+5 |
| 2023-11-17 | Move `Session` out of `Linker`. | Nicholas Nethercote | -1/+1 |
| 2023-11-17 | Move `lint_store` from `GlobalCtxt` to `Session`. | Nicholas Nethercote | -16/+6 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -3/+3 |
| 2023-11-15 | Auto merge of #117814 - RalfJung:rustc-logger-without-set-var, r=TaKO8Ki | bors | -5/+5 |
| 2023-11-13 | Remove `-Zperf-stats`. | Nicholas Nethercote | -4/+0 |
| 2023-11-11 | rustc_log: provide a way to init logging based on the values, not names, of t... | Ralf Jung | -5/+5 |
| 2023-11-05 | Use the actual computed crate name for -Zprint-vtable-sizes | bjorn3 | -2/+2 |
| 2023-11-05 | Don't steal the parse query when using --pretty | bjorn3 | -3/+7 |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -25/+21 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -1/+2 |
| 2023-10-30 | Rollup merge of #117376 - nnethercote:rustc_interface-more, r=oli-obk | Guillaume Gomez | -4/+2 |
| 2023-10-30 | Delay parsing of `--cfg` and `--check-cfg` options. | Nicholas Nethercote | -4/+2 |
| 2023-10-30 | Clean up `rustc_*/Cargo.toml`. | Nicholas Nethercote | -2/+4 |
| 2023-10-28 | Rollup merge of #117268 - nnethercote:rustc_interface, r=oli-obk | Jubilee | -1/+1 |
| 2023-10-28 | Clean up config mess. | Nicholas Nethercote | -1/+1 |
| 2023-10-27 | Rollup merge of #116834 - nnethercote:rustc_symbol_mangling, r=davidtwco | Matthias Krüger | -1/+0 |
| 2023-10-26 | Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiser | bors | -9/+56 |
| 2023-10-25 | Stop telling people to submit bugs for internal feature ICEs | Nilstrieb | -9/+56 |