about summary refs log tree commit diff
path: root/tests/ui/consts/const-mut-refs/mut_ref_in_final_dynamic_check.rs
AgeCommit message (Expand)AuthorLines
2025-06-26const-eval: allow constants to refer to mutable/external memory, but reject s...Ralf Jung-1/+1
2025-06-02Use the informative error as the main const eval error messageOli Scherer-8/+5
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-3/+4
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-3/+3
2024-09-26Stabilize `const_refs_to_static`Ding Xiang Fei-1/+0
2024-09-15stabilize const_mut_refsRalf Jung-1/+1
2024-08-18stabilize raw_ref_opRalf Jung-1/+0
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-3/+3
2024-04-17Validate before reporting interning errors.Oli Scherer-2/+2
2024-02-29allow statics pointing to mutable staticsRalf Jung-8/+4
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-3/+3
2024-02-16add test ensuring we detect a static actually having a mutable referenceRalf Jung-1/+11
2024-02-16add back some more attempts at having &mut in the final value of a const/staticRalf Jung-2/+18
2024-02-16remove stderr-per-bitwidth from some testsRalf Jung-1/+2
2024-02-16allow mutable references in const values when they point to no memoryRalf Jung-10/+7
2024-01-22const-eval interner: from-scratch rewrite using mutability information from p...Ralf Jung-3/+1
2023-10-15don't UB on dangling ptr deref, instead check inbounds on projectionsRalf Jung-5/+4
2023-01-11Move /src/test to /testsAlbert Larsan-0/+27