| Age | Commit message (Expand) | Author | Lines |
| 2023-04-08 | rustc_middle: Remove `Option` from `module_reexports` query | Vadim Petrochenkov | -1/+1 |
| 2023-04-08 | resolve: Preserve reexport chains in `ModChild`ren | Vadim Petrochenkov | -1/+0 |
| 2023-04-08 | Remove `remap_env_constness` in queries | Deadbeef | -25/+0 |
| 2023-04-06 | Auto merge of #109333 - Zoxc:erase-query-cache-values, r=cjgillot | bors | -0/+338 |
| 2023-04-06 | Fully erase query values | John Kåre Alsaker | -15/+135 |
| 2023-04-06 | Address comments | John Kåre Alsaker | -1/+3 |
| 2023-04-06 | Avoid the assertion in `erase` | John Kåre Alsaker | -8/+7 |
| 2023-04-06 | Don't rely on `Debug` impl for `Erased` | John Kåre Alsaker | -10/+1 |
| 2023-04-06 | Erase query cache values | John Kåre Alsaker | -0/+226 |
| 2023-04-03 | Make check_match take a LocalDefId. | Camille GILLOT | -3/+3 |
| 2023-03-28 | Move `mir::Field` → `abi::FieldIdx` | Scott McMurray | -1/+2 |
| 2023-03-23 | rustc_interface: Add a new query `pre_configure` | Vadim Petrochenkov | -1/+1 |
| 2023-03-21 | LocalCrate key | Michael Goulet | -3/+7 |
| 2023-03-21 | AsLocalKey trait | Michael Goulet | -306/+44 |
| 2023-03-21 | Use LocalDefId in ItemCtxt | Michael Goulet | -4/+4 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -109/+202 |
| 2023-03-20 | Update some names and comments | Michael Goulet | -2/+2 |
| 2023-03-17 | Rollup merge of #109198 - compiler-errors:new-rpitit-default-body, r=spastorino | Matthias Krüger | -0/+1 |
| 2023-03-16 | Rollup merge of #109180 - gimbles:master, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-03-15 | Feed is_type_alias_impl_trait for RPITITs on the trait side | Santiago Pastorino | -0/+1 |
| 2023-03-15 | unequal → not equal | gimbles | -1/+1 |
| 2023-03-15 | Rollup merge of #109109 - compiler-errors:polymorphize-foreign, r=Nilstrieb | Dylan DPC | -2/+2 |
| 2023-03-14 | Use `unused_generic_params` from crate metadata | Michael Goulet | -2/+2 |
| 2023-03-13 | Don't opt_rpitit_info as a separate query | Michael Goulet | -8/+0 |
| 2023-03-12 | Auto merge of #108700 - spastorino:new-rpitit-impl-side-2, r=compiler-errors | bors | -0/+1 |
| 2023-03-11 | Rollup merge of #108806 - cjgillot:query-lints, r=davidtwco | Matthias Krüger | -0/+9 |
| 2023-03-08 | Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk | bors | -6/+6 |
| 2023-03-06 | Implement param_env for RPITITs assoc type | Santiago Pastorino | -0/+1 |
| 2023-03-06 | Querify early_lint_checks. | Camille GILLOT | -0/+4 |
| 2023-03-06 | Querify registered_tools. | Camille GILLOT | -0/+5 |
| 2023-03-03 | Match unmatched backticks in compiler/ that are part of rustdoc | est31 | -1/+1 |
| 2023-03-01 | Make associated_item_def_ids for traits use an unstable option to also return... | Santiago Pastorino | -0/+11 |
| 2023-03-01 | Add opt_rpitit_info query | Santiago Pastorino | -0/+8 |
| 2023-03-01 | Use UnordSet instead of FxHashSet for names_imported_by_glob_use query. | Michael Woerister | -1/+1 |
| 2023-03-01 | Use FxIndexSet instead of FxHashSet for asm_target_features query. | Michael Woerister | -1/+1 |
| 2023-03-01 | Use LocalDefIdSet/Map instead of FxHashSet/Map for live_symbols_and_ignored_d... | Michael Woerister | -2/+2 |
| 2023-03-01 | Use LocalDefIdSet instead of FxHashSet for reachable_set query. | Michael Woerister | -1/+1 |
| 2023-03-01 | Use DefIdMap instead of FxHashMap for impl_item_implementor_ids query. | Michael Woerister | -1/+1 |
| 2023-03-01 | Rollup merge of #108505 - Nilstrieb:further-unify-validity-intrinsics, r=mich... | Matthias Krüger | -4/+4 |
| 2023-02-27 | Auto merge of #108487 - cjgillot:no-typeck-mir, r=oli-obk | bors | -7/+3 |
| 2023-02-27 | Rollup merge of #108363 - cjgillot:unused-crate, r=WaffleLapkin | Matthias Krüger | -3/+0 |
| 2023-02-27 | Unify all validity check intrinsics | Nilstrieb | -4/+4 |
| 2023-02-26 | Wrap more into into closure_typeinfo query. | Camille GILLOT | -1/+1 |
| 2023-02-26 | Access upvars through a query. | Camille GILLOT | -7/+3 |
| 2023-02-23 | Unify validity checks into a single query | Nilstrieb | -7/+25 |
| 2023-02-22 | Remove some resolver outputs. | Camille GILLOT | -3/+0 |
| 2023-02-21 | Rollup merge of #108141 - spastorino:add_rpitit_queries, r=compiler-errors | Dylan DPC | -4/+23 |
| 2023-02-20 | Move the resolver into a query | Oli Scherer | -1/+13 |
| 2023-02-19 | Document associated_item methods | Santiago Pastorino | -1/+6 |
| 2023-02-19 | Add associated_item_for_impl_trait_in_trait query | Santiago Pastorino | -0/+8 |