about summary refs log tree commit diff
path: root/tests/ui/consts/offset_from_ub.stderr
AgeCommit message (Expand)AuthorLines
2025-06-07const-eval error: always say in which item the error occurredRalf Jung-14/+14
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-14/+14
2025-06-02Use the informative error as the main const eval error messageOli Scherer-41/+41
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-14/+14
2025-02-28Shorten span of panic failures in const contextEsteban Küber-21/+9
2025-02-17stabilize (const_)ptr_sub_ptrbendn-14/+14
2025-02-02miri: improve error when offset_from preconditions are violatedRalf Jung-7/+7
2024-08-01on a signed deref check, mention the right pointer in the errorRalf Jung-4/+4
2024-07-27improve dangling/oob errors and make them more uniformRalf Jung-18/+18
2024-07-27miri: fix offset_from behavior on wildcard pointersRalf Jung-3/+3
2024-07-06offset_from intrinsic: always allow pointers to point to the same addressRalf Jung-11/+11
2024-07-04offset_from: "the difference must fit in an isize" is a corollaryRalf Jung-5/+11
2024-05-13offset, offset_from: allow zero-byte offset on arbitrary pointersRalf Jung-13/+1
2024-05-09interpret/miri: better errors on failing offset_fromRalf Jung-3/+3
2023-11-26Update std::simd usage and test outputsCaleb Zulawski-3/+3
2023-10-16Normalize alloc-id in tests.Camille GILLOT-3/+3
2023-06-01Use translatable diagnostics in `rustc_const_eval`Deadbeef-7/+7
2023-02-27Implement checked Shl/Shr at MIR building.Camille GILLOT-3/+3
2023-01-11Move /src/test to /testsAlbert Larsan-0/+114