| Age | Commit message (Expand) | Author | Lines |
| 2021-11-25 | Auto merge of #90580 - cjgillot:no-ee-upvar, r=Aaron1011 | bors | -1/+0 |
| 2021-11-24 | Auto merge of #90579 - cjgillot:no-ee-ii, r=Aaron1011 | bors | -5/+1 |
| 2021-11-10 | no overlap errors after failing the orphan check | lcnr | -5/+8 |
| 2021-11-07 | Rename functions reflect that inline const is also "typeck_child" | Gary Guo | -1/+1 |
| 2021-11-07 | Implement type inference for inline consts | Gary Guo | -1/+1 |
| 2021-11-04 | Remove eval_always from upvars. | Camille GILLOT | -1/+0 |
| 2021-11-04 | Remove eval_always for inherent_impls. | Camille GILLOT | -5/+1 |
| 2021-10-29 | Add a few query descriptions | Wesley Wiser | -1/+8 |
| 2021-10-25 | Avoid a branch on key being local for queries that use the same local and ext... | bjorn3 | -4/+82 |
| 2021-10-21 | Do not depend on the stored value when trying to cache on disk. | Camille GILLOT | -4/+1 |
| 2021-10-18 | Auto merge of #89124 - cjgillot:owner-info, r=michaelwoerister | bors | -21/+2 |
| 2021-10-17 | Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnr | bors | -3/+3 |
| 2021-10-10 | Compute full HIR hash during lowering. | Camille GILLOT | -1/+0 |
| 2021-10-10 | Directly use AttributeMap inside OwnerInfo. | Camille GILLOT | -1/+1 |
| 2021-10-09 | Perform indexing during lowering. | Camille GILLOT | -8/+1 |
| 2021-10-09 | Make index_hir incremental. | Camille GILLOT | -2/+1 |
| 2021-10-08 | Auto merge of #89619 - michaelwoerister:incr-vtables, r=nagisa | bors | -0/+7 |
| 2021-10-07 | Remove eval_always for HIR queries. | Camille GILLOT | -10/+0 |
| 2021-10-07 | Turn tcx.vtable_allocation() into a query. | Michael Woerister | -0/+7 |
| 2021-10-06 | Introduce get_diagnostic_name | Cameron Steffen | -2/+2 |
| 2021-10-01 | polymorphize: polymorphize shims | David Wood | -3/+3 |
| 2021-09-23 | Fix typo | Hirochika Matsumoto | -1/+1 |
| 2021-09-19 | Auto merge of #88575 - eddyb:fn-abi-queries, r=nagisa | bors | -0/+21 |
| 2021-09-19 | Auto merge of #88703 - cjgillot:lazymod, r=petrochenkov | bors | -2/+2 |
| 2021-09-18 | Querify `fn_abi_of_{fn_ptr,instance}`. | Eduard-Mihai Burtescu | -0/+21 |
| 2021-09-15 | Auto merge of #88558 - fee1-dead:const-drop, r=oli-obk | bors | -8/+0 |
| 2021-09-12 | Auto merge of #88759 - Amanieu:panic_in_drop, r=nagisa,eddyb | bors | -0/+4 |
| 2021-09-12 | Gather module items after lowering. | Camille GILLOT | -2/+2 |
| 2021-09-12 | Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnr | Manish Goregaokar | -4/+4 |
| 2021-09-12 | Rollup merge of #88677 - petrochenkov:exportid, r=davidtwco | Manish Goregaokar | -2/+2 |
| 2021-09-11 | Ensure that crates are linked with compatible panic-in-drop settings | Amanieu d'Antras | -0/+4 |
| 2021-09-10 | rustc: Remove local variable IDs from `Export`s | Vadim Petrochenkov | -2/+2 |
| 2021-09-10 | Track span dependency using a callback. | Camille GILLOT | -0/+8 |
| 2021-09-09 | Remove the queries | Deadbeef | -12/+0 |
| 2021-09-09 | Const dropping | Deadbeef | -0/+12 |
| 2021-09-09 | Remove unused query | Deadbeef | -8/+0 |
| 2021-09-09 | rename mir -> thir around abstract consts | Ellen | -4/+4 |
| 2021-09-05 | Add query `own_existential_vtable_entries` | Gary Guo | -0/+6 |
| 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 |