summaryrefslogtreecommitdiffstats
path: root/tests-integration
AgeCommit message (Expand)Author
2020-10-12rt: simplify rt-* features (#2949)Taiki Endo
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-09-07process: add Child::{wait,try_wait} (#2796)Ivan Petkov
2020-08-27rt: Refactor `Runtime::block_on` to take `&self` (#2782)Lucio Franco
2020-03-20rt: remove `unsafe` from shell runtime. (#2333)Carl Lerche
2020-01-26macros: fix skipping generics on #[tokio::main] (#2177)daxpedda
2020-01-23macros: add pin! macro (#2163)Carl Lerche
2020-01-22Provide `select!` macro (#2152)Carl Lerche
2020-01-21macros: fix `#[tokio::main]` without rt-core (#2139)Carl Lerche
2020-01-06process: deprecate Child stdio accessors in favor of pub fields (#2014)Ivan Petkov
2019-11-22default all feature flags to off (#1811)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-07chore: update futures to 0.3.0 (#1741)Taiki Endo
2019-10-25net: move into tokio crate (#1683)Carl Lerche