about summary refs log tree commit diff
path: root/tests/ui/consts/miri_unleashed/static-no-inner-mut.rs
AgeCommit message (Expand)AuthorLines
2025-06-02Use the informative error as the main const eval error messageOli Scherer-4/+4
2025-03-25compiletest: Support matching on diagnostics without a spanVadim Petrochenkov-0/+2
2024-09-15stabilize const_mut_refsRalf Jung-1/+1
2024-09-10const-eval interning: accpt interior mutable pointers in final value (but kee...Ralf Jung-9/+3
2024-04-17Validate before reporting interning errors.Oli Scherer-13/+4
2024-04-17Validate nested static itemsOli Scherer-0/+2
2024-03-13Rebase. Update expected output to match current output.Felix S. Klock II-2/+0
2024-03-13Added `deny(const_eval_mutable_ptr_in_final_value)` attribute to all tests th...Felix S. Klock II-5/+24
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-2/+2
2024-01-22const-eval interner: from-scratch rewrite using mutability information from p...Ralf Jung-0/+36