| Age | Commit message (Expand) | Author | Lines |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -2/+1 |
| 2023-03-23 | Auto merge of #109202 - compiler-errors:new-solver-fast-reject-faster-2, r=lcnr | bors | -13/+3 |
| 2023-03-23 | Don't split up TreatProjections and TreatParams anymore | Michael Goulet | -13/+3 |
| 2023-03-23 | Rollup merge of #107718 - Zoxc:z-time, r=nnethercote | Matthias Krüger | -2/+2 |
| 2023-03-22 | Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors | bors | -15/+18 |
| 2023-03-21 | Reduce output spam | John Kåre Alsaker | -2/+2 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -9/+4 |
| 2023-03-21 | remove some trait solver helpers | lcnr | -15/+18 |
| 2023-03-15 | always make `define_opaque_types` explicit | lcnr | -4/+7 |
| 2023-03-13 | Better names? | Michael Goulet | -5/+8 |
| 2023-03-13 | Treat projections with infer as placeholder during fast reject in new solver | Michael Goulet | -3/+10 |
| 2023-03-09 | Remove body_def_id from Inherited | Michael Goulet | -2/+2 |
| 2023-03-08 | Dedup copy field errors for identical types | Michael Goulet | -0/+8 |
| 2023-03-08 | may not => cannot | Michael Goulet | -1/+1 |
| 2023-03-06 | emit the suspicious_auto_trait_impls for negative impls as well | Mu42 | -4/+0 |
| 2023-03-03 | Match unmatched backticks in comments in compiler/ | est31 | -1/+1 |
| 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 | -3/+4 |
| 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 | -7/+7 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -6/+6 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -6/+6 |
| 2023-02-15 | Copy `ty::AssocItem` all other the place | Maybe Waffle | -7/+7 |
| 2023-02-14 | Move query out of path. | Camille GILLOT | -2/+7 |
| 2023-02-14 | Even less HIR. | Camille GILLOT | -19/+20 |
| 2023-02-14 | Do not fetch HIR for inherent impls. | Camille GILLOT | -56/+36 |
| 2023-02-14 | Add `of_trait` to DefKind::Impl. | Camille GILLOT | -1/+1 |
| 2023-02-13 | Rollup merge of #107942 - compiler-errors:tighter-inherent-impl-bad-spans, r=... | Matthias Krüger | -16/+17 |
| 2023-02-13 | Tighter spans for bad inherent impl types | Michael Goulet | -16/+17 |
| 2023-02-13 | Make visiting traits generic over the Interner | Alan Egerton | -1/+1 |
| 2023-02-13 | Alias folding/visiting traits instead of re-export | Alan Egerton | -1/+1 |
| 2023-02-06 | Modify existing bounds if they exist | Edward Shen | -0/+1 |
| 2023-02-03 | Autotrait bounds on dyn-safe trait methods | David Tolnay | -0/+22 |
| 2023-02-03 | Disallow impl autotrait for trait object | David Tolnay | -40/+161 |
| 2023-01-30 | Rollup merge of #107125 - WaffleLapkin:expect_an_item_in_your_hir_by_the_next... | Matthias Krüger | -4/+2 |
| 2023-01-28 | Rename `is_object_safe` to `check_is_object_safe` to hint side effects | Gary Guo | -1/+1 |
| 2023-01-27 | Introduce GeneratorWitnessMIR. | Camille GILLOT | -0/+1 |
| 2023-01-23 | fix: use LocalDefId instead of HirId in trait res | Vincenzo Palazzo | -7/+4 |
| 2023-01-20 | Auto merge of #105102 - compiler-errors:copy-impl-considering-regions, r=lcnr | bors | -44/+66 |
| 2023-01-20 | Add and use expect methods to hir. | Maybe Waffle | -4/+2 |
| 2023-01-20 | Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb | bors | -14/+10 |
| 2023-01-17 | Stop using `BREAK` & `CONTINUE` in compiler | Scott McMurray | -3/+3 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -2/+2 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -2/+2 |
| 2023-01-17 | `rustc_hir_analysis`: remove `ref` patterns | Maybe Waffle | -9/+8 |
| 2023-01-17 | `rustc_hir_analysis`: some general code improvements | Maybe Waffle | -5/+2 |
| 2023-01-14 | fix various subst_identity vs skip_binder | Kyle Matsuda | -2/+3 |
| 2023-01-14 | change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re... | Kyle Matsuda | -7/+5 |
| 2023-01-14 | change usages of impl_trait_ref to bound_impl_trait_ref | Kyle Matsuda | -5/+7 |
| 2023-01-13 | Suggest lifetime bound in illegal Copy impl | Michael Goulet | -43/+63 |