about summary refs log tree commit diff
path: root/src/libstd/thread.rs
AgeCommit message (Expand)AuthorLines
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
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