| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-10-10 | Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8Ki | Yuki Okushi | -2/+2 |
| 2022-10-09 | ImplItemKind::TyAlias => ImplItemKind::Type | Michael Goulet | -2/+2 |
| 2022-10-07 | Check hidden types in dead code | Oli Scherer | -13/+33 |
| 2022-10-07 | Unconditionally encode hidden types in typeck results | Oli Scherer | -14/+9 |
| 2022-10-07 | fix a ICE #102768 | Takayuki Maeda | -2/+4 |
| 2022-10-05 | Support default-body trait functions with RPITIT | Michael Goulet | -3/+2 |
| 2022-10-01 | Refactor rustc lint API | Maybe Waffle | -3/+2 |
| 2022-09-29 | Auto merge of #102471 - Dylan-DPC:rollup-ij3okjt, r=Dylan-DPC | bors | -30/+87 |
| 2022-09-29 | Split collect.rs | Oli Scherer | -0/+1188 |
| 2022-09-27 | Support bindings with anon consts in generics | Michael Goulet | -2/+45 |
| 2022-09-27 | Make type_of work correctly for const arg bindings | Michael Goulet | -3/+9 |
| 2022-09-27 | Format type_of | Michael Goulet | -28/+36 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -0/+989 |