| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-11-01 | fix(generic_const_exprs): Fix predicate inheritance for children of opaque types | Zhixing Zhang | -2/+29 |
| 2022-10-31 | Free late-bound lifetimes in closures as well | Michael Goulet | -3/+4 |
| 2022-10-29 | Rollup merge of #103618 - nnethercote:rename-OwnerId-fields, r=compiler-errors | Guillaume Gomez | -20/+20 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -20/+20 |
| 2022-10-29 | Rollup merge of #103383 - compiler-errors:tait-scope, r=oli-obk | Matthias Krüger | -0/+6 |
| 2022-10-27 | tidy + move logic to fn | Boxy | -29/+4 |
| 2022-10-27 | use proper spans | Boxy | -5/+8 |
| 2022-10-27 | DoIt | Boxy | -1/+31 |
| 2022-10-24 | Make param index generation a bit more robust | Oli Scherer | -13/+14 |
| 2022-10-22 | Note scope of TAIT more accurately | Michael Goulet | -0/+6 |
| 2022-10-18 | change `ConstEvaluatable` to use `ty::Const` | lcnr | -2/+2 |
| 2022-10-13 | Auto merge of #102700 - oli-obk:0xDEAD_TAIT, r=compiler-errors | bors | -26/+41 |
| 2022-10-12 | Auto merge of #101679 - compiler-errors:rpitit-default-body, r=nikomatsakis | bors | -3/+2 |
| 2022-10-10 | Move lifetime resolution module to rustc_hir_analysis. | Camille GILLOT | -0/+1888 |