summary refs log tree commit diff
path: root/src/test/run-pass/thread-local-extern-static.rs
AgeCommit message (Expand)AuthorLines
2017-08-12Check #[thread_local] statics correctly in the compiler.Eduard-Mihai Burtescu-5/+13
2017-07-08Make `patterns_in_fns_without_body` warn-by-default againVadim Petrochenkov-1/+3
2016-02-22Ignore test case on Windows.Michael Neumann-0/+1
2016-02-21Run thread-local-extern-static test only on supported platforms.Michael Neumann-1/+2
2016-02-20Fix test case. Needs no_mangle and aux-buildMichael Neumann-0/+2
2016-02-19Add license and feature(thread_local)Michael Neumann-0/+12
2016-01-12Add test case for #[thread_local] on extern staticsMichael Neumann-0/+10