about summary refs log tree commit diff
path: root/src/libstd/sync/mpsc/select.rs
AgeCommit message (Expand)AuthorLines
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-2/+2
2015-03-24Added `T:Send` bound to `sync::mpsc::Receiver` and `sync::mpsc::Sender`.Felix S. Klock II-1/+1
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+2
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-1/+1
2015-02-24Fix integers in tests (fixup #22700)Manish Goregaokar-1/+1
2015-02-23int audit - std::syncNick Cameron-30/+30
2015-02-21Remove `'static` bound from sync::mpsc, Mutex and RwLock.Huon Wilson-3/+3
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-8/+8
2015-02-17rollup merge of #22319: huonw/send-is-not-staticAlex Crichton-3/+3
2015-02-17Fallout from stabilizationAaron Turon-21/+21
2015-02-18Update the libraries to reflect Send loosing the 'static bound.Huon Wilson-3/+3
2015-02-13Improve documentation for `Select::new()`.Steve Klabnik-4/+11
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-3/+3
2015-01-30Remove all `i` suffixesTobias Bucher-4/+4
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-10/+10
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-34/+7
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-6/+7
2015-01-21rollup merge of #21444: petrochenkov/nullAlex Crichton-7/+7
2015-01-20Register snapshot for 9006c3cFlavio Percoco-27/+0
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-8/+9
2015-01-16Don't use NoSend/NoSync in libstdFlavio Percoco-0/+28
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07markers -> markerNick Cameron-3/+3
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-3/+3
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-03std: fix falloutJorge Aparicio-1/+3
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-1/+0
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-0/+747