| Age | Commit message (Expand) | Author | Lines |
| 2022-01-31 | Auto merge of #93373 - spastorino:def_id_to_hir_id_refactor, r=oli-obk | bors | -1/+9 |
| 2022-01-30 | Rollup merge of #92887 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | Eric Huss | -17/+4 |
| 2022-01-29 | Make local_def_id_to_hir_id query directly returh HirId | Santiago Pastorino | -1/+1 |
| 2022-01-28 | Make local_def_id_to_hir_id return MaybeOwner<()> | Santiago Pastorino | -1/+1 |
| 2022-01-28 | Separate hir_owner query into two queries to avoid using extensive data on in... | Santiago Pastorino | -1/+9 |
| 2022-01-28 | update cfg(bootstrap)s | Pietro Albini | -17/+4 |
| 2022-01-27 | Store def_id_to_hir_id as variant in hir_owner. | Camille GILLOT | -2/+2 |
| 2022-01-22 | Use an `indexmap` to avoid sorting `LocalDefId`s | pierwill | -1/+1 |
| 2022-01-15 | attempt to re-add `ty::Unevaluated` visitor and friends | Ellen | -3/+2 |
| 2022-01-15 | initial revert | Ellen | -6/+3 |
| 2022-01-13 | Rollup merge of #92142 - wesleywiser:fix_codecoverage_partitioning, r=tmandry | Matthias Krüger | -10/+0 |
| 2022-01-12 | Auto merge of #92169 - In-line:no-cache-selector-lrc, r=Mark-Simulacrum | bors | -2/+1 |
| 2022-01-09 | Auto merge of #92690 - matthiaskrgr:rollup-rw0oz05, r=matthiaskrgr | bors | -7/+0 |
| 2022-01-09 | Rollup merge of #92608 - petrochenkov:doctrscope3, r=CraftSpider | Matthias Krüger | -7/+0 |
| 2022-01-09 | rustc_middle: Rename `Export` to `ModChild` and add some comments | Vadim Petrochenkov | -4/+4 |
| 2022-01-09 | rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra... | Vadim Petrochenkov | -1/+1 |
| 2022-01-07 | Add query to avoid name comparison in `leaf_def` | Matthew Jasper | -0/+26 |
| 2022-01-07 | rustdoc: Introduce a resolver cache for sharing data between early doc link r... | Vadim Petrochenkov | -7/+0 |
| 2022-01-06 | rustc_middle: Add a method for getting a `SimplifiedType` definition/ID | Vadim Petrochenkov | -4/+2 |
| 2021-12-28 | rustc_metadata: Encode list of all crate's traits into metadata | Vadim Petrochenkov | -5/+5 |
| 2021-12-21 | Remove ArenaCacheSelector for visible_parent_map query. | Alik Aslanyan | -2/+1 |
| 2021-12-20 | [code coverage] Fix missing dead code in modules that are never called | Wesley Wiser | -10/+0 |
| 2021-12-20 | Auto merge of #91924 - Aaron1011:serialize-adt-def, r=michaelwoerister | bors | -0/+1 |
| 2021-12-17 | Add a temporary hack before env fix lands in bootstrap | Deadbeef | -4/+17 |
| 2021-12-16 | Only cache local adt_def results on disk | Aaron Hill | -1/+1 |
| 2021-12-15 | Cache adt_def query result on disk | Aaron Hill | -0/+1 |
| 2021-12-13 | get rid of normalize_generic_arg... queries | b-naber | -21/+0 |
| 2021-12-12 | Remap more env constness for queries | Deadbeef | -0/+11 |
| 2021-12-12 | Query modifier | Deadbeef | -0/+20 |
| 2021-12-01 | address review | b-naber | -0/+5 |
| 2021-12-01 | fix query description | b-naber | -2/+2 |
| 2021-12-01 | implement version of normalize_erasing_regions that doesn't assume value is n... | b-naber | -0/+14 |
| 2021-11-28 | Remove eval_always for lib_features. | Camille GILLOT | -2/+1 |
| 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 |