about summary refs log tree commit diff
path: root/tests/ui/consts/const-eval/ub-wide-ptr.rs
AgeCommit message (Expand)AuthorLines
2025-07-18Show the memory of uninit readsOli Scherer-3/+4
2025-06-02Use the informative error as the main const eval error messageOli Scherer-46/+29
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-18/+18
2025-04-24Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etcbendn-1/+1
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-4/+4
2024-08-09interpret: make identity upcasts a NOP again to avoid them generating a new r...Ralf Jung-7/+7
2024-07-18interpret: add sanity check in dyn upcast to double-check what codegen doesRalf Jung-15/+19
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-4/+4
2024-02-29add const test for ptr::metadataRalf Jung-1/+4
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-10-16Normalize alloc-id in tests.Camille GILLOT-2/+2
2023-10-15don't UB on dangling ptr deref, instead check inbounds on projectionsRalf Jung-8/+8
2023-01-11Move /src/test to /testsAlbert Larsan-0/+159