summary refs log tree commit diff
path: root/compiler/rustc_middle/src/query/mod.rs
AgeCommit message (Expand)AuthorLines
2021-11-25Auto merge of #90580 - cjgillot:no-ee-upvar, r=Aaron1011bors-1/+0
2021-11-24Auto merge of #90579 - cjgillot:no-ee-ii, r=Aaron1011bors-5/+1
2021-11-10no overlap errors after failing the orphan checklcnr-5/+8
2021-11-07Rename functions reflect that inline const is also "typeck_child"Gary Guo-1/+1
2021-11-07Implement type inference for inline constsGary Guo-1/+1
2021-11-04Remove eval_always from upvars.Camille GILLOT-1/+0
2021-11-04Remove eval_always for inherent_impls.Camille GILLOT-5/+1
2021-10-29Add a few query descriptionsWesley Wiser-1/+8
2021-10-25Avoid a branch on key being local for queries that use the same local and ext...bjorn3-4/+82
2021-10-21Do not depend on the stored value when trying to cache on disk.Camille GILLOT-4/+1
2021-10-18Auto merge of #89124 - cjgillot:owner-info, r=michaelwoeristerbors-21/+2
2021-10-17Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnrbors-3/+3
2021-10-10Compute full HIR hash during lowering.Camille GILLOT-1/+0
2021-10-10Directly use AttributeMap inside OwnerInfo.Camille GILLOT-1/+1
2021-10-09Perform indexing during lowering.Camille GILLOT-8/+1
2021-10-09Make index_hir incremental.Camille GILLOT-2/+1
2021-10-08Auto merge of #89619 - michaelwoerister:incr-vtables, r=nagisabors-0/+7
2021-10-07Remove eval_always for HIR queries.Camille GILLOT-10/+0
2021-10-07Turn tcx.vtable_allocation() into a query.Michael Woerister-0/+7
2021-10-06Introduce get_diagnostic_nameCameron Steffen-2/+2
2021-10-01polymorphize: polymorphize shimsDavid Wood-3/+3
2021-09-23Fix typoHirochika Matsumoto-1/+1
2021-09-19Auto merge of #88575 - eddyb:fn-abi-queries, r=nagisabors-0/+21
2021-09-19Auto merge of #88703 - cjgillot:lazymod, r=petrochenkovbors-2/+2
2021-09-18Querify `fn_abi_of_{fn_ptr,instance}`.Eduard-Mihai Burtescu-0/+21
2021-09-15Auto merge of #88558 - fee1-dead:const-drop, r=oli-obkbors-8/+0
2021-09-12Auto merge of #88759 - Amanieu:panic_in_drop, r=nagisa,eddybbors-0/+4
2021-09-12Gather module items after lowering.Camille GILLOT-2/+2
2021-09-12Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnrManish Goregaokar-4/+4
2021-09-12Rollup merge of #88677 - petrochenkov:exportid, r=davidtwcoManish Goregaokar-2/+2
2021-09-11Ensure that crates are linked with compatible panic-in-drop settingsAmanieu d'Antras-0/+4
2021-09-10rustc: Remove local variable IDs from `Export`sVadim Petrochenkov-2/+2
2021-09-10Track span dependency using a callback.Camille GILLOT-0/+8
2021-09-09Remove the queriesDeadbeef-12/+0
2021-09-09Const droppingDeadbeef-0/+12
2021-09-09Remove unused queryDeadbeef-8/+0
2021-09-09rename mir -> thir around abstract constsEllen-4/+4
2021-09-05Add query `own_existential_vtable_entries`Gary Guo-0/+6
2021-09-01Auto merge of #88121 - camelid:better-recursive-alias-error, r=estebankbors-1/+12
2021-08-26Auto merge of #87280 - lcnr:lazy-anon-const-default-substs, r=nikomatsakisbors-3/+6
2021-08-26shrink `ty::PredicateKind` againlcnr-1/+1
2021-08-26use `ty::Unevaluated` instead of def substs pairlcnr-3/+2
2021-08-26make unevaluated const substs optionallcnr-0/+4
2021-08-24Morph `layout_raw` query into `layout_of`.Eduard-Mihai Burtescu-4/+6
2021-08-22Fix typos “an”→“a” and a few different ones that appeared in the sa...Frank Steffahn-1/+1
2021-08-22Fix more “a”/“an” typosFrank Steffahn-1/+1
2021-08-21Improve errors for recursive type aliasesNoah Lev-1/+12
2021-08-18Fold `vtable_trait_upcasting_coercion_new_vptr_slot` logic into obligation pr...Charles Lew-3/+3
2021-08-14Auto merge of #85020 - lrh2000:named-upvars, r=tmandrybors-0/+10
2021-08-10Replace #[plugin_registrar] with exporting __rustc_plugin_registrarbjorn3-3/+0