| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-12-13 | Combine identical alias arms | Michael Goulet | -5/+1 | |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -4/+4 | |
| 2022-12-13 | squash OpaqueTy and ProjectionTy into AliasTy | Michael Goulet | -5/+5 | |
| 2022-12-13 | ProjectionTy.item_def_id -> ProjectionTy.def_id | Michael Goulet | -5/+6 | |
| 2022-12-13 | Use ty::OpaqueTy everywhere | Michael Goulet | -1/+1 | |
| 2022-12-04 | Recurse into nested impl-trait when computing variance. | Camille GILLOT | -4/+38 | |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -7/+7 | |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -5/+8 | |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -4/+4 | |
| 2022-11-14 | Typo. | Camille GILLOT | -1/+1 | |
| 2022-11-12 | Compute variance for opaques too. | Camille GILLOT | -2/+92 | |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -3/+4 | |
| spastorino noticed some silly expressions like `item_id.def_id.def_id`. This commit renames several `def_id: OwnerId` fields as `owner_id`, so those expressions become `item_id.owner_id.def_id`. `item_id.owner_id.local_def_id` would be even clearer, but the use of `def_id` for values of type `LocalDefId` is *very* widespread, so I left that alone. | ||||
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -0/+824 | |
