| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-15 | Set mir-opt-level to 3 to prevent regressions | Yuki Okushi | -0/+1 | |
| 2020-01-10 | Promote `Ref`s to constants instead of static | Santiago Pastorino | -5/+5 | |
| 2019-12-27 | Fix `Instance::resolve()` incorrectly returning specialized instances | Wesley Wiser | -0/+48 | |
| We only want to return specializations when `Reveal::All` is passed, not when `Reveal::UserFacing` is. Resolving this fixes several issues with the `ConstProp`, `SimplifyBranches`, and `Inline` MIR optimization passes. Fixes #66901 | ||||
| 2019-12-20 | Move the rest of the mir-opt inline tests into a folder | Wesley Wiser | -0/+302 | |
| 2019-12-20 | [mir-opt] Fix `Inline` pass to handle inlining into `box` expressions | Wesley Wiser | -0/+71 | |
