summary refs log tree commit diff
path: root/tests/ui/consts/const-eval/raw-pointer-ub.stderr
AgeCommit message (Expand)AuthorLines
2024-11-07core: move intrinsics.rs into intrinsics folderRalf Jung-2/+2
2024-09-23stabilize const_intrinsic_copyRalf Jung-5/+5
2024-08-01on a signed deref check, mention the right pointer in the errorRalf Jung-1/+1
2024-07-27improve dangling/oob errors and make them more uniformRalf Jung-1/+1
2023-11-26Update std::simd usage and test outputsCaleb Zulawski-1/+1
2023-10-25Stabilize `[const_]pointer_byte_offsets`Maybe Waffle-5/+5
2023-10-16Normalize alloc-id in tests.Camille GILLOT-1/+1
2023-10-15more precise error for 'based on misaligned pointer' caseRalf Jung-3/+3
2023-10-15place evaluation: require the original pointer to be aligned if an access hap...Ralf Jung-2/+8
2023-10-15don't UB on dangling ptr deref, instead check inbounds on projectionsRalf Jung-1/+1
2023-09-26add misalignment const-eval testRalf Jung-0/+36