about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/query
AgeCommit message (Expand)AuthorLines
2023-08-16Auto merge of #114536 - cjgillot:eval-lint-levels, r=TaKO8Kibors-1/+0
2023-08-15Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naberGuillaume Gomez-16/+74
2023-08-14Use `{Local}ModDefId` in many queriesNilstrieb-16/+74
2023-08-13Remove metadata_loader querybjorn3-6/+0
2023-08-08Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli...Matthias Krüger-1/+1
2023-08-07Store the laziness of type aliases in the DefKindLeón Orell Valerian Liehr-1/+1
2023-08-06Do not mark shallow_lint_levels_on as eval_always.Camille GILLOT-1/+0
2023-08-05parent_module_from_def_id does not need to be a query.Camille GILLOT-5/+0
2023-08-04Querify clashing_extern_declarations lint.Camille GILLOT-0/+5
2023-08-03Compute variances for lazy type aliasesLeón Orell Valerian Liehr-1/+1
2023-08-01Convert adt_sized_constraint to early-binder, use listMichael Goulet-1/+1
2023-07-30inline format!() args up to and including rustc_middleMatthias Krüger-1/+1
2023-07-29Implement assumed_wf_types for RPITITs' implementationsMichael Goulet-0/+7
2023-07-24Auto merge of #113956 - fmease:rustdoc-fix-x-crate-rpitits, r=GuillaumeGomez,...bors-2/+2
2023-07-22rustdoc: handle cross-crate RPITITs correctlyLeón Orell Valerian Liehr-2/+2
2023-07-21Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk"David Tolnay-23/+0
2023-07-21Add doc-comments for `NaiveLayout`Moulins-2/+3
2023-07-21add crate-local `-Z reference_niches` unstable flag (does nothing for now)Moulins-0/+6
2023-07-21add `naive_layout_of` queryMoulins-0/+16
2023-07-20Auto merge of #113546 - cjgillot:unused-query, r=compiler-errorsbors-0/+4
2023-07-19Rollup merge of #113754 - cjgillot:simplify-foreign, r=petrochenkovDylan DPC-1/+1
2023-07-17Do not fetch HIR in native_libs.Camille GILLOT-1/+1
2023-07-17Auto merge of #113562 - saethlin:larger-incr-comp-offset, r=nnethercotebors-2/+4
2023-07-17Remove `instance_def_size_estimate` query.Nicholas Nethercote-6/+0
2023-07-16Querify unused trait check.Camille GILLOT-0/+4
2023-07-14Use u64 for incr comp allocation offsetsBen Kimock-2/+4
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-16/+16
2023-07-06get rid of a bit more calls to poly_selectMichael Goulet-3/+3
2023-07-05Name the destructure_mir_constant query appropriatelyOli Scherer-1/+1
2023-07-05Specialize `try_destructure_mir_constant` for its sole userOli Scherer-2/+13
2023-07-05Don't require associated types with `Self: Sized` bounds in `dyn Trait` objectsOli Scherer-0/+4
2023-07-03Remove chalk from the compilerMichael Goulet-12/+2
2023-07-03use `deeply_normalize` for `assumed_wf_types`lcnr-1/+1
2023-07-01Put `FnAbiError` behind reference to shrink resultNilstrieb-4/+4
2023-07-01Put `LayoutError` behind reference to shrink resultNilstrieb-6/+8
2023-06-26Migrate predicates_of and caller_bounds to ClauseMichael Goulet-12/+5
2023-06-22migrate inferred_outlives_of to ClauseMichael Goulet-8/+1
2023-06-22Migrate item_bounds to ty::ClauseMichael Goulet-2/+9
2023-06-21Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnrNilstrieb-3/+3
2023-06-19Make closure_saved_names_of_captured_variables a query.Camille GILLOT-0/+17
2023-06-19s/Clause/ClauseKindMichael Goulet-3/+3
2023-06-16Add `AliasKind::Weak` for type aliases.Oli Scherer-0/+10
2023-06-07Auto merge of #109005 - Nilstrieb:dont-forgor-too-much-from-cfg, r=petrochenkovbors-1/+10
2023-06-01Remember names of `cfg`-ed out items to mention them in diagnosticsNilstrieb-1/+10
2023-06-01Rename `impl_defaultness` to `defaultness`Deadbeef-2/+3
2023-05-31Remove `lit_to_mir_constant` queryOli Scherer-4/+0
2023-05-31Remove `deref_mir_constant`Oli Scherer-8/+0
2023-05-24Rollup merge of #111870 - WaffleLapkin:just_🌟traits🌟_query, r=compiler-...Matthias Krüger-9/+11
2023-05-23Rename `traits_in_crate` query to `traits`Maybe Waffle-9/+11
2023-05-21Replace `QueryStruct` with arrays local to `rustc_query_impl`John Kåre Alsaker-13/+3