| Age | Commit message (Expand) | Author | Lines |
| 2023-02-13 | Reduce direct `mk_ty` usage. | Nicholas Nethercote | -2/+2 |
| 2023-02-11 | Auto merge of #107507 - BoxyUwU:deferred_projection_equality, r=lcnr | bors | -0/+1 |
| 2023-02-10 | add `AliasEq` to `PredicateKind` | Boxy | -0/+1 |
| 2023-02-09 | Use `ErrorGuaranteed` more in `ReError` | Esteban Küber | -5/+5 |
| 2023-02-09 | Change to `ReError(ErrorGuaranteed)` | Esteban Küber | -5/+3 |
| 2023-02-09 | Introduce `ReError` | Esteban Küber | -9/+3 |
| 2023-02-03 | Make const/fn return params more suggestable | Michael Goulet | -6/+6 |
| 2023-01-31 | Rollup merge of #107467 - WaffleLapkin:uneq, r=oli-obk | Guillaume Gomez | -4/+3 |
| 2023-01-30 | Rollup merge of #107125 - WaffleLapkin:expect_an_item_in_your_hir_by_the_next... | Matthias Krüger | -2/+1 |
| 2023-01-30 | Replace enum `==`s with `match`es where it makes sense | Maybe Waffle | -4/+3 |
| 2023-01-28 | Rollup merge of #107100 - compiler-errors:issue-107087, r=lcnr | Matthias Krüger | -45/+61 |
| 2023-01-26 | change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB... | Kyle Matsuda | -1/+1 |
| 2023-01-23 | Use proper InferCtxt when probing for associated types in astconv | Michael Goulet | -45/+61 |
| 2023-01-20 | Add and use expect methods to hir. | Maybe Waffle | -2/+1 |
| 2023-01-20 | Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb | bors | -20/+20 |
| 2023-01-19 | Encode whether foreign opaques are TAITs or not | Michael Goulet | -1/+1 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -11/+11 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -11/+11 |
| 2023-01-17 | Self review suggestions | Maybe Waffle | -3/+3 |
| 2023-01-17 | `rustc_hir_analysis`: remove `ref` patterns | Maybe Waffle | -21/+21 |
| 2023-01-15 | Rollup merge of #106072 - eopb:dyn-derive, r=estebank | Matthias Krüger | -1/+7 |
| 2023-01-14 | fix: misleading add `dyn` to derive macro suggestion | Ethan Brierley | -1/+7 |
| 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 | -3/+3 |
| 2023-01-14 | change usages of impl_trait_ref to bound_impl_trait_ref | Kyle Matsuda | -2/+2 |
| 2023-01-14 | change const_param_default query to return EarlyBinder; remove bound_const_pa... | Kyle Matsuda | -3/+1 |
| 2023-01-13 | Rollup merge of #106585 - estebank:issue-46585, r=compiler-errors | Matthias Krüger | -17/+157 |
| 2023-01-11 | review comments: account for generics | Esteban Küber | -2/+6 |
| 2023-01-11 | review comments | Esteban Küber | -11/+4 |
| 2023-01-11 | When suggesting writing a fully qualified path probe for appropriate types | Esteban Küber | -17/+160 |
| 2023-01-11 | Make selfless `dyn AstConv` methods into toplevel functions | Maybe Waffle | -583/+568 |
| 2023-01-11 | Add `AstConv::astconv` method to remove `<dyn AstConv>::` calls | Maybe Waffle | -0/+7 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 |
| 2023-01-09 | Auto merge of #101947 - aliemjay:astconv-normalize, r=lcnr | bors | -28/+23 |
| 2023-01-08 | Auto merge of #106235 - compiler-errors:rework-bounds-collection, r=davidtwco | bors | -28/+65 |
| 2023-01-07 | introduce AstConv::probe_adt | Ali MJ Al-Nasrawy | -7/+15 |
| 2023-01-07 | don't normalize in astconv | Ali MJ Al-Nasrawy | -25/+12 |
| 2023-01-07 | Auto merge of #106283 - JulianKnodt:enum_err, r=cjgillot | bors | -10/+19 |
| 2023-01-04 | get_parent and find_parent | Michael Goulet | -1/+1 |
| 2023-01-04 | rename get_parent_node to parent_id | Michael Goulet | -1/+1 |
| 2023-01-03 | Add note about wrapping in braces | kadmin | -10/+19 |
| 2022-12-28 | Rework hir Bounds collection | Michael Goulet | -28/+65 |
| 2022-12-28 | Rename `Rptr` to `Ref` in AST and HIR | Nilstrieb | -1/+1 |
| 2022-12-25 | fix some typos | KaDiWa | -1/+1 |
| 2022-12-19 | Auto merge of #103600 - compiler-errors:early-binder-nits, r=spastorino | bors | -9/+5 |
| 2022-12-18 | use &str / String literals instead of format!() | Matthias Krüger | -1/+1 |
| 2022-12-14 | Remove TraitRef::new | Oli Scherer | -2/+2 |
| 2022-12-14 | Guard `AliasTy` creation against passing the wrong number of substs | Oli Scherer | -1/+1 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -1/+1 |
| 2022-12-13 | squash OpaqueTy and ProjectionTy into AliasTy | Michael Goulet | -1/+1 |