summaryrefslogtreecommitdiffstats
path: root/tokio/src/io/util/repeat.rs
AgeCommit message (Expand)Author
2020-10-12io: Rename `ReadBuf` methods (#2945)Lucio Franco
2020-08-13io: change AsyncRead to use a ReadBuf (#2758)Sean McArthur
2020-05-21io: remove zeroing for AsyncRead implementors (#2525)Mikail Bagishov
2020-04-12docs: replace some html links with rustdoc paths (#2381)xliiv
2020-01-07docs: improve tokio::io API documentation (#2060)Alice Ryhl
2019-11-22docs: annotate io mod with doc_cfg (#1808)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche