about summary refs log tree commit diff
path: root/src/libstd/sys/common/thread_info.rs
AgeCommit message (Expand)AuthorLines
2014-12-18Rebasing fixes.Aaron Turon-1/+1
2014-12-18std: Move the panic flag to its own thread localAlex Crichton-11/+0
2014-12-18Revise std::thread API to join by defaultAaron Turon-0/+5
2014-12-18Avoid .take().unwrap() with FnOnce closuresAlex Crichton-3/+2
2014-12-18Fallout from new thread APIAaron Turon-9/+6
2014-12-18Revise rt::unwindAaron Turon-6/+24
2014-12-18Introduce std::threadAaron Turon-0/+60