| Age | Commit message (Expand) | Author | Lines |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -1/+1 |
| 2023-10-17 | Automatically enable cross-crate inlining for small functions | Ben Kimock | -0/+1 |
| 2023-10-17 | Rollup merge of #111072 - Urgau:check-cfg-new-syntax, r=petrochenkov | Matthias Krüger | -7/+133 |
| 2023-10-14 | Add `Config::hash_untracked_state` callback | Alex Macleod | -2/+13 |
| 2023-10-13 | MCP636: Add simpler and more explicit syntax to check-cfg | Urgau | -7/+133 |
| 2023-10-13 | Auto merge of #115964 - bjorn3:cgu_reuse_tracker_global_state, r=cjgillot | bors | -2/+1 |
| 2023-10-09 | Remove cgu_reuse_tracker from Session | bjorn3 | -2/+1 |
| 2023-10-04 | introduce `Polonius` enum for `-Zpolonius` | Rémy Rakic | -1/+2 |
| 2023-09-24 | Don't use a thread to load the dep graph | John Kåre Alsaker | -44/+3 |
| 2023-09-23 | Enable drop_tracking_mir by default. | Camille GILLOT | -10/+6 |
| 2023-09-22 | Merge `ExternProviders` into the general `Providers` struct | Oli Scherer | -17/+5 |
| 2023-09-22 | Have a single struct for queries and hook | Oli Scherer | -12/+12 |
| 2023-09-22 | Add a way to decouple the implementation and the declaration of a TyCtxt method. | Oli Scherer | -5/+8 |
| 2023-09-21 | Move `DepKind` to `rustc_query_system` and define it as `u16` | John Kåre Alsaker | -1/+42 |
| 2023-09-17 | Auto merge of #114750 - Enselic:metadata-dep-info, r=compiler-errors | bors | -7/+13 |
| 2023-09-13 | Auto merge of #115735 - bjorn3:better_list_crate_metadata, r=wesleywiser | bors | -1/+1 |
| 2023-09-11 | Rollup merge of #115730 - bjorn3:some_driver_refactors, r=compiler-errors | Matthias Krüger | -0/+2 |
| 2023-09-10 | Fix test | bjorn3 | -1/+1 |
| 2023-09-10 | Deprecate the pre_configure query | bjorn3 | -0/+2 |
| 2023-09-09 | Use `FreezeLock` for `CStore` | John Kåre Alsaker | -5/+3 |
| 2023-09-08 | Auto merge of #113492 - nebulark:pr_96475, r=petrochenkov | bors | -0/+10 |
| 2023-09-08 | Add missing Debuginfo to PDB debug file on windows. | Florian Schmiderer | -0/+10 |
| 2023-09-03 | Make `.rmeta` file in `dep-info` have correct name (`lib` prefix) | Martin Nordholts | -7/+13 |
| 2023-09-02 | Rename `Freeze` to `FreezeLock` | John Kåre Alsaker | -2/+4 |
| 2023-09-02 | Add `Freeze` type and use it to store `Definitions` | John Kåre Alsaker | -2/+2 |
| 2023-09-01 | Use `OnceLock` for `SingleCache` | John Kåre Alsaker | -5/+5 |
| 2023-08-30 | Auto merge of #111713 - Zoxc:lock-switch, r=nnethercote | bors | -8/+28 |
| 2023-08-30 | Auto merge of #114908 - cjgillot:no-let-under, r=compiler-errors | bors | -3/+2 |
| 2023-08-30 | Use conditional synchronization for Lock | John Kåre Alsaker | -8/+28 |
| 2023-08-28 | Auto merge of #115267 - nikic:revert-elf-relaxation, r=compiler-errors | bors | -1/+1 |
| 2023-08-27 | Rollup merge of #114974 - nbdd0121:vtable, r=b-naber | Guillaume Gomez | -0/+1 |
| 2023-08-27 | add rustc_abi debugging attribute | Ralf Jung | -1/+2 |
| 2023-08-27 | Revert "Auto merge of #106511 - MaskRay:gotpcrelx, r=nikic" | Nikita Popov | -1/+1 |
| 2023-08-23 | Default relax_elf_relocations to true | Fangrui Song | -1/+1 |
| 2023-08-19 | Do not compute unneeded results. | Camille GILLOT | -3/+2 |
| 2023-08-18 | Add an (perma-)unstable option to disable vtable vptr | Gary Guo | -0/+1 |
| 2023-08-14 | Fix review comment | bjorn3 | -1/+1 |
| 2023-08-13 | Remove metadata_loader query | bjorn3 | -4/+4 |
| 2023-08-13 | Pass WorkProductMap to build_dep_graph instead of FxIndexMap | bjorn3 | -9/+1 |
| 2023-08-13 | Inline queries for crate_name, crate_types and stable_crate_id | bjorn3 | -45/+19 |
| 2023-08-11 | rustc: Move `features` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -12/+30 |
| 2023-08-09 | rustc: Move `stable_crate_id` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -3/+5 |
| 2023-08-09 | rustc: Move `crate_types` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -6/+9 |
| 2023-08-07 | rustc_interface: Dismantle `register_plugins` query | Vadim Petrochenkov | -110/+100 |
| 2023-08-04 | Make MissingDoc a module lint. | Camille GILLOT | -3/+1 |
| 2023-08-04 | Querify clashing_extern_declarations lint. | Camille GILLOT | -0/+3 |
| 2023-07-26 | replace atty crate with std's isTerminal | klensy | -1/+2 |
| 2023-07-26 | Auto merge of #113893 - mdibaiee:type-name-spill-flag, r=compiler-errors | bors | -0/+1 |
| 2023-07-25 | write-long-types-to-disk: update tests | Mahdi Dibaiee | -1/+1 |
| 2023-07-24 | new unstable option: -Zwrite-long-types-to-disk | Mahdi Dibaiee | -0/+1 |