summaryrefslogtreecommitdiffstats
path: root/tokio-io/src/async_read.rs
AgeCommit message (Expand)Author
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-08-18docs: fix all rustdoc warnings (#1474)Ivan Petkov
2019-08-07io: implement AsyncBufRead for &[u8] and Cursor (#1397)tmiasko
2019-07-26ci: enable clippy lints (#1335)Taiki Endo
2019-07-15chore: use ready macro from `futures-core` (#1300)Gurwinder Singh
2019-07-01io: fix documents (#1231)Taiki Endo
2019-06-24Update Tokio to use `std::future`. (#1120)Carl Lerche
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-02-22tokio-io: Add `unsplit`. (#807)Toralf Wittner
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2018-10-01io: fix minor documentation errors for Async{Read,Write} (#677)Sven Marnach
2018-08-31Update documentation for AsyncRead and AsyncWrite (#596)Zachary Stewart
2018-08-25Spelling fixes (#571)Ben Boeckel
2018-06-04Create tokio-codec (#360)Bryan Burgers
2018-03-02Add AsyncRead::poll_read, AsyncWrite::poll_write. (#170)Carl Lerche
2018-03-01Add `io` facade and update `reactor` docs (#166)Carl Lerche
2018-02-12Split io code (#129)Roman