| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-03-03 | make operands live to the end of their containing expression | Ariel Ben-Yehuda | -0/+85 | |
| In MIR construction, operands need to live exactly until they are used, which is during the (sub)expression that made the call to `as_operand`. Before this PR, operands lived until the end of the temporary scope, which was sometimes unnecessarily longer and sometimes too short. Fixes #38669. | ||||
