about summary refs log tree commit diff
path: root/src/libstd/thread/mod.rs
AgeCommit message (Expand)AuthorLines
2015-03-24Added `T:Send` bound to `JoinGuard<T>` to avoid specialized `Drop` impl.Felix S. Klock II-1/+1
2015-03-23Implement RFC 909: move thread_local into threadAaron Turon-0/+1026