summary refs log tree commit diff
path: root/tests/ui/thread-local
AgeCommit message (Collapse)AuthorLines
2024-03-04Improve wording of static_mut_refObei Sideg-7/+7
Rename `static_mut_ref` lint to `static_mut_refs`. (cherry picked from commit 408eeae59d35cbcaab2cfb345d24373954e74fc5)
2024-01-13Bless testsGeorge-lewis-0/+2
Update tests
2024-01-07Update test for `E0796` and `static_mut_ref` lintObei Sideg-2/+77
2024-01-05Stabilize THIR unsafeckMatthew Jasper-8/+8
2024-01-05Remove revisions for THIR unsafeckMatthew Jasper-51/+5
This is to make the diff when stabilizing it easier to review.
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-11-06Recognise thread local statics in THIR unsafeckMatthew Jasper-5/+52
2023-04-26add known-bug test for unsound issue 49682whtahy-0/+46
2023-04-02Move some UI tests into subdirectoriesjyn-0/+87
to avoid going over the existing limit now that the ui-fulldeps tests have been moved to ui.
2023-03-29Use #[cfg(target_thread_local)] on itemsJohn Kåre Alsaker-2/+4
2023-03-29Test that TLS access works outside of the dylib it's defined inJohn Kåre Alsaker-0/+49
2023-02-28Add QNX Neutrino support to libstdFlorian Bartels-0/+1
Co-authored-by: gh-tr <troach@qnx.com>
2023-01-11Move /src/test to /testsAlbert Larsan-0/+133