about summary refs log tree commit diff
path: root/tests/ui/thread-local/thread-local-static.rs
AgeCommit message (Collapse)AuthorLines
2024-12-25stabilize const_swapRalf Jung-1/+0
2024-09-15stabilize const_mut_refsRalf Jung-2/+0
2024-02-18Improve wording of static_mut_refObei Sideg-1/+1
Rename `static_mut_ref` lint to `static_mut_refs`.
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2024-02-12allow static_mut_ref in some tests that specifically test mutable staticsRalf Jung-2/+2
2024-02-11check_consts: fix some duplicate errors by not calling check_static ↵Ralf Jung-1/+0
unnecessarily
2024-02-10unstably allow constants to refer to statics and read from immutable staticsRalf Jung-1/+1
2024-01-07Update test for `E0796` and `static_mut_ref` lintObei Sideg-1/+2
2024-01-05Remove revisions for THIR unsafeckMatthew Jasper-2/+0
This is to make the diff when stabilizing it easier to review.
2023-11-06Recognise thread local statics in THIR unsafeckMatthew Jasper-0/+3
2023-04-02Move some UI tests into subdirectoriesjyn-0/+16
to avoid going over the existing limit now that the ui-fulldeps tests have been moved to ui.