about summary refs log tree commit diff
path: root/compiler/rustc_query_impl/src/keys.rs
AgeCommit message (Expand)AuthorLines
2022-02-15Overhaul `Const`.Nicholas Nethercote-2/+2
2021-12-14Remove `in_band_lifetimes` from `rustc_query_impl`LegionMammal978-1/+1
2021-10-07Turn tcx.vtable_allocation() into a query.Michael Woerister-0/+11
2021-09-18Querify `fn_abi_of_{fn_ptr,instance}`.Eduard-Mihai Burtescu-0/+22
2021-09-05Add query `own_existential_vtable_entries`Gary Guo-0/+10
2021-09-01Auto merge of #88121 - camelid:better-recursive-alias-error, r=estebankbors-0/+17
2021-08-27Note that trait aliases cannot be recursiveNoah Lev-0/+4
2021-08-27Note that type aliases cannot be recursiveNoah Lev-0/+13
2021-08-26shrink `ty::PredicateKind` againlcnr-1/+1
2021-08-26use `ty::Unevaluated` instead of def substs pairlcnr-8/+3
2021-08-18Fold `vtable_trait_upcasting_coercion_new_vptr_slot` logic into obligation pr...Charles Lew-0/+10
2021-08-03Implement pointer casting.Charles Lew-0/+10
2021-07-20Support HIR wf checking for function signaturesAaron Hill-2/+2
2021-07-16Add initial implementation of HIR-based WF checking for diagnosticsAaron Hill-0/+12
2021-05-30Only test if key is local.Camille GILLOT-73/+109
2021-05-12Use () in dependency_formats.Camille GILLOT-0/+10
2021-03-31Add a new normalization query just for mir constantsOli Scherer-0/+9
2021-03-12Implement valtreeOli Scherer-0/+9
2021-02-19Move the query system to rustc_query_impl.Camille GILLOT-0/+333