about summary refs log tree commit diff
path: root/src/libstd/sys/unix/ext/thread.rs
AgeCommit message (Expand)AuthorLines
2019-02-28libstd => 2018Taiki Endo-3/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-04-14Add doc links to `std::os` extension traitsDylan MacKenzie-1/+3
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-5/+9
2016-03-31Fix a typo in the doc comment of `std::os::unix::thread::JoinHandleExt`Tobias Bucher-1/+1
2016-02-13std: Deprecate all std::os::*::raw typesAlex Crichton-2/+4
2015-12-04Add JoinHandleExt to get the pthread_t on unix platformsPeter Atashian-0/+43