summaryrefslogtreecommitdiffstats
path: root/tokio/src/fs/file.rs
AgeCommit message (Expand)Author
2020-10-20fs: flush on shutdown (#3009)Zahari Dichev
2020-10-09fs: future proof `File` (#2930)Carl Lerche
2020-10-08io: remove Poll from the AsyncSeek::start_seek return value (#2885)Zahari Dichev
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-21io: remove zeroing for AsyncRead implementors (#2525)Mikail Bagishov
2020-04-23docs: make it easier to discover extension traits (#2434)Alice Ryhl
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-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-26fs: impl AsRawFd / AsRawHandle for File (#1827)Carl Lerche
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-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