summaryrefslogtreecommitdiffstats
path: root/tokio-buf
AgeCommit message (Expand)Author
2019-09-19chore: deny warnings for doc tests (#1539)Taiki Endo
2019-09-13chore: fix docs links (#1523)Geoff Shannon
2019-08-18docs: add docs.rs metadata to build with all features (#1471)Ivan Petkov
2019-08-11chore: apply unreachable_pub and missing_debug_implementations to all crates ...Taiki Endo
2019-08-10chore: change default lint level to warning and deny warnings in CI (#1416)Taiki Endo
2019-08-08chore: prepare for v0.2.0-alpha.1 release (#1410)Lucio Franco
2019-08-02docs: update API documentation for some crates (#1380)Carl Lerche
2019-07-25buf: Inital pass at updating BufStream (#1355)Lucio Franco
2019-07-03Remove usage of deprecated std::error::Error methods (#1206) (#1245)Steffen Butzer
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-04-24chore: remember to remove path deps on release (#1057)Carl Lerche
2019-04-22Bump `tokio` to 0.1.19. (#1053)Carl Lerche
2019-04-18buf: Add IntoStream (#1048)Lucio Franco
2019-03-29buf: stream and iter helpers (#1011)Carl Lerche
2019-03-29buf: impl Error for CollectVecError (#1010)Carl Lerche
2019-03-28buf: impl size_hint for str types + reorg tests (#1012)Carl Lerche
2019-03-27buf: implement FromBufStream for Bytes (#1009)Carl Lerche
2019-03-25Corrected doc for tokio_buf SizeHint (#1003)MOZGIII
2019-02-24Fix rustfmt check (#927)Carl Lerche
2019-02-23Bump tokio-buf to v0.1.0 (#925)Carl Lerche
2019-02-23buf: misc polish (#924)Carl Lerche
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2019-02-19buf: Add `BufStreamExt` trait and add a core feature (#897)Lucio Franco
2019-01-06Bump version to 0.1.14. (#836)Carl Lerche
2018-10-29Add tokio-buf and a `BufStream` trait (#611)Carl Lerche