| Age | Commit message (Expand) | Author | Lines |
| 2023-08-16 | Auto merge of #114536 - cjgillot:eval-lint-levels, r=TaKO8Ki | bors | -1/+0 |
| 2023-08-15 | Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naber | Guillaume Gomez | -15/+15 |
| 2023-08-14 | Use `{Local}ModDefId` in many queries | Nilstrieb | -15/+15 |
| 2023-08-13 | Remove metadata_loader query | bjorn3 | -6/+0 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -1/+1 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -1/+1 |
| 2023-08-06 | Do not mark shallow_lint_levels_on as eval_always. | Camille GILLOT | -1/+0 |
| 2023-08-05 | parent_module_from_def_id does not need to be a query. | Camille GILLOT | -5/+0 |
| 2023-08-04 | Querify clashing_extern_declarations lint. | Camille GILLOT | -0/+5 |
| 2023-08-03 | Compute variances for lazy type aliases | León Orell Valerian Liehr | -1/+1 |
| 2023-08-01 | Convert adt_sized_constraint to early-binder, use list | Michael Goulet | -1/+1 |
| 2023-07-30 | inline format!() args up to and including rustc_middle | Matthias Krüger | -1/+1 |
| 2023-07-29 | Implement assumed_wf_types for RPITITs' implementations | Michael Goulet | -0/+7 |
| 2023-07-24 | Auto merge of #113956 - fmease:rustdoc-fix-x-crate-rpitits, r=GuillaumeGomez,... | bors | -2/+2 |
| 2023-07-22 | rustdoc: handle cross-crate RPITITs correctly | León Orell Valerian Liehr | -2/+2 |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -17/+0 |
| 2023-07-21 | Add doc-comments for `NaiveLayout` | Moulins | -2/+3 |
| 2023-07-21 | add crate-local `-Z reference_niches` unstable flag (does nothing for now) | Moulins | -0/+5 |
| 2023-07-21 | add `naive_layout_of` query | Moulins | -0/+11 |
| 2023-07-20 | Auto merge of #113546 - cjgillot:unused-query, r=compiler-errors | bors | -0/+4 |
| 2023-07-19 | Rollup merge of #113754 - cjgillot:simplify-foreign, r=petrochenkov | Dylan DPC | -1/+1 |
| 2023-07-17 | Do not fetch HIR in native_libs. | Camille GILLOT | -1/+1 |
| 2023-07-17 | Remove `instance_def_size_estimate` query. | Nicholas Nethercote | -6/+0 |
| 2023-07-16 | Querify unused trait check. | Camille GILLOT | -0/+4 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -11/+11 |
| 2023-07-06 | get rid of a bit more calls to poly_select | Michael Goulet | -1/+1 |
| 2023-07-05 | Name the destructure_mir_constant query appropriately | Oli Scherer | -1/+1 |
| 2023-07-05 | Specialize `try_destructure_mir_constant` for its sole user | Oli Scherer | -2/+4 |
| 2023-07-05 | Don't require associated types with `Self: Sized` bounds in `dyn Trait` objects | Oli Scherer | -0/+4 |
| 2023-07-03 | Remove chalk from the compiler | Michael Goulet | -11/+2 |
| 2023-07-03 | use `deeply_normalize` for `assumed_wf_types` | lcnr | -1/+1 |
| 2023-07-01 | Put `FnAbiError` behind reference to shrink result | Nilstrieb | -2/+2 |
| 2023-07-01 | Put `LayoutError` behind reference to shrink result | Nilstrieb | -2/+2 |
| 2023-06-26 | Migrate predicates_of and caller_bounds to Clause | Michael Goulet | -4/+4 |
| 2023-06-22 | migrate inferred_outlives_of to Clause | Michael Goulet | -1/+1 |
| 2023-06-22 | Migrate item_bounds to ty::Clause | Michael Goulet | -2/+2 |
| 2023-06-21 | Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr | Nilstrieb | -1/+1 |
| 2023-06-19 | Make closure_saved_names_of_captured_variables a query. | Camille GILLOT | -0/+13 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -1/+1 |
| 2023-06-16 | Add `AliasKind::Weak` for type aliases. | Oli Scherer | -0/+10 |
| 2023-06-07 | Auto merge of #109005 - Nilstrieb:dont-forgor-too-much-from-cfg, r=petrochenkov | bors | -1/+10 |
| 2023-06-01 | Remember names of `cfg`-ed out items to mention them in diagnostics | Nilstrieb | -1/+10 |
| 2023-06-01 | Rename `impl_defaultness` to `defaultness` | Deadbeef | -2/+3 |
| 2023-05-31 | Remove `lit_to_mir_constant` query | Oli Scherer | -4/+0 |
| 2023-05-31 | Remove `deref_mir_constant` | Oli Scherer | -8/+0 |
| 2023-05-24 | Rollup merge of #111870 - WaffleLapkin:just_🌟traits🌟_query, r=compiler-... | Matthias Krüger | -9/+11 |
| 2023-05-23 | Rename `traits_in_crate` query to `traits` | Maybe Waffle | -9/+11 |
| 2023-05-19 | Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillot | bors | -1/+8 |
| 2023-05-18 | Rollup merge of #111686 - cjgillot:no-foreign-item, r=compiler-errors | Dylan DPC | -6/+0 |
| 2023-05-17 | Retire is_foreign_item query. | Camille GILLOT | -6/+0 |