summary refs log tree commit diff
path: root/compiler/rustc_middle/src/query/mod.rs
AgeCommit message (Expand)AuthorLines
2024-03-13Create some minimal HIR for associated opaque typesVadim Petrochenkov-4/+4
2024-03-12Ensure nested allocations in statics do not get deduplicatedOli Scherer-0/+2
2024-03-09Auto merge of #122010 - oli-obk:intrinsics3.0, r=pnkfelixbors-1/+1
2024-03-08Auto merge of #121500 - oli-obk:track_errors12, r=petrochenkovbors-4/+1
2024-03-07Rollup merge of #121089 - oli-obk:create_def_feed, r=petrochenkovGuillaume Gomez-3/+1
2024-03-07Merge collect_mod_item_types query into check_well_formedOli Scherer-4/+1
2024-03-07Apply `EarlyBinder` only to `TraitRef` in `ImplTraitHeader`Yoshitomo Nakanishi-1/+1
2024-03-07Merge `check_mod_impl_wf` and `check_mod_type_wf`Oli Scherer-5/+0
2024-03-06Rollup merge of #122027 - compiler-errors:rpitit-cycle, r=spastorinoMatthias Krüger-2/+2
2024-03-05Merge `impl_trait_in_assoc_types_defined_by` query back into `opaque_types_de...Oli Scherer-9/+0
2024-03-05Uplift some feeding out of associated_type_for_impl_trait_in_impl and into qu...Michael Goulet-2/+2
2024-03-05Avoid using feed_unit_query from within queriesOli Scherer-2/+1
2024-03-05Remove a use of feed_local_crate and make it fail if used within queriesOli Scherer-1/+0
2024-03-05Avoid invoking the `intrinsic` query for DefKinds other than `Fn` or `AssocFn`Oli Scherer-1/+1
2024-03-04Return a struct from `query intrinsic` to be able to add another field in the...Oli Scherer-1/+1
2024-02-20Rollup merge of #121344 - fmease:lta-constr-by-input, r=oli-obkMatthias Krüger-10/+22
2024-02-20Rename some normalization-related itemsLeón Orell Valerian Liehr-10/+22
2024-02-18resolve: Scale back unloading of speculatively loaded cratesVadim Petrochenkov-0/+7
2024-02-16Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkinbors-2/+2
2024-02-15Return ConstAllocation from eval_static_initializer query directlyOli Scherer-1/+1
2024-02-15Store static initializers in metadata instead of the MIR of statics.Oli Scherer-0/+1
2024-02-15Add new query just for static initializersOli Scherer-2/+12
2024-02-13Auto merge of #120919 - oli-obk:impl_polarity, r=compiler-errorsbors-6/+2
2024-02-12Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obkMatthias Krüger-2/+2
2024-02-12Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgrbors-3/+3
2024-02-12Remove impl_polarity queryOli Scherer-4/+0
2024-02-12Use a struct instead of a tupleOli Scherer-1/+1
2024-02-12Make impl_trait_ref into a query also returning more information about the implOli Scherer-2/+2
2024-02-12Make `is_intrinsic` query return the intrinsic nameOli Scherer-2/+2
2024-02-12Tweak delayed bug mentions.Nicholas Nethercote-3/+3
2024-02-12Dejargnonize substShoyu Vanilla-2/+2
2024-02-12Lowering field access for anonymous adtsFrank King-0/+4
2024-02-06Bless tests, add commentsMichael Goulet-1/+1
2024-02-06Teach typeck/borrowck/solvers how to deal with async closuresMichael Goulet-0/+5
2024-01-31Auto merge of #120346 - petrochenkov:ownodes, r=oli-obkbors-2/+2
2024-01-30hir: Simplify `hir_owner_nodes` queryVadim Petrochenkov-2/+2
2024-01-27Remove unnecessary unit returns in query declarationsDaniPopes-14/+14
2024-01-26Auto merge of #116167 - RalfJung:structural-eq, r=lcnrbors-2/+2
2024-01-25Rollup merge of #119895 - oli-obk:track_errors_3, r=matthewjasperMatthias Krüger-2/+6
2024-01-24remove StructuralEq traitRalf Jung-2/+2
2024-01-23Remove track_errors entirelyOli Scherer-2/+6
2024-01-22Add a simpler and more targetted code path for impl trait in assoc itemsOli Scherer-0/+9
2024-01-19Auto merge of #120112 - matthiaskrgr:rollup-48o3919, r=matthiaskrgrbors-7/+9
2024-01-19Auto merge of #120006 - cjgillot:no-hir-owner, r=wesleywiserbors-8/+0
2024-01-18Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasperMatthias Krüger-7/+9
2024-01-17Correctly handle normalization in implied boundsAli MJ Al-Nasrawy-1/+10
2024-01-17Make crate_inherent_impls fallible and stop using `track_errors` for itOli Scherer-5/+5
2024-01-17Make crate_inherent_impls_overlap_check bubble up its errorsOli Scherer-1/+2
2024-01-17Move `check_mod_impl_wf` query call out of track_errors and bubble errors up ...Oli Scherer-1/+2
2024-01-16Get rid of the hir_owner query.Camille GILLOT-8/+0