about summary refs log tree commit diff
path: root/src/libstd/sync/mpsc/select.rs
AgeCommit message (Expand)AuthorLines
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-2/+2
2019-02-28libstd => 2018Taiki Endo-5/+3
2019-02-20Rollup merge of #58553 - scottmcm:more-ihle, r=Centrilkennytm-2/+2
2019-02-17Use more impl header lifetime elisionScott McMurray-2/+2
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-4/+4
2019-02-11Fiddle through the module visibilities for testsOliver Scherer-1/+1
2019-02-11Move out tests of a deprecated module to work around `#[test]` bugsOliver Scherer-414/+0
2019-02-10libs: doc commentsAlexander Regueiro-2/+2
2019-02-10tests: doc commentsAlexander Regueiro-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-08Deprecate channel selectionStjepan Glavina-4/+3
2018-07-10Deny bare trait objects in `src/libstd`.ljedrz-1/+1
2018-04-28stabilize `#[must_use]` for functions and must-use operatorsZack M. Davis-0/+2
2017-10-09Refactor to use `debug_struct` in several Debug implsMalo Jaffré-16/+2
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-2/+2
2016-10-04Rollup merge of #36902 - ollie27:stab_impls, r=alexcrichtonManish Goregaokar-2/+0
2016-10-02Add a platform-abstraction tidy scriptBrian Anderson-1/+1
2016-10-01std: Correct stability attributes for some implementationsOliver Middleton-2/+0
2016-09-30Ignore entire test modules on emscripten instead of individual testsBrian Anderson-12/+1
2016-09-30Ignore lots and lots of std tests on emscriptenBrian Anderson-0/+11
2016-09-18Add missing Eq implementationsGuillaume Gomez-1/+1
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-2/+0
2016-01-26Fix warnings during testsAlex Crichton-1/+1
2016-01-14std::sync::mpsc: Add fmt::Debug stubsOlaf Buddenhagen-0/+30
2015-08-15std: Add issues to all unstable featuresAlex Crichton-1/+2
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-3/+2
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+2
2015-07-27Show appropriate feature flags in docsSteve Klabnik-2/+4
2015-06-17std: Split the `std_misc` featureAlex Crichton-3/+3
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-1/+1
2015-05-05std: update select internals to not use mutable transmutingSean McArthur-11/+19
2015-04-28Register new snapshotsTamir Duberstein-2/+0
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