about summary refs log tree commit diff
path: root/tests/ui/consts/miri_unleashed/const_refers_to_static.rs
AgeCommit message (Expand)AuthorLines
2025-06-26const-eval: allow constants to refer to mutable/external memory, but reject s...Ralf Jung-1/+8
2025-06-02Use the informative error as the main const eval error messageOli Scherer-5/+4
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-1/+2
2025-03-25compiletest: Support matching on diagnostics without a spanVadim Petrochenkov-0/+2
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-2/+2
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-2/+2
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-3/+3
2024-02-16remove stderr-per-bitwidth from some testsRalf Jung-1/+2
2024-02-10validation: descend from consts into staticsRalf Jung-2/+4
2024-02-10unstably allow constants to refer to statics and read from immutable staticsRalf Jung-11/+3
2024-01-22const-eval interner: from-scratch rewrite using mutability information from p...Ralf Jung-0/+5
2023-01-11Move /src/test to /testsAlbert Larsan-0/+33