| Age | Commit message (Expand) | Author | Lines |
| 2022-11-25 | Rename normalize_opaque_types to reveal_opaque_types_in_bounds | Michael Goulet | -2/+2 |
| 2022-11-25 | Add empty ConstKind::Abstract | kadmin | -11/+2 |
| 2022-11-24 | Auto merge of #103808 - cjgillot:vec-cache, r=TaKO8Ki | bors | -0/+597 |
| 2022-11-20 | Factor out conservative_is_privately_uninhabited | Cameron Steffen | -11/+0 |
| 2022-11-20 | Fix doctest errors related to rustc_middle | reez12g | -0/+2 |
| 2022-11-11 | Resolve lifetimes independently for each item-like. | Camille GILLOT | -10/+1 |
| 2022-11-05 | Add internal descriptions to a few queries | Nilstrieb | -1/+17 |
| 2022-11-01 | Use Key impl to select cache. | Camille GILLOT | -1/+10 |
| 2022-11-01 | Move keys module. | Camille GILLOT | -0/+588 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -0/+11 |
| 2022-10-29 | Encode LangItem directly | Cameron Steffen | -1/+1 |
| 2022-10-29 | Auto merge of #102698 - michaelwoerister:unord-collections, r=lncr | bors | -1/+1 |
| 2022-10-27 | Introduce UnordMap, UnordSet, and UnordBag (see MCP 533) | Michael Woerister | -1/+1 |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -3/+3 |
| 2022-10-25 | rustc_middle: Rearrange resolver outputs structures slightly | Vadim Petrochenkov | -1/+1 |
| 2022-10-23 | Auto merge of #102660 - camsteffen:uninhabited-perf, r=oli-obk | bors | -8/+7 |
| 2022-10-22 | Introduce InhabitedPredicate | Cameron Steffen | -8/+7 |
| 2022-10-22 | Auto merge of #103196 - Nilstrieb:no-meta-query, r=cjgillot | bors | -10/+0 |
| 2022-10-21 | Introduce deduced parameter attributes, and use them for deducing `readonly` on | Patrick Walton | -0/+5 |
| 2022-10-19 | Don't call `own_existential_vtable_entries` on unresolved trait ref | Michael Goulet | -2/+2 |
| 2022-10-19 | Get rid of native_library projection queries | nils | -10/+0 |
| 2022-10-18 | Clean up query descriptions | nils | -89/+92 |
| 2022-10-17 | rm `try_normalize_mir_const_after_erasing_regions` | lcnr | -8/+0 |
| 2022-10-14 | Get rid of `rustc_query_description!` | Nilstrieb | -1/+4 |
| 2022-10-10 | Check representability in adt_sized_constraint | Cameron Steffen | -9/+1 |
| 2022-10-07 | Rewrite representability | Cameron Steffen | -0/+26 |
| 2022-10-06 | Rollup merge of #98496 - BoxyUwU:instancers_bad_equality, r=lcnr | Matthias Krüger | -0/+6 |
| 2022-10-01 | Compute by owner instead of HirId. | Camille GILLOT | -2/+3 |
| 2022-10-01 | Move lint level computation to rustc_middle::lint. | Camille GILLOT | -1/+1 |
| 2022-10-01 | Compute `lint_levels` by definition | Deadbeef | -3/+7 |
| 2022-09-30 | make query take `(LocalDefId, DefId)` | Boxy | -2/+2 |
| 2022-09-30 | make `compare_const_impl` a query and use it in `instance.rs` | Boxy | -0/+6 |
| 2022-09-27 | rustdoc: Queryify `is_notable_trait` | Noah Lev | -0/+5 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -8/+8 |
| 2022-09-24 | Auto merge of #102064 - cjgillot:revert, r=Mark-Simulacrum | bors | -7/+3 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -1/+1 |
| 2022-09-22 | Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk" | Camille GILLOT | -7/+3 |
| 2022-09-22 | introduce mir::Unevaluated | b-naber | -1/+1 |
| 2022-09-19 | `DestructuredConst` split mir and ty | lcnr | -1/+3 |
| 2022-09-16 | Rollup merge of #101787 - compiler-errors:cache-rpitit, r=petrochenkov | Dylan DPC | -1/+2 |
| 2022-09-14 | cache collect_trait_impl_trait_tys | Michael Goulet | -1/+2 |
| 2022-09-14 | Move some code and add comments. | Camille GILLOT | -1/+1 |
| 2022-09-14 | Compute `lint_levels` by definition | Deadbeef | -3/+7 |
| 2022-09-14 | Auto merge of #101307 - jyn514:simplify-storage, r=cjgillot | bors | -56/+49 |
| 2022-09-13 | Rollup merge of #101765 - GuillaumeGomez:tyctxt-visibility-doc, r=jyn514 | Matthias Krüger | -0/+10 |
| 2022-09-13 | Auto merge of #101615 - compiler-errors:rpitit-perf, r=oli-obk | bors | -1/+1 |
| 2022-09-13 | Add documentation for TyCtxt::visibility | Guillaume Gomez | -0/+10 |
| 2022-09-10 | split compare_predicate_entailment and collect_trait_impl_trait_tys out | Michael Goulet | -1/+1 |
| 2022-09-09 | Don't use a custom disk loader for diagnostic_only_typeck | Joshua Nelson | -7/+0 |
| 2022-09-09 | Make the `storage` query modifier less general | Joshua Nelson | -49/+49 |