summaryrefslogtreecommitdiff
path: root/src/libstd/sync/mpsc/mpsc_queue.rs
Commit message (Expand)AuthorAgeFilesLines
* Add missing annotations and some testsVadim Petrochenkov2015-11-181-1/+0
* Register new snapshotsAlex Crichton2015-08-111-3/+0
* syntax: Implement #![no_core]Alex Crichton2015-08-031-1/+2
* More test fixes and fallout of stability changesAlex Crichton2015-06-171-2/+1
* std: Split the `std_misc` featureAlex Crichton2015-06-171-2/+0
* Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee2015-05-091-1/+1
* Register new snapshotsTamir Duberstein2015-04-281-1/+0
* Test fixes and rebase conflicts, round 2Alex Crichton2015-04-011-2/+2
* rollup merge of #23176: huonw/rm-boundsAlex Crichton2015-04-011-2/+2
|\
| * Remove unneeded `Send` bounds from `std::sync::mpsc`.Huon Wilson2015-03-081-2/+2
* | Added `T:Send` bound to `Queue<T>` to avoid specialized Drop impl.Felix S. Klock II2015-03-241-1/+1
|/
* Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II2015-03-031-1/+1
* Use boxed functions instead of transmuteStepan Koltsov2015-02-231-4/+4
* Remove `'static` bound from sync::mpsc, Mutex and RwLock.Huon Wilson2015-02-211-3/+3
* Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis2015-02-181-3/+3
* rollup merge of #22319: huonw/send-is-not-staticAlex Crichton2015-02-171-3/+3
|\
| * Update the libraries to reflect Send loosing the 'static bound.Huon Wilson2015-02-181-3/+3
* | Fallout from stabilizationAaron Turon2015-02-171-2/+2
|/
* Remove all `i` suffixesTobias Bucher2015-01-301-2/+2
* `for x in range(a, b)` -> `for x in a..b`Jorge Aparicio2015-01-291-3/+3
* Merge remote-tracking branch 'rust-lang/master'Brian Anderson2015-01-251-1/+2
|\
| * Replace `0 as *const/mut T` with `ptr::null/null_mut()`we2015-01-191-1/+2
* | grandfathered -> rust1Brian Anderson2015-01-231-1/+1
* | Set unstable feature names appropriatelyBrian Anderson2015-01-231-1/+1
* | Remove 'since' from unstable attributesBrian Anderson2015-01-211-1/+1
* | Add 'feature' and 'since' to stability attributesBrian Anderson2015-01-211-2/+2
|/
* Improvements to feature stagingBrian Anderson2015-01-081-1/+1
* Fallout from stabilizationAaron Turon2015-01-061-1/+1
* Stabilization of impls and fallout from stabilizationAaron Turon2015-01-051-0/+1
* Remove deprecated functionalityAlex Crichton2015-01-031-6/+6
* std: Second pass stabilization for `comm`Alex Crichton2014-12-291-0/+205