about summary refs log tree commit diff
path: root/src/libstd/sys/redox/thread_local.rs
AgeCommit message (Collapse)AuthorLines
2019-02-28libstd => 2018Taiki Endo-3/+3
2019-01-26Replace deprecated ATOMIC_INIT constsMark Rousskov-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2017-05-21Implement requires_synchronized_create() for RedoxIan Douglas Scott-0/+5
This was breaking the libstd build for Redox.
2016-11-28Commit to fix make tidyJeremy Soller-1/+1
2016-10-30Fix for thread localsJeremy Soller-15/+24
2016-10-30Implement TLS scoped keys, compiler builtinsJeremy Soller-2/+2
2016-10-29Implement env, reentrant mutex, and partially implement scoped thread ↵Jeremy Soller-16/+32
locals. Better error messages for unsupported features
2016-10-27Add redox systemJeremy Soller-0/+41