about summary refs log tree commit diff
path: root/tests/ui/const-ptr
AgeCommit message (Expand)AuthorLines
2025-09-03don't uppercase error messagesSasha Pourcelot-13/+13
2025-07-05cleaned up some testsKivooeo-2/+5
2025-07-01moved testsKivooeo-0/+8
2025-06-07const-eval error: always say in which item the error occurredRalf Jung-8/+8
2025-06-03Rollup merge of #141698 - oli-obk:ctfe-err-flip, r=RalfJungMatthias Krüger-67/+67
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-8/+8
2025-06-02Use the informative error as the main const eval error messageOli Scherer-67/+67
2025-05-31terminology: allocated object → allocationRalf Jung-1/+1
2025-05-21Add some track_caller info to precondition panicsBen Kimock-34/+0
2025-04-30interpret: better error message for out-of-bounds pointer arithmetic and acce...Ralf Jung-5/+5
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-4/+5
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-1/+0
2025-02-28Shorten span of panic failures in const contextEsteban Küber-71/+44
2025-02-23rename sub_ptr 😅bendn-3/+3
2025-02-02miri: improve error when offset_from preconditions are violatedRalf Jung-2/+2
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-2/+2
2024-08-01on a signed deref check, mention the right pointer in the errorRalf Jung-2/+2
2024-07-27improve dangling/oob errors and make them more uniformRalf Jung-5/+5
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-2/+2
2024-05-13offset, offset_from: allow zero-byte offset on arbitrary pointersRalf Jung-26/+23
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-4/+4
2023-12-07also print 'immutable' flagRalf Jung-1/+1
2023-11-26Update std::simd usage and test outputsCaleb Zulawski-8/+8
2023-10-25Stabilize `[const_]pointer_byte_offsets`Maybe Waffle-22/+18
2023-10-16Stop trying to preserve pretty-printing.Camille GILLOT-1/+1
2023-10-16Normalize alloc-id in tests.Camille GILLOT-7/+7
2023-10-15don't UB on dangling ptr deref, instead check inbounds on projectionsRalf Jung-70/+62
2023-08-02const validation: point at where we found a pointer but expected an integerRalf Jung-5/+7
2023-06-01Use translatable diagnostics in `rustc_const_eval`Deadbeef-5/+5
2023-05-05Stabilize const_ptr_readbors-5/+3
2023-04-27Also use `mir::Offset` for pointer `add`Scott McMurray-4/+0
2023-03-11`MaybeUninit::assume_init_read` should have `noundef` load metadataScott McMurray-3/+3
2023-01-11Move /src/test to /testsAlbert Larsan-0/+504