about summary refs log tree commit diff
path: root/src/libstd/sync/mpsc/mod.rs
AgeCommit message (Expand)AuthorLines
2015-03-24Added `T:Send` bound to `Packet<T>` to avoid specialized `Drop` impl.Felix S. Klock II-1/+1
2015-03-24Added `T:Send` bound to `sync::mpsc::Receiver` and `sync::mpsc::Sender`.Felix S. Klock II-7/+7
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+2
2015-03-23rollup merge of #23541: aturon/stab-errorAlex Crichton-2/+2
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+2
2015-03-23Stabilize the Error traitAaron Turon-2/+2
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-1/+1
2015-03-11Example -> ExamplesSteve Klabnik-3/+3
2015-03-06Implement std::error::Error for std::sync::mpsc error typesDan Burkert-0/+63
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-4/+4
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-4/+4
2015-02-27Add some missing stability attributes on struct fields.Huon Wilson-1/+1
2015-02-23int audit - std::syncNick Cameron-94/+94
2015-02-21Remove `'static` bound from sync::mpsc, Mutex and RwLock.Huon Wilson-15/+15
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-10/+10
2015-02-17rollup merge of #22319: huonw/send-is-not-staticAlex Crichton-15/+15
2015-02-17Fallout from stabilizationAaron Turon-77/+77
2015-02-18Update the libraries to reflect Send loosing the 'static bound.Huon Wilson-15/+15
2015-02-13Remove a few uses of deprecated getenvSimonas Kazlauskas-8/+8
2015-02-05Mention the queueueue-ness of mpsc.Steve Klabnik-1/+1
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-23/+23
2015-01-30std: Stabilize the std::fmt moduleAlex Crichton-3/+3
2015-01-30Remove all `i` suffixesTobias Bucher-23/+23
2015-01-29s/Show/Debug/gJorge Aparicio-2/+2
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-10/+10
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-27/+27
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-2/+19
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-58/+25
2015-01-23grandfathered -> rust1Brian Anderson-28/+28
2015-01-23std: Relax Result::unwrap() to DebugAlex Crichton-2/+19
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-28/+28
2015-01-21Test fixes and rebase conflictsAlex Crichton-2/+0
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-8/+12
2015-01-21rollup merge of #21438: taralx/kill-racycellAlex Crichton-33/+15
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-8/+12
2015-01-20Register snapshot for 9006c3cFlavio Percoco-17/+0
2015-01-20Kill RacyCell in favor of marking SyncSender explicitly Send.JP Sugarbroad-34/+17
2015-01-16Don't use NoSend/NoSync in libstdFlavio Percoco-0/+18
2015-01-06More test fixesAlex Crichton-1/+1
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-34/+34
2015-01-07markers -> markerNick Cameron-3/+3
2015-01-06Fallout from stabilizationAaron Turon-34/+34
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-3/+3
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-692/+721
2015-01-05rollup merge of #20565: alexcrichton/missing-stabilityAlex Crichton-2/+4
2015-01-05rollup merge of #20560: aturon/stab-2-iter-ops-sliceAlex Crichton-3/+8
2015-01-05Remove i suffix in docsSteve Klabnik-725/+695
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-1/+4