about summary refs log tree commit diff
path: root/src/libstd/sync/mpsc/spsc_queue.rs
AgeCommit message (Expand)AuthorLines
2020-03-06fix various typosMatthias Krüger-1/+1
2019-11-29Format libstd with rustfmtDavid Tolnay-23/+24
2019-02-28libstd => 2018Taiki Endo-5/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2018-04-12Import the `alloc` crate as `alloc_crate` in stdSimon Sapin-1/+1
2017-10-08Remove Queue::new.Joshua Lockerman-29/+5
2017-10-08cfg out Queue::new for emscriptenJLockerman-1/+1
2017-10-01Improve performance of spsc_queue and stream.Joshua Lockerman-55/+106
2017-05-22libstd/sync/mpsc: relicense under rust licenseDmitry Vyukov-28/+11
2016-09-30Ignore various entire test modules on emscriptenBrian Anderson-2/+1
2016-09-30Ignore lots and lots of std tests on emscriptenBrian Anderson-0/+1
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-2/+0
2016-06-09fix stdtestAriel Ben-Yehuda-5/+8
2015-09-08some more clippy-based improvementsAndre Bogus-4/+3
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+2
2015-06-17More test fixes and fallout of stability changesAlex Crichton-2/+1
2015-06-17std: Split the `std_misc` featureAlex Crichton-2/+0
2015-05-25Remove unsafe block around boxed::into_raw() as it is now safeMichael Layzell-6/+4
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-1/+1
2015-04-28Register new snapshotsTamir Duberstein-1/+0
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
2015-04-01Test fixes and rebase conflicts, round 2Alex Crichton-1/+1
2015-04-01rollup merge of #23176: huonw/rm-boundsAlex Crichton-3/+3
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-3/+3
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-1/+1
2015-02-24Rollup merge of #22700 - nick29581:ints_hash, r=alexcrichtonManish Goregaokar-3/+3
2015-02-23int audit - std::syncNick Cameron-3/+3
2015-02-23Use boxed functions instead of transmuteStepan Koltsov-4/+4
2015-02-21Remove `'static` bound from sync::mpsc, Mutex and RwLock.Huon Wilson-5/+5
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-1/+1
2015-02-17rollup merge of #22319: huonw/send-is-not-staticAlex Crichton-5/+5
2015-02-17Fallout from stabilizationAaron Turon-2/+2
2015-02-18Update the libraries to reflect Send loosing the 'static bound.Huon Wilson-5/+5
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-01-30Remove all `i` suffixesTobias Bucher-8/+8
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-2/+2
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-2/+3
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-2/+3
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-5/+5
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-20/+21
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-0/+343