about summary refs log tree commit diff
path: root/tests/codegen/range-loop.rs
AgeCommit message (Collapse)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-44/+0
2025-03-12Allow more top-down inlining for single-BB calleesScott McMurray-0/+44
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.