about summary refs log tree commit diff
path: root/src/libstd/thread.rs
AgeCommit message (Expand)AuthorLines
2015-01-22Rollup merge of #21325 - nagisa:thread-panicking, r=steveklabnikSteve Klabnik-1/+1
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-6/+6
2015-01-17Refine wording of Thread::panickingSimonas Kazlauskas-1/+1
2015-01-08Improvements to feature stagingBrian Anderson-3/+3
2015-01-07Merge pull request #20674 from jbcrail/fix-misspelled-commentsbors-1/+1
2015-01-06Fix misspelled comments.Joseph Crail-1/+1
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-65/+133
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-06Fallout from stabilizationAaron Turon-22/+19
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-06Stabilize std::threadAaron Turon-44/+115
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-0/+1
2015-01-04auto merge of #20393 : japaric/rust/impl-any, r=aturonbors-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-7/+0
2015-01-03remove `Any[Mut]RefExt` traits in favor of `impl Any`Jorge Aparicio-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-2/+2
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