about summary refs log tree commit diff
path: root/src/libstd/sync/mpsc/stream.rs
AgeCommit message (Expand)AuthorLines
2015-04-01Test fixes and rebase conflicts, round 2Alex Crichton-4/+4
2015-04-01rollup merge of #23176: huonw/rm-boundsAlex Crichton-2/+2
2015-03-24Added `T:Send` bound to `sync::mpsc::Receiver` and `sync::mpsc::Sender`.Felix S. Klock II-4/+4
2015-03-08Remove unneeded `Send` bounds from `std::sync::mpsc`.Huon Wilson-2/+2
2015-02-23int audit - std::syncNick Cameron-5/+5
2015-02-21Remove `'static` bound from sync::mpsc, Mutex and RwLock.Huon Wilson-2/+2
2015-02-17rollup merge of #22319: huonw/send-is-not-staticAlex Crichton-2/+2
2015-02-17Fallout from stabilizationAaron Turon-2/+2
2015-02-18Update the libraries to reflect Send loosing the 'static bound.Huon Wilson-2/+2
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-4/+4
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-5/+5
2015-01-07fix the `&mut _` patternsJorge Aparicio-3/+3
2015-01-03Remove deprecated functionalityAlex Crichton-32/+32
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-0/+484