about summary refs log tree commit diff
path: root/tests/ui/consts/const-eval/raw-pointer-ub.stderr
AgeCommit message (Expand)AuthorLines
2025-06-07const-eval error: always say in which item the error occurredRalf Jung-5/+5
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-5/+5
2025-06-02Use the informative error as the main const eval error messageOli Scherer-10/+10
2025-05-21Add some track_caller info to precondition panicsBen Kimock-4/+2
2025-05-20make std::intrinsic functions actually be intrinsicsRalf Jung-2/+2
2025-04-30interpret: better error message for out-of-bounds pointer arithmetic and acce...Ralf Jung-1/+1
2025-02-28Shorten span of panic failures in const contextEsteban Küber-11/+7
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