about summary refs log tree commit diff
path: root/tests/ui/consts/offset_ub.stderr
AgeCommit message (Expand)AuthorLines
2025-07-09miri: fix out-of-bounds error for ptrs with negative offsetsRalf Jung-3/+3
2025-06-07const-eval error: always say in which item the error occurredRalf Jung-11/+11
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-11/+11
2025-06-02Use the informative error as the main const eval error messageOli Scherer-22/+22
2025-05-21Add some track_caller info to precondition panicsBen Kimock-33/+0
2025-04-30interpret: better error message for out-of-bounds pointer arithmetic and acce...Ralf Jung-9/+9
2025-02-28Shorten span of panic failures in const contextEsteban Küber-77/+33
2024-08-01fix the way we detect overflow for inbounds arithmetic (and tweak the error m...Ralf Jung-2/+2
2024-08-01interpret: simplify pointer arithmetic logicRalf Jung-7/+7
2024-08-01on a signed deref check, mention the right pointer in the errorRalf Jung-5/+5
2024-07-27improve dangling/oob errors and make them more uniformRalf Jung-17/+17
2024-05-13offset, offset_from: allow zero-byte offset on arbitrary pointersRalf Jung-15/+2
2023-11-26Update std::simd usage and test outputsCaleb Zulawski-12/+12
2023-10-16Normalize alloc-id in tests.Camille GILLOT-4/+4
2023-01-11Move /src/test to /testsAlbert Larsan-0/+159