| Age | Commit message (Expand) | Author | Lines |
| 2016-10-16 | impl Debug for ReadDir | David Henningsson | -0/+1 |
| 2016-10-09 | Implement reading and writing atomically at certain offsets | Tobias Bucher | -1/+125 |
| 2016-09-30 | Ignore various entire test modules on emscripten | Brian Anderson | -50/+1 |
| 2016-09-30 | Ignore lots and lots of std tests on emscripten | Brian Anderson | -0/+49 |
| 2016-09-22 | Implement Debug for DirEntry. | Corey Farwell | -0/+20 |
| 2016-08-31 | Rollup merge of #35786 - GuillaumeGomez:paths_doc, r=steveklabnik | Jonathan Turner | -2/+5 |
| 2016-08-31 | Improve Path and PathBuf docs | Guillaume Gomez | -2/+5 |
| 2016-08-24 | Use `#[prelude_import]` in `libstd`. | Jeffrey Seyfried | -2/+0 |
| 2016-08-05 | Rollup merge of #35076 - GuillaumeGomez:file_type_docs, r=steveklabnik | Guillaume Gomez | -1/+59 |
| 2016-08-03 | Add doc examples for FileType struct | Guillaume Gomez | -1/+59 |
| 2016-07-28 | Add doc examples for std::fs::Metadata | Guillaume Gomez | -0/+51 |
| 2016-07-26 | Rollup merge of #35010 - GuillaumeGomez:file_doc, r=steveklabnik | Steve Klabnik | -5/+23 |
| 2016-07-26 | Rollup merge of #35009 - GuillaumeGomez:dir_entry_doc, r=steveklabnik | Steve Klabnik | -12/+84 |
| 2016-07-24 | Improve Open doc | Guillaume Gomez | -5/+23 |
| 2016-07-24 | Add DirEntry doc examples | Guillaume Gomez | -0/+55 |
| 2016-07-24 | Add missing links | Guillaume Gomez | -12/+29 |
| 2016-07-23 | Add DirBuilder doc examples | Guillaume Gomez | -1/+18 |
| 2016-07-18 | Remove rustdoc reference to `walk_dir` | Mark Buer | -2/+2 |
| 2016-07-10 | Derive Debug on FileType. | Martin Pool | -1/+1 |
| 2016-06-15 | Fix a docs typo | Gleb Kozyrev | -1/+1 |
| 2016-06-15 | Test ErrorKind::AlreadyExists for files | Gleb Kozyrev | -0/+9 |
| 2016-06-02 | Rollup merge of #34019 - kennytm:fix-33958, r=steveklabnik | Guillaume Gomez | -2/+3 |
| 2016-06-02 | Restore original meaning of std::fs::read_dir's example changed in #33958. | kennytm | -2/+3 |
| 2016-06-01 | allow for the future addition of a close method on File | Jack O'Connor | -2/+1 |
| 2016-05-31 | document that Files close themselves automatically | Jack O'Connor | -0/+3 |
| 2016-05-30 | Use Path::is_dir() in fs::read_dir()'s example. | kennytm | -2/+2 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -3/+3 |
| 2016-05-15 | Auto merge of #33251 - Kintaro:fix-typo-in-fs, r=GuillaumeGomez | bors | -2/+2 |
| 2016-05-09 | Utilize `Result::unwrap_err` in more places. | Corey Farwell | -1/+1 |
| 2016-04-28 | Fix a typo in error messages in std::fs tests | Simon Wollwage | -2/+2 |
| 2016-04-12 | Auto merge of #31963 - barosl:rename-doc, r=alexcrichton | bors | -1/+8 |
| 2016-04-12 | Describe more platform-specific behaviors of `std::fs::rename` | Barosl Lee | -1/+8 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -5/+2 |
| 2016-04-06 | avoid "==" in assert! when one of the values is a bool | Tshepang Lekhonkhobe | -1/+1 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -3/+3 |
| 2016-03-20 | Add unix socket support to the standard library | Steven Fackler | -34/+3 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -101/+1 |
| 2016-03-08 | std: Funnel read_to_end through to one location | Alex Crichton | -2/+4 |
| 2016-03-04 | End stdlib module summaries with a full stop. | Steve Klabnik | -1/+1 |
| 2016-02-13 | Fixes #28528 | Paul Dicker | -0/+20 |
| 2016-02-09 | Minor spelling fixes | Carlos E. Garcia | -1/+1 |
| 2016-02-08 | Auto merge of #31468 - pitdicker:fs_tests_cleanup, r=alexcrichton | bors | -0/+34 |
| 2016-02-07 | Ignore if we can't create a symlink in this test | Paul Dicker | -1/+1 |
| 2016-02-07 | Don't let `remove_dir_all` recursively remove a symlink | Paul Dicker | -0/+34 |
| 2016-02-04 | std: Expose SystemTime accessors on fs::Metadata | Alex Crichton | -0/+67 |
| 2016-02-04 | Auto merge of #31360 - pitdicker:fs_tests_cleanup, r=alexcrichton | bors | -57/+105 |
| 2016-02-04 | Auto merge of #31069 - sfackler:file-try-clone, r=alexcrichton | bors | -0/+34 |
| 2016-02-04 | Add File::try_clone | Steven Fackler | -0/+34 |
| 2016-02-03 | Reformat comments | Paul Dicker | -12/+13 |
| 2016-02-03 | Adress comments | Paul Dicker | -1/+33 |