| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-11-02 | Ban dashes in miropt test file names | Jakob Degen | -18/+0 | |
| 2020-09-02 | inliner: Avoid query cycles when optimizing generators | Tomasz Miąsko | -0/+18 | |
| The HIR Id trick is insufficient to prevent query cycles when optimizing generators, since merely requesting a layout of a generator also computes its `optimized_mir`. Make no attempts to inline functions into generators within the same crate to avoid query cycles. | ||||
