| Age | Commit message (Expand) | Author | Lines |
| 2016-02-03 | Adress comments | Paul Dicker | -1/+33 |
| 2016-02-02 | Enable more fs tests on Windows | Paul Dicker | -57/+72 |
| 2016-02-01 | docs: Standardize on 'Errors' header in std docs | Kamal Marhubi | -1/+1 |
| 2016-01-24 | Auto merge of #31093 - tshepang:misc-doc-improvements, r=steveklabnik | bors | -5/+5 |
| 2016-01-24 | doc: miscellaneous OpenOptions:append improvements | Tshepang Lekhonkhobe | -5/+5 |
| 2016-01-23 | Rollup merge of #31090 - tshepang:improve-sentence, r=brson | Steve Klabnik | -2/+2 |
| 2016-01-21 | doc: this sentence did not read well | Tshepang Lekhonkhobe | -2/+2 |
| 2016-01-21 | doc: improve grammar | Tshepang Lekhonkhobe | -1/+1 |
| 2016-01-20 | Remove raw pointer from OpenOptions struct | Paul Dicker | -0/+6 |
| 2016-01-15 | Addressed comments | Paul Dicker | -16/+25 |
| 2016-01-14 | Fix doctests | Paul Dicker | -0/+1 |
| 2016-01-13 | Move `custom_flags` to `OpenOptionsExt` | Paul Dicker | -36/+3 |
| 2016-01-13 | Implement RFC 1252 expanding the OpenOptions structure | Paul Dicker | -47/+179 |
| 2016-01-02 | Adjusted heading and created dedicated section in std::io docs | Nathan | -30/+30 |
| 2016-01-02 | Links and punctionaction fixes. | Nathan | -43/+57 |
| 2016-01-02 | Added platform notes to std::fs public functions. | Nathan | -35/+165 |
| 2016-01-01 | Auto merge of #30670 - emoon:fs-copy-comment, r=steveklabnik | bors | -3/+3 |
| 2016-01-01 | Added comment in which direction operation happens | Daniel Collin | -3/+3 |
| 2015-12-29 | Fix warnings when compiling stdlib with --test | Florian Hahn | -3/+2 |
| 2015-12-13 | remove deprecated APIs missed in #30182 | Tamir Duberstein | -1/+1 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -79/+0 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -5/+13 |
| 2015-12-03 | doc: add example for std::fs::DirBuilder | Tshepang Lekhonkhobe | -0/+14 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -2/+2 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+2 |
| 2015-11-11 | Auto merge of #29755 - mbrubeck:stat-doc, r=steveklabnik | bors | -1/+2 |
| 2015-11-10 | [docs] Update references to renamed fs::stat function | Matt Brubeck | -1/+2 |
| 2015-11-06 | Auto merge of #29643 - petrochenkov:stability5, r=alexcrichton | bors | -1/+0 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -1/+0 |
| 2015-11-05 | remove excess string allocation | Steve Klabnik | -1/+1 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -3/+18 |
| 2015-10-19 | Add error kind handling for ERROR_PATH_NOT_FOUND | Peter Atashian | -0/+6 |
| 2015-10-13 | Make the Metadata struct Clone | Ben S | -0/+1 |
| 2015-09-29 | Make fs::canonicalize work on directories on Windows | Peter Atashian | -0/+9 |
| 2015-09-09 | Reduce code bloat from conversion traits in function parameters | Vadim Petrochenkov | -5/+18 |
| 2015-08-15 | std: Add issues to all unstable features | Alex Crichton | -7/+13 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -55/+0 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -3/+0 |
| 2015-08-11 | Rollup merge of #27651 - tshepang:patch-8, r=Gankro | Manish Goregaokar | -1/+1 |
| 2015-08-11 | doc: remove an unneeded distinction | Tshepang Lekhonkhobe | -1/+1 |
| 2015-08-10 | doc: success is implied really | Tshepang Lekhonkhobe | -2/+2 |
| 2015-08-06 | Rollup merge of #27550 - tshepang:missing-info, r=brson | Manish Goregaokar | -0/+2 |
| 2015-08-06 | doc: add info about the u64 wrapped in Result | Tshepang Lekhonkhobe | -0/+2 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -1/+2 |
| 2015-07-27 | std: Deprecate a number of unstable features | Alex Crichton | -0/+3 |
| 2015-07-20 | std: Add IntoRaw{Fd,Handle,Socket} traits | Alex Crichton | -1/+6 |
| 2015-07-15 | Add specializations of read_to_end for Stdin, TcpStream and File, | Alisdair Owens | -0/+4 |
| 2015-07-11 | Change std::fs::File.set_len example and documentation | jethrogb | -2/+6 |
| 2015-07-10 | Auto merge of #26751 - retep998:copy-that-floppy, r=alexcrichton | bors | -15/+27 |
| 2015-07-10 | Use CopyFileEx for fs::copy on Windows | Peter Atashian | -15/+27 |