| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-25 | emit `StorageLive` and schedule `StorageDead` for `let`-`else` after matching | dianne | -11/+1 | |
| 2025-03-16 | Split `visit_primary_bindings` into two variants | Zalathar | -27/+19 | |
| The existing method does some non-obvious extra work to collect user types and build user-type projections, which is specifically needed by `declare_bindings` and not by the other two callers. | ||||
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -1/+1 | |
| 2025-02-21 | Put a `BlockTailInfo` in `BlockFrame::TailExpr`. | Nicholas Nethercote | -2/+3 | |
| Because it has the same fields, and avoids the need to deconstruct the latter to construct the former. | ||||
| 2024-12-17 | Rename `rustc_mir_build::build` to `builder` | Zalathar | -0/+365 | |
