about summary refs log tree commit diff
path: root/src/libstd/sync/mpsc/shared.rs
AgeCommit message (Expand)AuthorLines
2019-05-17Remove the unstable and deprecated mpsc_selectJosh Stone-28/+7
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-2/+2
2019-02-28libstd => 2018Taiki Endo-10/+10
2019-02-10libs: doc commentsAlexander Regueiro-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2016-12-16Replace invalid use of `&mut` with `UnsafeCell` in `std::sync::mpsc`Andrew Paseltiner-50/+56
2016-08-29Fix illegal instruction caused by overflow in channel cloningKeith Yeung-3/+12
2016-06-22std: sync: Implement recv_timeout()Emilio Cobos Álvarez-5/+12
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+2
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-3/+3
2015-04-28Register new snapshotsTamir Duberstein-1/+0
2015-04-01Test fixes and rebase conflicts, round 2Alex Crichton-1/+1
2015-04-01rollup merge of #23176: huonw/rm-boundsAlex Crichton-2/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-24Added `T:Send` bound to `Queue<T>` to avoid specialized Drop impl.Felix S. Klock II-1/+1
2015-03-08Remove unneeded `Send` bounds from `std::sync::mpsc`.Huon Wilson-2/+2
2015-02-23int audit - std::syncNick Cameron-4/+4
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-4/+4
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-6/+6
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-9/+9
2015-01-03Remove deprecated functionalityAlex Crichton-47/+48
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-0/+486
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-0/+486