| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2025-05-30 | `slice.get(i)` should use a slice projection in MIR, like `slice[i]` does | Scott McMurray | -7/+5 |
| 2025-05-21 | Add some track_caller info to precondition panics | Ben Kimock | -1/+1 |
| 2024-08-18 | Bless *all* the mir-opt tests | Scott McMurray | -6/+6 |
| 2024-06-15 | Redo SliceIndex implementations | Scott McMurray | -1/+39 |
| 2024-05-23 | Add assert_unsafe_precondition to unchecked_{add,sub,neg,mul,shl,shr} methods | ltdk | -31/+4 |
| 2024-05-06 | Avoid a cast in `ptr::slice_from_raw_parts(_mut)` | Scott McMurray | -9/+1 |
| 2024-04-21 | Update tests after 123949 | Scott McMurray | -17/+0 |
| 2024-04-21 | Use it in the library, and `InstSimplify` it away in the easy places | Scott McMurray | -5/+55 |
| 2024-04-21 | New slice indexing pre-codegen MIR test | Scott McMurray | -0/+19 |
