| Age | Commit message (Expand) | Author | Lines |
| 2023-01-20 | Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb | bors | -83/+80 |
| 2023-01-17 | Rollup merge of #106970 - kylematsuda:earlybinder-item-bounds, r=lcnr | Matthias Krüger | -3/+7 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -7/+7 |
| 2023-01-17 | change item_bounds query to return EarlyBinder; remove bound_item_bounds query | Kyle Matsuda | -3/+7 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -7/+7 |
| 2023-01-17 | `rustc_hir_analysis`: remove `ref` patterns | Maybe Waffle | -83/+80 |
| 2023-01-14 | change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re... | Kyle Matsuda | -5/+4 |
| 2023-01-14 | change usages of impl_trait_ref to bound_impl_trait_ref | Kyle Matsuda | -3/+5 |
| 2023-01-13 | Rollup merge of #106759 - compiler-errors:revert-105255, r=cjgillot | Yuki Okushi | -1/+15 |
| 2023-01-12 | Revert "Make nested RPITIT inherit the parent opaque's generics." and adjust ... | Michael Goulet | -1/+15 |
| 2023-01-11 | Add `AstConv::astconv` method to remove `<dyn AstConv>::` calls | Maybe Waffle | -23/+11 |
| 2023-01-08 | Auto merge of #106235 - compiler-errors:rework-bounds-collection, r=davidtwco | bors | -10/+9 |
| 2023-01-05 | Correct detection of elided lifetimes in impl-trait. | Camille GILLOT | -2/+4 |
| 2023-01-04 | get_parent and find_parent | Michael Goulet | -5/+5 |
| 2023-01-04 | rename get_parent_node to parent_id | Michael Goulet | -8/+8 |
| 2022-12-29 | Rollup merge of #106221 - Nilstrieb:rptr-more-like-ref-actually, r=compiler-e... | Matthias Krüger | -1/+1 |
| 2022-12-28 | Rework hir Bounds collection | Michael Goulet | -10/+9 |
| 2022-12-28 | Rename `Rptr` to `Ref` in AST and HIR | Nilstrieb | -1/+1 |
| 2022-12-27 | Shorten type in note | Esteban Küber | -6/+7 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -5/+5 |
| 2022-12-14 | Auto merge of #104986 - compiler-errors:opaques, r=oli-obk | bors | -8/+8 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -4/+4 |
| 2022-12-13 | ProjectionTy.item_def_id -> ProjectionTy.def_id | Michael Goulet | -2/+2 |
| 2022-12-13 | Use ty::OpaqueTy everywhere | Michael Goulet | -2/+2 |
| 2022-12-13 | Clarify explicit_predicates_of is_assoc_item_ty comment | Santiago Pastorino | -3/+4 |
| 2022-12-12 | Join match arms since they do the same thing | Santiago Pastorino | -5/+1 |
| 2022-12-12 | Fix typo | Santiago Pastorino | -1/+1 |
| 2022-12-10 | Rollup merge of #105410 - TaKO8Ki:fix-105257, r=BoxyUwU | Matthias Krüger | -1/+1 |
| 2022-12-08 | add a test case for `generic_const_exprs` in trait items | Takayuki Maeda | -1/+1 |
| 2022-12-07 | consider `parent_count` for const param defaults | Takayuki Maeda | -1/+1 |
| 2022-12-04 | Make nested RPITIT inherit the parent opaque's generics. | Camille GILLOT | -15/+1 |
| 2022-12-01 | rustc_hir: Relax lifetime requirements on `Visitor::visit_path` | Vadim Petrochenkov | -1/+1 |
| 2022-11-27 | Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors | bors | -49/+54 |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -17/+21 |
| 2022-11-24 | Use kw::Empty for elided lifetimes in path. | Camille GILLOT | -6/+8 |
| 2022-11-23 | Separate lifetime ident from resolution in HIR. | Camille GILLOT | -50/+53 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -52/+71 |
| 2022-11-13 | Store a LocalDefId in hir::AnonConst. | Camille GILLOT | -3/+2 |
| 2022-11-13 | Store a LocalDefId in hir::GenericParam. | Camille GILLOT | -45/+32 |
| 2022-11-13 | Store LocalDefId in hir::Closure. | Camille GILLOT | -6/+4 |
| 2022-11-13 | Create bidirectional bounds between original and duplicated parameters. | Camille GILLOT | -32/+71 |
| 2022-11-12 | Verify predicates on RPIT and async opaques. | Camille GILLOT | -20/+0 |
| 2022-11-11 | Clean-up formatting. | Camille GILLOT | -5/+4 |
| 2022-11-11 | Resolve lifetimes using the regular logic for RPIT. | Camille GILLOT | -37/+36 |
| 2022-11-11 | Resolve lifetimes independently for each item-like. | Camille GILLOT | -177/+66 |
| 2022-11-08 | Rollup merge of #100508 - BoxyUwU:make_less_things_late_bound, r=nikomatsakis | Manish Goregaokar | -5/+99 |
| 2022-11-08 | comment | Boxy | -11/+23 |
| 2022-11-08 | add 'ty_error_with_guaranteed' and 'const_error_with_guaranteed' | yukang | -2/+2 |
| 2022-11-06 | fixyfixfix | Boxy | -5/+87 |
| 2022-11-04 | Rollup merge of #103780 - compiler-errors:bound-closure-lifetimes, r=jackh726 | Matthias Krüger | -3/+4 |