| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-18 | rename `ui/stable-mir-print` | Makai | -791/+0 | |
| 2025-07-06 | Do not optimize stable-mir ui tests. | Camille GILLOT | -189/+472 | |
| 2025-03-30 | Encode synthetic by-move coroutine body with a different DefPathData | Michael Goulet | -1/+1 | |
| 2025-01-27 | Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, ↵ | Michael Goulet | -149/+145 | |
| r=davidtwco,RalfJung" This reverts commit 122a55bb442bd1995df9cf9b36e6f65ed3ef4a1d. | ||||
| 2025-01-18 | Revert "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-14 | Auto 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-14 | Encode coroutine-closures in SMIR | Michael Goulet | -0/+102 | |
| 2024-12-03 | Bounds-check with PtrMetadata instead of Len in MIR | Scott McMurray | -149/+145 | |
| 2024-11-07 | [StableMIR] A few fixes to pretty printing | Celina G. Val | -0/+311 | |
| Improve identation, and a few other rvalue printing | ||||
| 2024-07-29 | Set up false edges in `lower_match_tree` | Nadrieril | -3/+3 | |
| 2024-03-25 | Add needs-unwind annotations to a couple of tests | bjorn3 | -0/+1 | |
| 2024-03-20 | Improve emit stable mir body | Celina G. Val | -215/+64 | |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -3/+3 | |
| 2023-12-14 | add stable_mir output test | ouz-a | -0/+249 | |
