summaryrefslogtreecommitdiffstats
path: root/tokio-io/src/io/read_until.rs
AgeCommit message (Expand)Author
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-09-25io: remove unsafe pin-projections and remove manual Unpin implementations (#1...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-02-12Split io code (#129)Roman