summaryrefslogtreecommitdiffstats
path: root/tokio/src/fs
AgeCommit message (Expand)Author
2020-11-12fs: small documentation fixes (#3133)Nylonicious
2020-10-20fs: flush on shutdown (#3009)Zahari Dichev
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-10-09fs: future proof `File` (#2930)Carl Lerche
2020-10-08fs: add os::windows::OpenOptionsExt (#2923)Taiki Endo
2020-10-08io: remove Poll from the AsyncSeek::start_seek return value (#2885)Zahari Dichev
2020-10-08fs: switch to our own DirEntryExt trait (#2921)Taiki Endo
2020-10-05fs: seal OpenOptionsExt and DirBuilderExt (#2909)Taiki Endo
2020-10-01chore: make #[doc(hidden)] apis private (#2901)Alice Ryhl
2020-09-05fs: remove File::seek (#2810)Zahari Dichev
2020-08-28fs: implement FromRawFd & FromRawHandle for File (#2792)Nikolai Vazquez
2020-08-13io: change AsyncRead to use a ReadBuf (#2758)Sean McArthur
2020-08-11fs: add comment explaing File flush is a no-op (#2761)Kruno Tomola Fabro
2020-05-31docs: use intra-links in the docs (#2575)xliiv
2020-05-21io: remove zeroing for AsyncRead implementors (#2525)Mikail Bagishov
2020-05-21fs: implement OpenOptionsExt for OpenOptions (#2515)Charles Hovine
2020-05-21fs: add DirBuilder (#2524)Dmitri Shkurski
2020-04-23docs: make it easier to discover extension traits (#2434)Alice Ryhl
2020-04-12docs: replace some html links with rustdoc paths (#2381)xliiv
2020-04-02fs: Copy file permissions (#2354)Kevin Leimkuhler
2020-01-24fs: add fs::copy (#2079)Dominic
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-08Fix Seek adapter and AsyncSeek error handling for FileJeb Rosen
2019-12-22doc: fill out `fs` and remove html links (#2015)Carl Lerche
2019-12-19fs: add deprecated fs::File::seek fn (#1991)Carl Lerche
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
2019-12-10io: add AsyncSeek trait (#1924)Michael Howell
2019-11-28fs: add File::into_std and File::try_into_std methods (#1856)Bartek Iwańczuk
2019-11-27doc: misc API documentation fixes (#1834)Oleg Nosov
2019-11-26fs: impl AsRawFd / AsRawHandle for File (#1827)Carl Lerche
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche
2019-11-20Fix doc links (#1799)Pen Tree
2019-11-16io: expose std{in, out, err} under io feature (#1759)Taiki Endo
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche
2019-11-05runtime: combine `executor` and `runtime` mods (#1734)Carl Lerche
2019-10-28executor: move into `tokio` crate (#1702)Carl Lerche
2019-10-27Fix docs links: Redux (#1698)Geoff Shannon
2019-10-26chore: use argument position impl trait (#1690)Linus Färnstrand
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-21fs: move into `tokio` (#1672)Carl Lerche