| Age | Commit message (Expand) | Author | Lines |
| 2023-04-12 | region error cleanup | lcnr | -5/+2 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -2/+3 |
| 2023-03-21 | RPITITs are DefKind::Opaque with new lowering strategy | Michael Goulet | -2/+10 |
| 2023-03-21 | IdentitySubsts::identity_for_item takes Into<DefId> | Michael Goulet | -3/+3 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -1/+1 |
| 2023-03-15 | Rename impl_trait_in_trait_parent to impl_trait_in_trait_parent_fn | Santiago Pastorino | -1/+1 |
| 2023-03-09 | Remove body_def_id from Inherited | Michael Goulet | -2/+2 |
| 2023-03-08 | Tweak E0740 | Michael Goulet | -20/+8 |
| 2023-03-08 | Don't report E0740 for type error | Michael Goulet | -1/+3 |
| 2023-03-05 | Rollup merge of #108764 - cjgillot:dpm-adapt, r=compiler-errors | Matthias Krüger | -0/+8 |
| 2023-03-05 | drop_tracking_mir: diagnose recursive generator. | Camille GILLOT | -0/+8 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -2/+1 |
| 2023-02-28 | Descriptive error when users try to combine RPITIT/AFIT with specialization | Michael Goulet | -4/+36 |
| 2023-02-23 | Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error... | bors | -1/+1 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -2/+3 |
| 2023-02-22 | diagnostics: if AssocFn has self argument, describe as method | Michael Howell | -1/+1 |
| 2023-02-17 | Auto merge of #108075 - WaffleLapkin:de-arena-allocates-you-OwO, r=Nilstrieb | bors | -5/+5 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -9/+9 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -8/+8 |
| 2023-02-15 | Copy `ty::AssocItem` all other the place | Maybe Waffle | -5/+5 |
| 2023-02-15 | Auto merge of #108006 - cjgillot:def-impl, r=oli-obk | bors | -69/+40 |
| 2023-02-14 | Even less HIR. | Camille GILLOT | -12/+6 |
| 2023-02-14 | Fetch less HIR in signature check. | Camille GILLOT | -62/+37 |
| 2023-02-14 | Add `of_trait` to DefKind::Impl. | Camille GILLOT | -13/+15 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -1/+1 |
| 2023-02-13 | Make visiting traits generic over the Interner | Alan Egerton | -2/+2 |
| 2023-02-13 | Alias folding/visiting traits instead of re-export | Alan Egerton | -2/+2 |
| 2023-02-09 | Auto merge of #106938 - GuillaumeGomez:normalize-projection-field-ty, r=oli-obk | bors | -1/+1 |
| 2023-01-31 | Rollup merge of #107467 - WaffleLapkin:uneq, r=oli-obk | Guillaume Gomez | -48/+55 |
| 2023-01-30 | review comments | Esteban Küber | -4/+2 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -1/+4 |
| 2023-01-30 | Replace enum `==`s with `match`es where it makes sense | Maybe Waffle | -48/+55 |
| 2023-01-28 | Remove `HirId -> LocalDefId` map from HIR. | Camille GILLOT | -1/+1 |
| 2023-01-27 | Compute generator saved locals on MIR. | Camille GILLOT | -3/+35 |
| 2023-01-23 | fix: use LocalDefId instead of HirId in trait res | Vincenzo Palazzo | -2/+1 |
| 2023-01-21 | Label closure captures/generator locals that make opaque types recursive | Michael Goulet | -6/+53 |
| 2023-01-20 | Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb | bors | -8/+6 |
| 2023-01-17 | Stop using `BREAK` & `CONTINUE` in compiler | Scott McMurray | -3/+3 |
| 2023-01-17 | `rustc_hir_analysis`: remove `ref` patterns | Maybe Waffle | -8/+6 |
| 2023-01-16 | Add missing normalization for union fields types | Guillaume Gomez | -1/+1 |
| 2023-01-14 | fix various subst_identity vs skip_binder | Kyle Matsuda | -1/+1 |
| 2023-01-14 | change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re... | Kyle Matsuda | -1/+1 |
| 2023-01-14 | change usages of impl_trait_ref to bound_impl_trait_ref | Kyle Matsuda | -2/+2 |
| 2023-01-10 | Rollup merge of #106204 - compiler-errors:no-take-opaques-in-compare, r=oli-obk | Yuki Okushi | -1/+1 |
| 2023-01-09 | Assert defining anchor is set in take_opaque_types | Michael Goulet | -1/+1 |
| 2023-01-03 | Move check_region_obligations_and_report_errors to TypeErrCtxt | Michael Goulet | -1/+1 |
| 2022-12-28 | Auto merge of #106129 - compiler-errors:compare_method-tweaks, r=BoxyUwU | bors | -5/+5 |
| 2022-12-28 | Rename module compare_method -> compare_impl_item | Michael Goulet | -2/+2 |
| 2022-12-27 | Emit fewer errors on invalid `#[repr(transparent)]` on `enum` | Esteban Küber | -4/+2 |
| 2022-12-24 | Bubble up ErrorGuaranteed from region constraints in method item compare | Michael Goulet | -1/+1 |