| Age | Commit message (Expand) | Author | Lines |
| 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/+9 |
| 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/+9 |
| 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 |
| 2023-11-17 | Move `lint_store` from `GlobalCtxt` to `Session`. | Nicholas Nethercote | -11/+12 |
| 2023-11-17 | Inline and remove `create_lint_store`. | Nicholas Nethercote | -13/+6 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -7/+21 |
| 2023-11-15 | Auto merge of #116555 - paulmenage:llvm-module-flag, r=wesleywiser | bors | -0/+1 |
| 2023-11-14 | Auto merge of #117773 - nnethercote:rm-Zperf-stats, r=wesleywiser | bors | -1/+0 |
| 2023-11-13 | Remove `-Zperf-stats`. | Nicholas Nethercote | -1/+0 |
| 2023-11-11 | Add -Z llvm_module_flag | Paul Menage | -0/+1 |
| 2023-11-10 | Remove `-Zkeep-hygiene-data`. | Nicholas Nethercote | -1/+0 |
| 2023-11-07 | Add -Zcross-crate-inline-threshold=yes | Ben Kimock | -6/+6 |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -22/+4 |
| 2023-11-03 | Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb | bors | -1/+2 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -1/+2 |
| 2023-11-02 | Remove support for alias `-Z symbol-mangling-version` | Zalathar | -1/+0 |
| 2023-11-01 | Inline and remove `create_session`. | Nicholas Nethercote | -97/+54 |
| 2023-10-30 | Streamline some `use` items. | Nicholas Nethercote | -17/+7 |
| 2023-10-30 | Remove an unnecessary `drop`. | Nicholas Nethercote | -3/+1 |
| 2023-10-30 | Streamline `collect_crate_types`. | Nicholas Nethercote | -15/+7 |
| 2023-10-30 | Remove `check_output`. | Nicholas Nethercote | -21/+3 |
| 2023-10-30 | Wrap some overlong comments. | Nicholas Nethercote | -10/+12 |
| 2023-10-30 | Remove out-of-date comment. | Nicholas Nethercote | -2/+0 |
| 2023-10-30 | Improve readability of `parse_check_cfg`. | Nicholas Nethercote | -26/+13 |
| 2023-10-30 | Make `Cfg` and `CheckCfg` non-generic. | Nicholas Nethercote | -17/+8 |
| 2023-10-30 | Change cfg parsers to produce symbols instead of strings. | Nicholas Nethercote | -23/+15 |
| 2023-10-30 | Reduce exposure of cfg parsers. | Nicholas Nethercote | -2/+2 |
| 2023-10-30 | Delay parsing of `--cfg` and `--check-cfg` options. | Nicholas Nethercote | -253/+244 |