| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-03-28 | Stabilize fs::read and fs::write | Matt Brubeck | -6/+2 |
| 2018-03-28 | Remove hidden `foo` functions from doc examples; use `Termination` trait. | Corey Farwell | -263/+265 |
| 2018-03-16 | Fix Issue #48345, is_file, is_dir, and is_symlink note mutual exclusion | Maxwell Powlison | -3/+32 |
| 2018-02-23 | Clarify interfaction between File::set_len and file cursor | jethrogb | -0/+4 |
| 2018-02-17 | Wording fixes from review for File. | Alexis Hunt | -5/+5 |
| 2018-02-16 | Add a warning to File about mutability. | Alexis Hunt | -0/+15 |
| 2018-02-05 | Rollup merge of #47999 - jaystrictor:master, r=Mark-Simulacrum | kennytm | -1/+1 |
| 2018-02-04 | Remove 'the this' in doc comments. | Jay Strict | -1/+1 |
| 2018-02-03 | Clarify shared file handler behavior of File::try_clone. | Corey Farwell | -7/+29 |
| 2018-01-17 | Rollup merge of #47520 - mbrubeck:fstat, r=Mark-Simulacrum | Guillaume Gomez | -7/+9 |
| 2018-01-17 | Use File::metadata instead of fs::metadata to choose buffer size | Matt Brubeck | -7/+9 |
| 2018-01-14 | Auto merge of #47268 - EdSchouten:cloudabi-libstd, r=alexcrichton | bors | -1/+1 |
| 2018-01-11 | Make tests build on CloudABI. | Ed Schouten | -1/+1 |
| 2018-01-10 | Pre-allocate in fs::read and fs::read_string | Matt Brubeck | -2/+10 |
| 2017-12-08 | fs::{read, read_string, write}: add tracking issue number | Simon Sapin | -3/+3 |
| 2017-12-06 | Rename fs::read_utf8 to read_string | Simon Sapin | -4/+4 |
| 2017-11-29 | Generalize fs::write from &[u8] to AsRef<[u8]> | Simon Sapin | -3/+3 |
| 2017-11-07 | Add `std::fs::read_utf8`, based on `File::open` and `read_to_string` | Simon Sapin | -1/+53 |
| 2017-11-07 | Move `File::{read,write}_contents` to `fs::{read,write}` free functions. | Simon Sapin | -70/+71 |
| 2017-11-07 | Add File::read_contents and File::write_contents convenience functions. | Simon Sapin | -0/+79 |
| 2017-09-27 | Made `fs::copy` return the length of the main stream | Stephane Raux | -3/+18 |
| 2017-09-23 | Rollup merge of #44759 - durka:patch-43, r=steveklabnik | Corey Farwell | -3/+3 |
| 2017-09-21 | improve english in create_dir_all docs | Alex Burka | -3/+3 |
| 2017-09-17 | Add test case for unix permissions | Trevor Merrifield | -0/+21 |
| 2017-09-13 | Add note for append method in OpenOptions docs | Guillaume Gomez | -0/+6 |