about summary refs log tree commit diff
path: root/src/libstd/sys/common/thread_local.rs
AgeCommit message (Expand)AuthorLines
2014-12-05prefer "FIXME" to "TODO".Aidan Cully-1/+1
2014-12-05work around portability issue on FreeBSD, in which the key returned fromAidan Cully-1/+17
2014-11-24std: Leak all statically allocated TLS keysAlex Crichton-35/+2
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-0/+306