about summary refs log tree commit diff
path: root/src/libstd/sync/mpsc/sync.rs
AgeCommit message (Expand)AuthorLines
2019-07-25Auto merge of #60340 - mgeier:cap-vs-capacity, r=alexcrichtonbors-7/+7
2019-07-05Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-07-01Convert more usages overChris Gregory-1/+1
2019-07-01Remove needless lifetimesJeremy Stucki-1/+1
2019-05-17Remove the unstable and deprecated mpsc_selectJosh Stone-37/+0
2019-04-27Rename .cap() methods to .capacity()Matthias Geier-7/+7
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-3/+3
2019-02-28libstd => 2018Taiki Endo-5/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-1/+1
2016-08-29Fix illegal instruction caused by overflow in channel cloningKeith Yeung-1/+12
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-1/+0
2016-07-08Check for data in Receiver::try_recv before reporting disconnectAndrew-1/+1
2016-06-22std: sync: Implement recv_timeout()Emilio Cobos Álvarez-17/+58
2015-09-08some more clippy-based improvementsAndre Bogus-9/+3
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-9/+9
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-6/+6
2015-03-24Added `T:Send` bound to `Packet<T>` to avoid specialized `Drop` impl.Felix S. Klock II-1/+1
2015-03-08Remove unneeded `Send` bounds from `std::sync::mpsc`.Huon Wilson-6/+6
2015-02-23int audit - std::syncNick Cameron-6/+6
2015-02-21Remove `'static` bound from sync::mpsc, Mutex and RwLock.Huon Wilson-6/+6
2015-02-18Update the libraries to reflect Send loosing the 'static bound.Huon Wilson-6/+6
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-1/+1
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-8/+9
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-3/+3
2015-01-07Replace full slice notation with index callsNick Cameron-1/+2
2015-01-03Remove deprecated functionalityAlex Crichton-6/+7
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-2/+2
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-0/+483
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-0/+483