| Age | Commit message (Expand) | Author | Lines |
| 2019-04-25 | ignore-tidy-filelength on all files with greater than 3000 lines | varkor | -0/+2 |
| 2019-04-18 | Simplify the returning of a Result a bit | Jan Nils Ferner | -2/+1 |
| 2019-04-10 | std: Add `{read,write}_vectored` for more types | Alex Crichton | -1/+19 |
| 2019-04-04 | Auto merge of #59695 - Centril:rollup-88qffc2, r=Centril | bors | -2/+9 |
| 2019-04-04 | Rollup merge of #59470 - czipperz:document-fs-file-close, r=dtolnay | Mazdak Farrokhzad | -2/+9 |
| 2019-04-03 | File: Add documentation about dropping to sync_all | Chris Gregory | -1/+5 |
| 2019-04-03 | wasi: Fill out `std::fs` module for WASI | Alex Crichton | -0/+8 |
| 2019-04-02 | Link to sync_all | Chris Gregory | -1/+2 |
| 2019-04-01 | Document using `sync_all` | Chris Gregory | -4/+3 |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths) | Mazdak Farrokhzad | -3/+3 |
| 2019-03-27 | Document std::fs::File close behavior ignoring errors | Chris Gregory | -1/+4 |
| 2019-03-25 | SGX target: fix std unit tests | Jethro Beekman | -1/+1 |
| 2019-03-16 | Rollup merge of #59082 - alexreg:cosmetic-2-doc-comments, r=Centril | kennytm | -1/+1 |
| 2019-03-11 | Improvements to comments in libstd, libcore, liballoc. | Alexander Regueiro | -1/+1 |
| 2019-03-04 | Fix typo | Edward Barnard | -1/+1 |
| 2019-03-04 | Add test for the behaviour of `fs::copy` when `to` is a symlink | Edward Barnard | -0/+20 |
| 2019-03-04 | Change `std::fs::copy` to use `copyfile` on MacOS and iOS | Edward Barnard | -1/+2 |
| 2019-02-28 | libstd => 2018 | Taiki Endo | -23/+24 |
| 2019-02-20 | Rollup merge of #58553 - scottmcm:more-ihle, r=Centril | kennytm | -3/+3 |
| 2019-02-20 | Rollup merge of #58530 - scottmcm:monomorphize-less, r=TimNN | kennytm | -9/+18 |
| 2019-02-17 | Use more impl header lifetime elision | Scott McMurray | -3/+3 |
| 2019-02-16 | Monomorphize less code in fs::{read|write} | Scott McMurray | -9/+18 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -13/+13 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -2/+2 |
| 2019-01-15 | Add some links in std::fs. | Eric Huss | -5/+17 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-15 | Fix doc of `std::fs::canonicalize` | Tobias Bucher | -1/+1 |
| 2018-12-14 | Fix docs path to PermissionsExt | Danilo Bargen | -1/+2 |
| 2018-12-11 | std: Depend directly on crates.io crates | Alex Crichton | -1/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-12-01 | remove some uses of try! | Mark Mansi | -1/+1 |
| 2018-11-20 | Incorporate `dyn` into more comments and docs. | Corey Farwell | -2/+2 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -1/+1 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -1/+1 |
| 2018-11-04 | Add precision for create_dir function | Guillaume Gomez | -0/+7 |
| 2018-10-10 | "(using ..." doesn't have the matching ")" | Kazuyoshi Kato | -1/+1 |
| 2018-09-07 | Rollup merge of #53376 - frewsxcv:frewsxcv-copy, r=GuillaumeGomez | kennytm | -0/+6 |
| 2018-09-04 | Breaking change upgrades | Mark Rousskov | -3/+3 |
| 2018-08-14 | Cross reference io::copy and fs::copy in docs. | Corey Farwell | -0/+6 |
| 2018-07-08 | Edit code example for File::open | Fabian Drinck | -3/+3 |
| 2018-06-01 | Remove feature flag from fs::read_to_string example | steveklabnik | -2/+0 |
| 2018-05-12 | fs::write: Add example writing a &str | Aaron DeVore | -0/+1 |
| 2018-05-10 | fs::canonicalize has some important portability concerns. | Tim Allen | -0/+7 |
| 2018-05-10 | Mention that fs::canonicalize makes paths absolute. | Tim Allen | -2/+2 |
| 2018-04-02 | Add performance note to fs::read docs | Matt Brubeck | -2/+6 |
| 2018-04-01 | Auto merge of #49522 - mbrubeck:fs_read, r=SimonSapin | bors | -5/+5 |
| 2018-03-30 | Rename fs::read_string to read_to_string and stabilize | Matt Brubeck | -5/+5 |
| 2018-03-30 | fs_read_write_bytes stabilized in 1.26.0 | Matt Brubeck | -2/+2 |
| 2018-03-30 | Auto merge of #49422 - mbrubeck:fs_read, r=TimNN | bors | -6/+2 |
| 2018-03-28 | Auto merge of #49357 - frewsxcv:frewsxcv-termination-doc-examples, r=Guillaum... | bors | -263/+265 |