summaryrefslogtreecommitdiffstats
path: root/tokio-io/src/io/copy.rs
AgeCommit message (Expand)Author
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-07io: add missing utility functions (#1632)Eliza Weisman
2019-10-07chore: fix a comment typo (#1633)Nick Stott
2019-09-25io: remove unsafe pin-projections and remove manual Unpin implementations (#1...Taiki Endo
2019-08-11chore: bump to newer nightly (#1426)Taiki Endo
2019-08-02io: move io helpers back into `tokio-io` (#1377)Lucio Franco
2019-06-24Update Tokio to use `std::future`. (#1120)Carl Lerche
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2018-03-02Add AsyncRead::poll_read, AsyncWrite::poll_write. (#170)Carl Lerche
2018-02-12Split io code (#129)Roman