about summary refs log tree commit diff
path: root/src/libstd/thread.rs
AgeCommit message (Expand)AuthorLines
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-9/+9
2015-01-02std: Stabilize the prelude moduleAlex Crichton-2/+4
2014-12-29rollup merge of #20223: aochagavia/typoAlex Crichton-1/+1
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-9/+9
2014-12-29std: Return Result from RWLock/Mutex methodsAlex Crichton-3/+4
2014-12-29std: Stabilize the prelude moduleAlex Crichton-2/+4
2014-12-26Relax `Arc` bounds don't require Sync+SendFlavio Percoco-6/+13
2014-12-26Move RacyCell to `std::comm`Flavio Percoco-1/+1
2014-12-26Make Send and Sync traits unsafeFlavio Percoco-2/+5
2014-12-26Require types to opt-in SyncFlavio Percoco-5/+6
2014-12-25Fix typo in std::thread commentsAdolfo OchagavĂ­a-1/+1
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