| Age | Commit message (Expand) | Author | Lines |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -8/+7 |
| 2023-03-29 | Support TLS access into dylibs on Windows | John Kåre Alsaker | -0/+1 |
| 2023-03-27 | Some tracing/instrument cleanups | Oli Scherer | -21/+2 |
| 2023-03-27 | Add a builtin `FnPtr` trait | lcnr | -8/+8 |
| 2023-03-26 | transmute test | Michael Goulet | -2/+2 |
| 2023-03-23 | Refine error spans for const args in hir typeck | Michael Goulet | -0/+15 |
| 2023-03-23 | Rollup merge of #109462 - compiler-errors:alias-relate, r=BoxyUwU,lcnr | Matthias Krüger | -7/+23 |
| 2023-03-23 | Remove AliasRelationDirection::Supertype | Michael Goulet | -12/+0 |
| 2023-03-23 | Printing alias-relate goals correctly | Michael Goulet | -0/+10 |
| 2023-03-23 | Rename AliasEq -> AliasRelate | Michael Goulet | -5/+5 |
| 2023-03-23 | Include relation direction in AliasEq predicate | Michael Goulet | -3/+21 |
| 2023-03-22 | `HirId` to `LocalDefId` cleanup | lcnr | -1/+1 |
| 2023-03-22 | Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors | bors | -0/+14 |
| 2023-03-21 | IdentitySubsts::identity_for_item takes Into<DefId> | Michael Goulet | -1/+1 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -4/+10 |
| 2023-03-21 | remove some trait solver helpers | lcnr | -0/+14 |
| 2023-03-20 | Update some names and comments | Michael Goulet | -1/+3 |
| 2023-03-15 | ImplTraitPlaceholder -> is_impl_trait_in_trait | Santiago Pastorino | -0/+4 |
| 2023-03-15 | Make impl_trait_in_trait_container consider newly generated RPITITs | Santiago Pastorino | -4/+10 |
| 2023-03-15 | Rename impl_trait_in_trait_parent to impl_trait_in_trait_parent_fn | Santiago Pastorino | -1/+1 |
| 2023-03-13 | Don't opt_rpitit_info as a separate query | Michael Goulet | -1/+14 |
| 2023-03-11 | Rollup merge of #108806 - cjgillot:query-lints, r=davidtwco | Matthias Krüger | -3/+6 |
| 2023-03-09 | Emit alias-eq when equating numeric var and projection | Michael Goulet | -1/+1 |
| 2023-03-06 | Querify early_lint_checks. | Camille GILLOT | -0/+5 |
| 2023-03-06 | Querify registered_tools. | Camille GILLOT | -3/+1 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -17/+13 |
| 2023-03-03 | Match unmatched backticks in comments in compiler/ | est31 | -1/+1 |
| 2023-03-03 | Match unmatched backticks in compiler/ that are part of rustdoc | est31 | -1/+1 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -17/+13 |
| 2023-03-01 | Add opt_rpitit_info query | Santiago Pastorino | -0/+6 |
| 2023-02-28 | Descriptive error when users try to combine RPITIT/AFIT with specialization | Michael Goulet | -0/+28 |
| 2023-02-27 | Auto merge of #108487 - cjgillot:no-typeck-mir, r=oli-obk | bors | -1/+1 |
| 2023-02-27 | Rollup merge of #108363 - cjgillot:unused-crate, r=WaffleLapkin | Matthias Krüger | -4/+0 |
| 2023-02-26 | Wrap more into into closure_typeinfo query. | Camille GILLOT | -1/+1 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -1/+1 |
| 2023-02-22 | Use ty_error_with_guaranteed in many more places | Michael Goulet | -2/+3 |
| 2023-02-22 | Remove some resolver outputs. | Camille GILLOT | -4/+0 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -14/+13 |
| 2023-02-20 | Run the resolver after TyCtxt construction | Oli Scherer | -2/+0 |
| 2023-02-19 | Auto merge of #108128 - clubby789:builtin-derived-attr, r=jackh726 | bors | -3/+18 |
| 2023-02-17 | Auto merge of #108075 - WaffleLapkin:de-arena-allocates-you-OwO, r=Nilstrieb | bors | -1/+1 |
| 2023-02-17 | Add `Clause::ConstArgHasType` variant | Boxy | -0/+8 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -1/+1 |
| 2023-02-16 | Properly check for builtin derives | clubby789 | -3/+18 |
| 2023-02-15 | Copy `ty::AssocItem` all other the place | Maybe Waffle | -1/+1 |
| 2023-02-15 | Auto merge of #108006 - cjgillot:def-impl, r=oli-obk | bors | -1/+1 |
| 2023-02-14 | Add `of_trait` to DefKind::Impl. | Camille GILLOT | -1/+1 |
| 2023-02-14 | add a `#[rustc_coinductive]` attribute | lcnr | -4/+6 |
| 2023-02-14 | Auto merge of #107765 - petrochenkov:nomoclone, r=oli-obk | bors | -0/+1 |
| 2023-02-13 | Make folding traits generic over the Interner | Alan Egerton | -2/+2 |