about 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
2025-06-12intrinsics: rename min_align_of to align_ofRalf Jung-1/+1
2025-05-21Add some track_caller info to precondition panicsBen Kimock-1/+1
2025-01-08[mir-opt] GVN some more transmute casesScott McMurray-31/+15
2024-12-10We don't need `NonNull::as_ptr` debuginfoScott McMurray-49/+30
2024-12-03Update `NonZero` and `NonNull` to not field-project (per MCP807)Scott McMurray-22/+36
2024-10-31Mark `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