about summary refs log tree commit diff
path: root/src/libstd/thread.rs
AgeCommit message (Expand)AuthorLines
2015-03-23Implement RFC 909: move thread_local into threadAaron Turon-960/+0
2015-03-21Auto merge of #23470 - alexcrichton:less-prelude, r=aturonbors-2/+3
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-2/+3
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-4/+4
2015-03-17Auto merge of #23330 - alexcrichton:thread-sleep, r=aturonbors-0/+19
2015-03-17std: Implement `thread::sleep`Alex Crichton-0/+19
2015-03-16thread: 'dur' -> 'duration'Tshepang Lekhonkhobe-6/+6
2015-03-13Fallout of std::old_io deprecationAlex Crichton-14/+0
2015-03-12std: Stabilize the `io` moduleAlex Crichton-22/+11
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-10/+6
2015-03-11Explain why immediately dropping a JoinGuard is not what you want to doJake Goulding-1/+1
2015-03-09remove uses of as_slice where deref coercions can be usedRicho Healey-1/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-1/+1
2015-03-03Revert incorrect `usize` -> `u32` replacements from #22510Tobias Bucher-6/+6
2015-03-03Rollup merge of #22876 - Florob:const, r=nikomatsakisManish Goregaokar-1/+1
2015-03-03Rollup merge of #22689 - tshepang:thread-doc-improvements, r=steveklabnikManish Goregaokar-22/+16
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-1/+1
2015-03-01Replace int/uint by isize/usizeGuillaumeGomez-10/+10
2015-02-24Rollup merge of #22604 - aochagavia:docs, r=alexcrichtonManish Goregaokar-5/+8
2015-02-23doc: I learnt from review that this is now implementedTshepang Lekhonkhobe-4/+0
2015-02-22doc: nits and fixes for thread APITshepang Lekhonkhobe-18/+16
2015-02-22Rollup merge of #22567 - Gankro:unstable, r=alexcrichtonManish Goregaokar-2/+2
2015-02-22Rollup merge of #22545 - Ryman:fucntion, r=dotdashManish Goregaokar-14/+14
2015-02-21Fix thread documentationAdolfo OchagavĂ­a-5/+8
2015-02-20try to reduce bajillion warningsAlexis-2/+2
2015-02-19typo: fucntion -> functionKevin Butler-14/+14
2015-02-18Minor unused imports etc.Niko Matsakis-1/+1
2015-02-18Fallout: extend thread with phantomdata for `'a` lifetimeNiko Matsakis-3/+3
2015-02-17Test fixes and rebase conflictsAlex Crichton-13/+12
2015-02-17rollup merge of #22319: huonw/send-is-not-staticAlex Crichton-8/+8
2015-02-17Test fixes and rebase conflictsAlex Crichton-18/+18
2015-02-18Update tests for the Send - 'static change.Huon Wilson-2/+2
2015-02-17Fallout from stabilizationAaron Turon-41/+61
2015-02-17Revise std::thread semanticsAaron Turon-107/+263
2015-02-18Add missing marker to std::thread::JoinGuard.Huon Wilson-1/+3
2015-02-18Update the libraries to reflect Send loosing the 'static bound.Huon Wilson-7/+7
2015-02-10Move native thread name setting from thread_info to Thread, fixes #21911Vojtech Kral-0/+1
2015-02-08Move native thread name setting from thread_info to Thread, fixes #21911Vojtech Kral-0/+4
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-3/+2
2015-02-04remove all kind annotations from closuresJorge Aparicio-3/+3
2015-01-30Implement Thread::park_timeoutCarl Lerche-1/+56
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-2/+2
2015-01-26Fallout of io => old_ioAlex Crichton-2/+2
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-7/+7
2015-01-23grandfathered -> rust1Brian Anderson-14/+14
2015-01-23Set unstable feature names appropriatelyBrian Anderson-11/+11
2015-01-22Rollup merge of #21325 - nagisa:thread-panicking, r=steveklabnikSteve Klabnik-1/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-11/+11
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-25/+33