summaryrefslogtreecommitdiffstats
path: root/tokio-fs/src/rename.rs
AgeCommit message (Expand)Author
2019-10-21fs: move into `tokio` (#1672)Carl Lerche
2019-09-13chore: fix docs links (#1523)Geoff Shannon
2019-08-27fs: add support for non-threadpool executors (#1495)Carl Lerche
2019-08-04fs: use async fn instead of custom futures (#1381)Carl Lerche
2019-07-20chore: remove redundant field names in struct literals (#1334)Taiki Endo
2019-07-15add #[must_use] to more futures and streams (#1309)Taiki Endo
2019-07-11fs: update to use `std::future` (#1269)andy finch
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2018-07-31tokio-fs: Add async versions of most of std::fs (#494)Brian Olsen