| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-12 | Allow more top-down inlining for single-BB callees | Scott McMurray | -4/+0 | |
| This means that things like `<usize as Step>::forward_unchecked` and `<PartialOrd for f32>::le` will inline even if we've already done a bunch of inlining to find the calls to them. | ||||
| 2024-08-18 | Bless *all* the mir-opt tests | Scott McMurray | -2/+2 | |
| 2024-04-18 | At debuginfo=0, don't inline debuginfo when inlining | Scott McMurray | -6/+0 | |
| 2024-04-03 | Remove MIR unsafe check | Matthew Jasper | -13/+7 | |
| This also remove safety information from MIR. | ||||
| 2024-02-08 | Bless/fix tests | Ben Kimock | -0/+33 | |
