| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-09-09 | rename `codegen_fulfill_obligation` | lcnr | -5/+2 |
| 2022-09-09 | Deeply check that method signatures match, and allow for nested RPITITs | Michael Goulet | -0/+7 |
| 2022-09-07 | rustc: Parameterize `ty::Visibility` over used ID | Vadim Petrochenkov | -1/+1 |
| 2022-09-03 | Do not call object_lifetime_default on lifetime params. | Camille GILLOT | -5/+6 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-29 | Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errors | Dylan DPC | -2/+3 |
| 2022-08-26 | Implementation of import_name_type | Daniel Paoliello | -0/+3 |
| 2022-08-25 | Auto merge of #100748 - SparrowLii:query_depth, r=cjgillot | bors | -0/+1 |
| 2022-08-24 | add `depth_limit` in `QueryVTable` | SparrowLii | -0/+1 |
| 2022-08-23 | Use par_body_owners for liveness | Seo Sanghyeon | -2/+2 |
| 2022-08-22 | Auto merge of #100676 - lcnr:implied-bounds-yay, r=nikomatsakis | bors | -0/+8 |