about summary refs log tree commit diff
path: root/src/test/ui/thread-local
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-133/+0
2022-04-16Rollup merge of #95006 - tmiasko:thread-local-static, r=wesleywiserDylan DPC-0/+68
Reject `#[thread_local]` attribute on non-static items
2022-04-02Add test of thread_local! breaking on redefined u8David Tolnay-0/+15
2022-03-16Reject `#[thread_local]` attribute on non-static itemsTomasz Miąsko-0/+68
2021-09-15Move some tests to more reasonable directoriesCaio-0/+14
2021-06-16add regression test for issue #37508Yerkebulan Tulibergenov-0/+36