summaryrefslogtreecommitdiffstats
path: root/tokio-fs/src/lib.rs
AgeCommit message (Expand)Author
2019-10-21fs: move into `tokio` (#1672)Carl Lerche
2019-10-16fs: add read_to_string (#1664)Steven Fackler
2019-09-30Prepare for release of 0.2.0-alpha.6 (#1617)Jon Gjengset
2019-09-19Release 0.2.0 alpha.5 (#1576)Carl Lerche
2019-09-19chore: deny warnings for doc tests (#1539)Taiki Endo
2019-09-13chore: fix docs links (#1523)Geoff Shannon
2019-08-29prepare v0.2.0-alpha.4 (#1509)Sean McArthur
2019-08-28prepare v0.2.0-alpha.3 release (#1505)Carl Lerche
2019-08-27fs: add support for non-threadpool executors (#1495)Carl Lerche
2019-08-20chore: bump to newer nightly (#1485)Taiki Endo
2019-08-17chore: prepare 0.2.0-alpha.2 release (#1465)Carl Lerche
2019-08-15threadpool: move threadpool into tokio-executor (#1452)Carl Lerche
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-04fs: use async fn instead of custom futures (#1381)Carl Lerche
2019-07-19chore: remove tokio-futures facade crate (#1327)Carl Lerche
2019-07-19fs: add `remove_dir_all` and `RemoveDirAllFuture` (#1325)Dylan Frankland
2019-07-11fs: update to use `std::future` (#1269)andy finch
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-03-01Bump Tokio to 0.1.16. (#941)Carl Lerche
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2019-02-20Read write helpers (#896)Linus Färnstrand
2019-01-06Bump version to 0.1.14. (#836)Carl Lerche
2018-10-23Bump version to 0.1.12 (#718)Carl Lerche
2018-08-06Bump subcrate versions (#524)Carl Lerche
2018-07-31tokio-fs: Add async versions of most of std::fs (#494)Brian Olsen
2018-07-11tokio-fs: Bump version to 0.1.2 (#469)Laurențiu Nicola
2018-07-11Additional details for tokio-fs rustdoc (#454)David Kellum
2018-06-21Move metadata to a submodule (#439)Laurențiu Nicola
2018-06-20tokio-fs: add tokio_fs::metadata (#433)Laurențiu Nicola
2018-06-13Bump version of a number of sub crates (#414)Carl Lerche
2018-06-12Add OpenOptions to tokio-fs (#390)Mat Sadler
2018-06-06Fix description of BlockingError as io::Error (#384)David Kellum
2018-05-02Filesystem manipulation APIs. (#323)Carl Lerche