summaryrefslogtreecommitdiffstats
path: root/tokio/src/io
AgeCommit message (Expand)Author
2019-11-16io: expose std{in, out, err} under io feature (#1759)Taiki Endo
2019-11-16chore: migrate from pin-project to pin-project-lite (#1778)Taiki Endo
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-05fix clippy (#1737)Carl Lerche
2019-11-03impl AsyncWrite for std::io::Cursor (#1730)Sebastian Dröge
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-21fs: move into `tokio` (#1672)Carl Lerche
2019-08-02io: move io helpers back into `tokio-io` (#1377)Lucio Franco
2019-08-02io: Add `AsyncWriteExt::flush` (#1376)Lucio Franco
2019-07-19chore: remove tokio-futures facade crate (#1327)Carl Lerche
2019-07-19tokio: add AsyncReadExt::read_to_string (#1326)Taiki Endo
2019-07-15add #[must_use] to more futures and streams (#1309)Taiki Endo
2019-07-15Fix import of ready macroTaiki Endo
2019-07-15tokio: add AsyncBufReadExt::linesTaiki Endo
2019-07-15tokio: add AsyncBufReadExt::read_lineTaiki Endo
2019-07-15tokio: add AsyncBufReadExt::read_untilTaiki Endo
2019-07-15io: add AsyncBufRead traitTaiki Endo
2019-07-15chore: use ready macro from `futures-core` (#1300)Gurwinder Singh
2019-07-09tokio: add AsyncReadExt::read_to_end (#1279)Carl Lerche
2019-07-09tokio: add AsyncWriteExt::write_all (#1277)Carl Lerche
2019-07-01io: fix documents (#1231)Taiki Endo
2019-06-27chore: format code and enable rustfmt CI task (#1212)Carl Lerche
2019-06-26tokio: move I/O helpers to ext traits (#1204)Carl Lerche
2019-06-26tokio: add read_exact method (#1202)Bhargav
2019-06-25tokio: Add io copy, read, and write (#1187)Lucio Franco