summaryrefslogtreecommitdiffstats
path: root/tokio/src/prelude.rs
AgeCommit message (Expand)Author
2019-12-10io: add AsyncSeek trait (#1924)Michael Howell
2019-11-23docs: improve tokio::io API documentation (#1815)Carl Lerche
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche
2019-11-18chore: refine feature flags (#1785)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-02chore: annotate prelude re-exports as `doc(no_inline)` (#1601)Jonathan Bastien-Filiatrault
2019-08-07sync: track upstream loom changes (#1407)Carl Lerche
2019-08-06tokio: fix API doc examples (#1396)Carl Lerche
2019-08-03tokio: re-export future/stream utils (#1387)Carl Lerche
2019-08-02tokio: add async io traits to prelude (#1378)Carl Lerche
2019-07-01tokio: re-enable timer in runtimes (#1237)Carl Lerche
2019-06-24Update Tokio to use `std::future`. (#1120)Carl Lerche
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-04-25Async/await polish (#1058)Carl Lerche
2019-03-19chore: repo maintenance + no path dependencies (#991)Carl Lerche