about summary refs log tree commit diff
path: root/src/libstd/sys/windows/thread.rs
AgeCommit message (Expand)AuthorLines
2015-04-22std: Audit std::thread implementationsAlex Crichton-77/+66
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-17std: Implement `thread::sleep`Alex Crichton-0/+16
2015-03-15std: Clean up the sys::thread modulesAlex Crichton-30/+20
2015-02-23Test fixes and rebase conflictsAlex Crichton-1/+0
2015-02-23Fix windows failure (fixup #22538)Manish Goregaokar-1/+0
2015-02-23Use boxed functions instead of transmuteStepan Koltsov-2/+5
2015-02-17Test fixes and rebase conflictsAlex Crichton-1/+2
2015-02-17Revise std::thread semanticsAaron Turon-3/+5
2015-02-01std: Add a new `env` moduleAlex Crichton-2/+0
2015-01-27Thread native name setting, fix #10302Vojtech Kral-2/+2
2015-01-27Thread native name setting, fix #10302Vojtech Kral-0/+7
2015-01-06More test fixesAlex Crichton-1/+1
2014-12-18Revise std::thread API to join by defaultAaron Turon-3/+4
2014-12-18libs: merge librustrt into libstdAaron Turon-0/+95