| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-27 | Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, ↵ | Michael Goulet | -13/+7 | |
| r=davidtwco,RalfJung" This reverts commit 122a55bb442bd1995df9cf9b36e6f65ed3ef4a1d. | ||||
| 2025-01-18 | Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, ↵ | Rémy Rakic | -7/+13 | |
| r=davidtwco,RalfJung" This reverts commit b57d93d8b9525fa261404b4cd9c0670eeb1264b8, reversing changes made to 0aeaa5eb22180fdf12a8489e63c4daa18da6f236. | ||||
| 2024-12-03 | Bounds-check with PtrMetadata instead of Len in MIR | Scott McMurray | -13/+7 | |
| 2024-09-24 | be even more precise about "cast" vs "coercion" | Lukas Markeffsky | -1/+1 | |
| 2024-08-18 | Bless *all* the mir-opt tests | Scott McMurray | -10/+10 | |
| 2024-06-22 | Add a `pointee_metadata_ty_or_projection` helper | Scott McMurray | -9/+15 | |
| 2024-06-20 | Replace `NormalizeArrayLen` with `GVN` | Scott McMurray | -0/+71 | |
| GVN is actually on in release, and covers all the same things (or more), with `LowerSliceLen` changed to produce `PtrMetadata`. | ||||
