about summary refs log tree commit diff
path: root/tests/ui/mir/mir-inlining
AgeCommit message (Collapse)AuthorLines
2024-10-17Fix mismatched quotation markdufucun-1/+1
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-24/+24
2023-08-27Fix inlining with -Zalways-encode-mirTomasz Miąsko-0/+19
Only inline functions that are considered eligible for inlining by the reachability pass. This constraint was previously indirectly enforced by only exporting MIR of eligible functions, but that approach doesn't work with -Zalways-encode-mir enabled.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+229