about summary refs log tree commit diff
path: root/tests/ui/consts/const-eval/ub-ref-ptr.stderr
AgeCommit message (Expand)AuthorLines
2025-07-18Show the memory of uninit readsOli Scherer-19/+27
2025-07-17Report the range of uninit bytes in CTFE errorsOli Scherer-2/+2
2025-06-07const-eval error: always say in which item the error occurredRalf Jung-6/+6
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-6/+6
2025-06-02Use the informative error as the main const eval error messageOli Scherer-46/+46
2025-05-21Add some track_caller info to precondition panicsBen Kimock-5/+0
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-17/+17
2025-02-28Shorten span of panic failures in const contextEsteban Küber-9/+5
2023-12-07also print 'immutable' flagRalf Jung-1/+1
2023-11-26Update std::simd usage and test outputsCaleb Zulawski-1/+1
2023-10-16Normalize alloc-id in tests.Camille GILLOT-1/+1
2023-10-15more precise error for 'based on misaligned pointer' caseRalf Jung-1/+1
2023-09-14don't point at const usage site for resolution-time errorsRalf Jung-2/+2
2023-08-02const validation: point at where we found a pointer but expected an integerRalf Jung-3/+3
2023-07-24interpret: support projecting into Place::Local without force_allocationRalf Jung-1/+1
2023-05-05Stabilize const_ptr_readbors-17/+17
2023-03-11`MaybeUninit::assume_init_read` should have `noundef` load metadataScott McMurray-21/+3
2023-02-20basic dyn* support for MiriRalf Jung-2/+2
2023-01-11Move /src/test to /testsAlbert Larsan-0/+186