about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/query
AgeCommit message (Expand)AuthorLines
2021-07-24Support -Z unpretty=thir-tree againSmitty-0/+6
2021-07-20Support HIR wf checking for function signaturesAaron Hill-1/+1
2021-07-18Move OnDiskCache to rustc_query_impl.Camille GILLOT-1/+1
2021-07-16Add initial implementation of HIR-based WF checking for diagnosticsAaron Hill-0/+14
2021-07-14Shrink the CrateStore dynamic interface.Camille GILLOT-0/+3
2021-07-13Auto merge of #86857 - fee1-dead:add-attr, r=oli-obkbors-0/+4
2021-07-11Auto merge of #85941 - cjgillot:qresolve, r=Aaron1011bors-11/+7
2021-07-10Auto merge of #81360 - Aaron1011:trait-caller-loc, r=nagisabors-0/+4
2021-07-10Test for misusing attributeDeadbeef-1/+1
2021-07-10Add impl_constness queryDeadbeef-0/+4
2021-07-10Add a query for `CapturedPlace::to_symbol`lrh2000-0/+10
2021-07-07Auto merge of #86901 - sexxi-goose:query_remove, r=nikomatsakisbors-19/+0
2021-07-06Make type_implements_trait not a queryAman Arora-19/+0
2021-07-06Make resolutions a query.Camille GILLOT-11/+7
2021-07-06Revert "Revert "Merge CrateDisambiguator into StableCrateId""bjorn3-4/+0
2021-07-05Auto merge of #86674 - Aaron1011:new-querify-limits, r=michaelwoeristerbors-0/+4
2021-07-04Combine individual limit queries into single `limits` queryAaron Hill-20/+2
2021-07-04Query-ify global limit attribute handlingAaron Hill-0/+22
2021-07-04allow inference vars in type_implements_traitNiko Matsakis-1/+14
2021-07-01Rename all_crate_nums query to crates and remove useless wrapperbjorn3-1/+1
2021-06-20Make allocator_kind a query.Camille GILLOT-0/+4
2021-06-17Rollup merge of #86353 - JohnTitor:remove-projection_ty_from_predicates, r=ol...Yuki Okushi-4/+0
2021-06-16Remove `projection_ty_from_predicates`Yuki Okushi-4/+0
2021-06-15Refactor to make interpreter and codegen backend neutral to vtable internal r...Charles Lew-3/+3
2021-06-07Revert "Merge CrateDisambiguator into StableCrateId"bjorn3-0/+4
2021-06-05Update compiler/rustc_middle/src/query/mod.rsCamille Gillot-1/+0
2021-06-04Always go through the expn_that_defined query.Camille GILLOT-0/+1
2021-06-04Support forwarding caller location through trait object method callAaron Hill-0/+4
2021-06-02Restrict access to crate_name.Camille GILLOT-4/+0
2021-06-02Auto merge of #85908 - cjgillot:private-dep-query, r=Aaron1011bors-0/+6
2021-06-01Make is_private_dep a query.Camille GILLOT-0/+6
2021-06-01Remove StableVec.Camille GILLOT-1/+1
2021-06-01Only compute the trait_map once.Camille GILLOT-1/+0
2021-06-01Revert "Reduce the amount of untracked state in TyCtxt"Camille Gillot-16/+16
2021-06-01Auto merge of #85153 - cjgillot:qresolve, r=Aaron1011bors-16/+16
2021-05-31Auto merge of #85266 - cjgillot:hir-dep-clean, r=michaelwoeristerbors-1/+1
2021-05-30Make is_private_dep a query.Camille GILLOT-0/+5
2021-05-30Make allocator_kind a query.Camille GILLOT-0/+3
2021-05-30Remove StableVec.Camille GILLOT-1/+1
2021-05-30Restrict access to crate_name.Camille GILLOT-4/+0
2021-05-30Make resolutions a query.Camille GILLOT-10/+7
2021-05-30Only compute the trait_map once.Camille GILLOT-1/+0
2021-05-30Merge CrateDisambiguator into StableCrateIdbjorn3-4/+0
2021-05-28Merge fields and comment.Camille GILLOT-1/+1
2021-05-27Update compiler/rustc_middle/src/query/mod.rsNiko Matsakis-0/+1
2021-05-26Don't hash `thir_body`LeSeulArtichaut-0/+1
2021-05-22Handle typeck errors properlyLeSeulArtichaut-1/+1
2021-05-22Make THIR building a stealable queryLeSeulArtichaut-0/+5
2021-05-17Auto merge of #85178 - cjgillot:local-crate, r=oli-obkbors-53/+38
2021-05-15Auto merge of #85328 - GuillaumeGomez:rollup-exe9nbj, r=GuillaumeGomezbors-3/+2