summary refs log tree commit diff
path: root/tests/ui/consts/const-eval/heap
AgeCommit message (Expand)AuthorLines
2024-09-15stabilize const_mut_refsRalf Jung-16/+9
2024-09-10turn errors that should be impossible due to our static checks into ICEsRalf Jung-1/+4
2024-09-10const-eval interning: accpt interior mutable pointers in final value (but kee...Ralf Jung-26/+1
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-3/+3
2024-04-24Fix tests and blessGary Guo-2/+0
2024-04-17Validate before reporting interning errors.Oli Scherer-6/+16
2024-03-13Added `deny(const_eval_mutable_ptr_in_final_value)` attribute to all tests th...Felix S. Klock II-1/+26
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-6/+6
2024-01-22const-eval interner: from-scratch rewrite using mutability information from p...Ralf Jung-35/+7
2023-12-07also print 'immutable' flagRalf Jung-2/+2
2023-11-24Manual find replace updatesNilstrieb-1/+1
2023-11-24Show number in error message even for one errorNilstrieb-5/+5
2023-10-16Stop trying to preserve pretty-printing.Camille GILLOT-2/+2
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-6/+6
2023-08-01properly track why we checked whether a pointer is in-boundsRalf Jung-3/+3
2023-06-01Use translatable diagnostics in `rustc_const_eval`Deadbeef-9/+13
2023-01-11Move /src/test to /testsAlbert Larsan-0/+338