about summary refs log tree commit diff
path: root/tests/ui/stable-mir-print
AgeCommit message (Collapse)AuthorLines
2025-07-18rename `ui/stable-mir-print`Makai-791/+0
2025-07-06Do not optimize stable-mir ui tests.Camille GILLOT-189/+472
2025-03-30Encode synthetic by-move coroutine body with a different DefPathDataMichael Goulet-1/+1
2025-01-27Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, ↵Michael Goulet-149/+145
r=davidtwco,RalfJung" This reverts commit 122a55bb442bd1995df9cf9b36e6f65ed3ef4a1d.
2025-01-18Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, ↵Rémy Rakic-145/+149
r=davidtwco,RalfJung" This reverts commit b57d93d8b9525fa261404b4cd9c0670eeb1264b8, reversing changes made to 0aeaa5eb22180fdf12a8489e63c4daa18da6f236.
2024-12-14Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, ↵bors-149/+145
r=davidtwco,RalfJung Bounds-check with PtrMetadata instead of Len in MIR Rather than emitting `Len(*_n)` in array index bounds checks, emit `PtrMetadata(copy _n)` instead -- with some asterisks for arrays and `&mut` that need it to be done slightly differently. We're getting pretty close to removing `Len` entirely, actually. I think just one more PR after this (for slice drop shims). r? mir
2024-12-14Encode coroutine-closures in SMIRMichael Goulet-0/+102
2024-12-03Bounds-check with PtrMetadata instead of Len in MIRScott McMurray-149/+145
2024-11-07[StableMIR] A few fixes to pretty printingCelina G. Val-0/+311
Improve identation, and a few other rvalue printing
2024-07-29Set up false edges in `lower_match_tree`Nadrieril-3/+3
2024-03-25Add needs-unwind annotations to a couple of testsbjorn3-0/+1
2024-03-20Improve emit stable mir bodyCelina G. Val-215/+64
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-3/+3
2023-12-14add stable_mir output testouz-a-0/+249