about summary refs log tree commit diff
path: root/src/libstd/sys/common/thread.rs
AgeCommit message (Expand)AuthorLines
2015-04-22std: Audit std::thread implementationsAlex Crichton-14/+14
2015-04-01Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an aliasNiko Matsakis-1/+2
2015-03-15std: Clean up the sys::thread modulesAlex Crichton-10/+5
2015-02-23Use boxed functions instead of transmuteStepan Koltsov-1/+1
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-2/+2
2014-12-18Revise std::thread API to join by defaultAaron Turon-2/+3
2014-12-18libs: merge librustrt into libstdAaron Turon-0/+34