| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-11-02 | Ban dashes in miropt test file names | Jakob Degen | -15/+0 | |
| 2020-07-29 | add crate name to mir dumps | Xavier Denis | -1/+1 | |
| 2020-04-07 | --bless more mir-opt tests. | Ana-Maria Mihalache | -34/+1 | |
| 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 | ||||
