about summary refs log tree commit diff
path: root/tests/ui/consts/const-eval/raw-pointer-ub.stderr
AgeCommit message (Expand)AuthorLines
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