summaryrefslogtreecommitdiffstats
path: root/tokio/src/io/util/buf_stream.rs
AgeCommit message (Expand)Author
2020-08-13io: change AsyncRead to use a ReadBuf (#2758)Sean McArthur
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-20io: add `BufStream::with_capacity` (#2125)Vitor Enes
2020-01-13io: Drop AsyncBufRead bound on BufStream impl (#2108)John-John Tedro
2019-11-22docs: annotate io mod with doc_cfg (#1808)Carl Lerche
2019-11-20chore: update `bytes` dependency to git master (#1796)Carl Lerche
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