| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-09-01 | Fix drop handling for `if let` expressions | Matthew Jasper | -1/+1 | |
| MIR lowering for `if let` expressions is now more complicated now that `if let` exists in HIR. This PR adds a scope for the variables bound in an `if let` expression and then uses an approach similar to how we handle loops to ensure that we reliably drop the correct variables. | ||||
| 2021-05-17 | mir-opt bless for Size field being removed from Allocation | Ralf Jung | -2/+2 | |
| 2021-01-07 | Reintroduce hir::ExprKind::If | Caio | -10/+10 | |
| 2020-11-09 | Support inlining diverging function calls | Tomasz Miąsko | -0/+52 | |
| Additionally introduce storage markers for all temporaries created by the inliner. The temporary introduced for destination rebrorrow, didn't use them previously. | ||||
