| Age | Commit message (Expand) | Author | Lines |
| 2021-10-13 | Turn tcx.vtable_allocation() into a query. | Michael Woerister | -0/+7 |
| 2021-09-01 | Auto merge of #88121 - camelid:better-recursive-alias-error, r=estebank | bors | -1/+12 |
| 2021-08-26 | Auto merge of #87280 - lcnr:lazy-anon-const-default-substs, r=nikomatsakis | bors | -3/+6 |
| 2021-08-26 | shrink `ty::PredicateKind` again | lcnr | -1/+1 |
| 2021-08-26 | use `ty::Unevaluated` instead of def substs pair | lcnr | -3/+2 |
| 2021-08-26 | make unevaluated const substs optional | lcnr | -0/+4 |
| 2021-08-24 | Morph `layout_raw` query into `layout_of`. | Eduard-Mihai Burtescu | -4/+6 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -1/+1 |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -1/+1 |
| 2021-08-21 | Improve errors for recursive type aliases | Noah Lev | -1/+12 |
| 2021-08-18 | Fold `vtable_trait_upcasting_coercion_new_vptr_slot` logic into obligation pr... | Charles Lew | -3/+3 |
| 2021-08-14 | Auto merge of #85020 - lrh2000:named-upvars, r=tmandry | bors | -0/+10 |
| 2021-08-10 | Replace #[plugin_registrar] with exporting __rustc_plugin_registrar | bjorn3 | -3/+0 |
| 2021-08-03 | Implement pointer casting. | Charles Lew | -0/+5 |
| 2021-07-24 | Support -Z unpretty=thir-tree again | Smitty | -0/+6 |
| 2021-07-20 | Support HIR wf checking for function signatures | Aaron Hill | -1/+1 |
| 2021-07-18 | Move OnDiskCache to rustc_query_impl. | Camille GILLOT | -1/+1 |
| 2021-07-16 | Add initial implementation of HIR-based WF checking for diagnostics | Aaron Hill | -0/+14 |
| 2021-07-14 | Shrink the CrateStore dynamic interface. | Camille GILLOT | -0/+3 |
| 2021-07-13 | Auto merge of #86857 - fee1-dead:add-attr, r=oli-obk | bors | -0/+4 |
| 2021-07-11 | Auto merge of #85941 - cjgillot:qresolve, r=Aaron1011 | bors | -11/+7 |
| 2021-07-10 | Auto merge of #81360 - Aaron1011:trait-caller-loc, r=nagisa | bors | -0/+4 |
| 2021-07-10 | Test for misusing attribute | Deadbeef | -1/+1 |
| 2021-07-10 | Add impl_constness query | Deadbeef | -0/+4 |
| 2021-07-10 | Add a query for `CapturedPlace::to_symbol` | lrh2000 | -0/+10 |
| 2021-07-07 | Auto merge of #86901 - sexxi-goose:query_remove, r=nikomatsakis | bors | -19/+0 |
| 2021-07-06 | Make type_implements_trait not a query | Aman Arora | -19/+0 |
| 2021-07-06 | Make resolutions a query. | Camille GILLOT | -11/+7 |
| 2021-07-06 | Revert "Revert "Merge CrateDisambiguator into StableCrateId"" | bjorn3 | -4/+0 |
| 2021-07-05 | Auto merge of #86674 - Aaron1011:new-querify-limits, r=michaelwoerister | bors | -0/+4 |
| 2021-07-04 | Combine individual limit queries into single `limits` query | Aaron Hill | -20/+2 |
| 2021-07-04 | Query-ify global limit attribute handling | Aaron Hill | -0/+22 |
| 2021-07-04 | allow inference vars in type_implements_trait | Niko Matsakis | -1/+14 |
| 2021-07-01 | Rename all_crate_nums query to crates and remove useless wrapper | bjorn3 | -1/+1 |
| 2021-06-20 | Make allocator_kind a query. | Camille GILLOT | -0/+4 |
| 2021-06-17 | Rollup merge of #86353 - JohnTitor:remove-projection_ty_from_predicates, r=ol... | Yuki Okushi | -4/+0 |
| 2021-06-16 | Remove `projection_ty_from_predicates` | Yuki Okushi | -4/+0 |
| 2021-06-15 | Refactor to make interpreter and codegen backend neutral to vtable internal r... | Charles Lew | -3/+3 |
| 2021-06-07 | Revert "Merge CrateDisambiguator into StableCrateId" | bjorn3 | -0/+4 |
| 2021-06-05 | Update compiler/rustc_middle/src/query/mod.rs | Camille Gillot | -1/+0 |
| 2021-06-04 | Always go through the expn_that_defined query. | Camille GILLOT | -0/+1 |
| 2021-06-04 | Support forwarding caller location through trait object method call | Aaron Hill | -0/+4 |
| 2021-06-02 | Restrict access to crate_name. | Camille GILLOT | -4/+0 |
| 2021-06-02 | Auto merge of #85908 - cjgillot:private-dep-query, r=Aaron1011 | bors | -0/+6 |
| 2021-06-01 | Make is_private_dep a query. | Camille GILLOT | -0/+6 |
| 2021-06-01 | Remove StableVec. | Camille GILLOT | -1/+1 |
| 2021-06-01 | Only compute the trait_map once. | Camille GILLOT | -1/+0 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -16/+16 |
| 2021-06-01 | Auto merge of #85153 - cjgillot:qresolve, r=Aaron1011 | bors | -16/+16 |
| 2021-05-31 | Auto merge of #85266 - cjgillot:hir-dep-clean, r=michaelwoerister | bors | -1/+1 |