about summary refs log tree commit diff
path: root/tests/ui/consts/const-eval/heap
AgeCommit message (Expand)AuthorLines
2025-09-03don't uppercase error messagesSasha Pourcelot-3/+3
2025-07-30const-eval: full support for pointer fragmentsRalf Jung-3/+3
2025-07-16const heap: fix ICE on forgotten make_globalRalf Jung-12/+5
2025-07-16Comment more code and make tests clearerDeadbeef-11/+24
2025-07-16add `const_make_global`; err for `const_allocate` ptrs if didn't callDeadbeef-8/+177
2025-06-07const-eval error: always say in which item the error occurredRalf Jung-7/+7
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-7/+7
2025-06-02Use the informative error as the main const eval error messageOli Scherer-29/+29
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-4/+6
2025-02-28Shorten span of panic failures in const contextEsteban Küber-12/+6
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-3/+3
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