| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-08-17 | implied_bounds: clarify our assumptions | lcnr | -0/+8 |
| 2022-08-16 | Do not report cycle error when inferring return type for suggestion | Michael Goulet | -0/+1 |
| 2022-08-09 | Rollup merge of #100221 - compiler-errors:impossible-trait-items, r=lcnr,notr... | Dylan DPC | -0/+8 |
| 2022-08-09 | Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011 | Dylan DPC | -0/+5 |
| 2022-08-07 | Don't document impossible to call default trait items on impls | Michael Goulet | -0/+8 |
| 2022-08-03 | Compute `object_lifetime_default` per parameter. | Camille GILLOT | -2/+3 |
| 2022-08-03 | Create a specific `ObjectLifetimeDefault` enum. | Camille GILLOT | -1/+1 |
| 2022-08-03 | Make object_lifetime_defaults a cross-crate query. | Camille GILLOT | -1/+1 |
| 2022-08-01 | Remove trait_of_item query. | Camille GILLOT | -8/+0 |
| 2022-07-30 | Use LocalDefId for closures more | Cameron Steffen | -2/+2 |
| 2022-07-26 | Implement `#[rustc_default_body_unstable]` | Maybe Waffle | -0/+5 |
| 2022-07-20 | passes: improved partial stabilization diagnostic | David Wood | -2/+6 |
| 2022-07-14 | Use constant eval to do strict validity checks | 5225225 | -0/+8 |
| 2022-07-12 | Move abstract const to rustc_middle::ty | kadmin | -2/+2 |
| 2022-07-06 | Create a forever red node and use it to force side effects. | Camille GILLOT | -6/+0 |
| 2022-07-06 | Make AST lowering a query. | Camille GILLOT | -1/+8 |