about summary refs log tree commit diff
path: root/src/libstd/thread.rs
AgeCommit message (Expand)AuthorLines
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-3/+1
2014-12-20Fix the fallout of removing feature(import_shadowing).Eduard Burtescu-2/+6
2014-12-18std: Move the panic flag to its own thread localAlex Crichton-1/+1
2014-12-18Revise std::thread API to join by defaultAaron Turon-164/+157
2014-12-18Avoid .take().unwrap() with FnOnce closuresAlex Crichton-11/+14
2014-12-18Fallout from new thread APIAaron Turon-13/+14
2014-12-18Introduce std::threadAaron Turon-0/+655