| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-07-11 | extract method to read scrutinee conditionally | Ding Xiang Fei | -16/+2 | |
| 2022-07-11 | move else block into the `Local` struct | Ding Xiang Fei | -2/+16 | |
| 2022-07-11 | lower let-else in MIR instead | Ding Xiang Fei | -71/+20 | |
| 2022-07-06 | Remove `sess` field from LoweringContext. | Camille GILLOT | -2/+2 | |
| 2022-02-17 | Add more information to `impl Trait` deny error | Michael Goulet | -2/+2 | |
| 2021-12-13 | let-else: fix attribute aliasing + add test for issue 89807 | Cormac Relf | -0/+1 | |
| 2021-12-13 | let-else: add hir::Let and type check it like a hir::Local | Cormac Relf | -22/+9 | |
| unify typeck of hir::Local and hir::Let remove extraneous pub(crate/super) | ||||
| 2021-09-18 | Do not preallocate item HirIds. | Camille GILLOT | -1/+1 | |
| 2021-08-30 | Add let_else feature gate | Cameron Steffen | -0/+10 | |
| 2021-08-30 | Lower let-else to HIR | Cameron Steffen | -16/+81 | |
| 2021-08-30 | Refactor lower_stmts | Cameron Steffen | -55/+56 | |
| 2021-08-30 | Move some methods to block module | Cameron Steffen | -0/+109 | |
