| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2023-01-17 | Stop using `BREAK` & `CONTINUE` in compiler | Scott McMurray | -1/+1 |
| 2022-12-14 | Prevent the creation of `TraitRef` without dedicated methods | Oli Scherer | -1/+1 |
| 2022-12-14 | Ensure no one constructs `AliasTy`s themselves | Oli Scherer | -2/+2 |
| 2022-12-13 | Address a few more nits | Michael Goulet | -5/+6 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -2/+2 |
| 2022-12-13 | squash OpaqueTy and ProjectionTy into AliasTy | Michael Goulet | -4/+4 |
| 2022-12-13 | ProjectionTy.item_def_id -> ProjectionTy.def_id | Michael Goulet | -5/+6 |
| 2022-12-04 | Recurse into nested impl-trait when computing variance. | Camille GILLOT | -4/+38 |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -5/+8 |
| 2022-11-14 | Typo. | Camille GILLOT | -1/+1 |
| 2022-11-12 | Compute variance for opaques too. | Camille GILLOT | -2/+92 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -0/+63 |
