| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-27 | Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, ↵ | Michael Goulet | -1/+1 | |
| r=davidtwco,RalfJung" This reverts commit 122a55bb442bd1995df9cf9b36e6f65ed3ef4a1d. | ||||
| 2025-01-18 | Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, ↵ | Rémy Rakic | -1/+1 | |
| 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 | -1/+1 | |
| 2024-08-18 | Update mir-opt filechecks | Scott McMurray | -10/+10 | |
| 2024-06-20 | Replace `NormalizeArrayLen` with `GVN` | Scott McMurray | -1/+1 | |
| GVN is actually on in release, and covers all the same things (or more), with `LowerSliceLen` changed to produce `PtrMetadata`. | ||||
| 2024-06-15 | Redo SliceIndex implementations | Scott McMurray | -1/+25 | |
| 2024-06-14 | Add ub-checks to slice_index MIR-opt test | Scott McMurray | -1/+1 | |
| 2024-04-21 | New slice indexing pre-codegen MIR test | Scott McMurray | -0/+9 | |
| 2024-03-22 | Enable more mir-opt tests in debug builds | Ben Kimock | -1/+0 | |
| 2024-03-18 | Remove some only- clauses from mir-opt tests | Ben Kimock | -1/+0 | |
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -3/+3 | |
| 2023-10-19 | Allow to run filecheck in mir-opt tests. | Camille GILLOT | -0/+1 | |
| 2023-08-24 | remove some unnecessary ignore-debug clauses | Ralf Jung | -1/+1 | |
| 2023-06-12 | properly mark tests that require panic=abort | Pietro Albini | -0/+1 | |
| 2023-04-26 | Add some MIR pre-codegen tests for slice indexing | Scott McMurray | -0/+27 | |
