| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-12-14 | rename `-Ztrait-solver` to `-Znext-solver` | lcnr | -5/+7 |
| 2023-12-13 | Add unstable `-Zdefault-hidden-visibility` cmdline flag for `rustc`. | Lukasz Anforowicz | -0/+1 |
| 2023-12-10 | remove redundant imports | surechen | -1/+1 |
| 2023-12-08 | 1. fix jobserver GLOBAL_CLIENT_CHECKED uninitialized before use | oksbsb | -0/+6 |
| 2023-12-07 | Auto merge of #118635 - nnethercote:fewer-early-errors, r=davidtwco | bors | -30/+34 |
| 2023-12-06 | Rollup merge of #117981 - Urgau:check-cfg-remove-deprecated-syntax, r=b-naber | Matthias Krüger | -157/+83 |
| 2023-12-06 | Fewer early errors. | Nicholas Nethercote | -20/+28 |
| 2023-12-05 | Remove deprecated --check-cfg names() and values() syntax | Urgau | -157/+83 |
| 2023-12-05 | rustc_interface: Address all `rustc::potential_query_instability` lints | Martin Nordholts | -1/+7 |
| 2023-12-05 | Factor out some repeated code. | Nicholas Nethercote | -14/+10 |
| 2023-12-02 | Use `Session::diagnostic` in more places. | Nicholas Nethercote | -3/+1 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -3/+3 |
| 2023-11-30 | Add `-Zfunction-return={keep,thunk-extern}` option | Miguel Ojeda | -4/+6 |
| 2023-11-28 | resolve: Feed the `def_kind` query immediately on `DefId` creation | Vadim Petrochenkov | -0/+4 |
| 2023-11-27 | QueryContext: rename try_collect_active_jobs -> collect_active_jobs and chang... | klensy | -5/+2 |
| 2023-11-27 | Auto merge of #117584 - bjorn3:eager_output_filenames, r=b-naber | bors | -39/+31 |
| 2023-11-26 | Turn write_dep_info into a regular function | bjorn3 | -2/+8 |
| 2023-11-26 | Mostly revert "Accept crate name instead of attributes in build_output_filena... | bjorn3 | -5/+11 |
| 2023-11-26 | Ensure macro expansion runs before writing the dep info | bjorn3 | -0/+5 |
| 2023-11-26 | Feed the output filenames into the TyCtxt | bjorn3 | -7/+7 |
| 2023-11-26 | Serialize OutputFilenames into rmeta file | bjorn3 | -19/+9 |
| 2023-11-26 | Accept crate name instead of attributes in build_output_filenames | bjorn3 | -13/+9 |
| 2023-11-26 | Inline and remove pre_configure | bjorn3 | -15/+4 |
| 2023-11-26 | Auto merge of #118319 - GuillaumeGomez:rollup-vte50yq, r=GuillaumeGomez | bors | -1/+1 |
| 2023-11-26 | Auto merge of #117301 - saethlin:finish-rmeta-encoding, r=WaffleLapkin | bors | -1/+10 |
| 2023-11-26 | merge `DefKind::Coroutine` into `DefKind::Closure` | bohan | -1/+1 |
| 2023-11-26 | Use `rustc_fluent_macro::fluent_messages!` directly. | Nicholas Nethercote | -3/+1 |
| 2023-11-26 | Avoid need for `{D,Subd}iagnosticMessage` imports. | Nicholas Nethercote | -1/+0 |
| 2023-11-23 | Enforce NonZeroUsize on thread count | Mark Rousskov | -1/+1 |
| 2023-11-22 | Call FileEncoder::finish in rmeta encoding | Ben Kimock | -1/+10 |
| 2023-11-22 | Auto merge of #118086 - nnethercote:queries-cleanups, r=bjorn3 | bors | -45/+31 |
| 2023-11-22 | Auto merge of #117928 - nnethercote:rustc_ast_pretty, r=fee1-dead | bors | -1/+1 |
| 2023-11-22 | Merge `Queries::{ongoing_codegen,linker}`. | Nicholas Nethercote | -17/+13 |
| 2023-11-22 | Make `Compiler::{sess,codegen_backend}` public. | Nicholas Nethercote | -31/+18 |
| 2023-11-22 | Add comments about a timer. | Nicholas Nethercote | -0/+3 |
| 2023-11-22 | Remove outdated reference to compiler plugins. | Nicholas Nethercote | -1/+1 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -11/+11 |
| 2023-11-17 | Make `Compiler::sess` private. | Nicholas Nethercote | -2/+2 |
| 2023-11-17 | Remove a low-value local variable. | Nicholas Nethercote | -3/+2 |
| 2023-11-17 | Rename `Linker::prepare_outputs` as `output_filenames`. | Nicholas Nethercote | -5/+5 |
| 2023-11-17 | Move `CodegenBackend` out of `Linker`. | Nicholas Nethercote | -19/+11 |
| 2023-11-17 | Move `Session` out of `Linker`. | Nicholas Nethercote | -19/+13 |
| 2023-11-17 | Streamline `Queries::linker`. | Nicholas Nethercote | -19/+13 |
| 2023-11-17 | Remove `Compiler::register_lints`. | Nicholas Nethercote | -5/+0 |