summary refs log tree commit diff
path: root/tests/mir-opt/pre-codegen/vec_deref.vec_deref_to_slice.PreCodegen.after.panic-unwind.mir
AgeCommit message (Expand)AuthorLines
2024-11-01Mark `simplify_aggregate_to_copy` mir-opt as unsound许杰友 Jieyou Xu (Joe)-12/+18
2024-10-06liballoc: introduce String, Vec const-slicingNathan Perry-48/+43
2024-09-14Simplify the canonical clone method to copyDianQK-20/+14
2024-08-18Bless *all* the mir-opt testsScott McMurray-5/+5
2024-08-09Polymorphize RawVecBen Kimock-32/+62
2024-07-29Perform instsimplify before inline to eliminate some trivial callsDianQK-1/+3
2024-05-29[ACP 362] genericize `ptr::from_raw_parts`Scott McMurray-0/+4
2024-05-06Avoid a cast in `ptr::slice_from_raw_parts(_mut)`Scott McMurray-14/+3
2024-04-21Use it in the library, and `InstSimplify` it away in the easy placesScott McMurray-4/+62
2024-04-21Add a MIR pre-codegen test for Vec::derefScott McMurray-0/+14