about summary refs log tree commit diff
path: root/tests/mir-opt/pre-codegen/slice_index.slice_ptr_get_unchecked_range.PreCodegen.after.panic-unwind.mir
AgeCommit message (Expand)AuthorLines
2025-05-30`slice.get(i)` should use a slice projection in MIR, like `slice[i]` doesScott McMurray-7/+5
2025-05-21Add some track_caller info to precondition panicsBen Kimock-1/+1
2024-08-18Bless *all* the mir-opt testsScott McMurray-6/+6
2024-06-15Redo SliceIndex implementationsScott McMurray-1/+39
2024-05-23Add assert_unsafe_precondition to unchecked_{add,sub,neg,mul,shl,shr} methodsltdk-31/+4
2024-05-06Avoid a cast in `ptr::slice_from_raw_parts(_mut)`Scott McMurray-9/+1
2024-04-21Update tests after 123949Scott McMurray-17/+0
2024-04-21Use it in the library, and `InstSimplify` it away in the easy placesScott McMurray-5/+55
2024-04-21New slice indexing pre-codegen MIR testScott McMurray-0/+19