| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-07-09 | Add FileTypeUnix trait to add unix special file types | Jesús Espino | -0/+4 |
| 2015-06-28 | Add `.write(true)` to append and truncate examples | Remi Rampin | -2/+2 |
| 2015-06-09 | std: Stabilize a number of new fs features | Alex Crichton | -57/+31 |
| 2015-05-28 | Rollup merge of #25128 - steveklabnik:gh24816, r=alexcrichton | Manish Goregaokar | -0/+2 |
| 2015-05-26 | Add note about filesystems to fs::rename | Steve Klabnik | -0/+2 |
| 2015-05-20 | Fix stability and deprecation markers on soft_link and symlink | Brian Campbell | -1/+1 |
| 2015-05-18 | [doc] Add a reference from PathExt to fs::metadata | Matt Brubeck | -2/+3 |
| 2015-05-16 | fs::walk_dir example without unstable features | Johannes Hoff | -6/+5 |
| 2015-05-07 | std: Rename sys::foo2 modules to sys::foo | Alex Crichton | -1/+1 |
| 2015-04-30 | Remove unnecessary 'mut' qualifier on doc-comment var | Corey Farwell | -1/+1 |
| 2015-04-28 | std: Implement fs::DirBuilder | Alex Crichton | -5/+57 |
| 2015-04-27 | std: Expand the area of std::fs | Alex Crichton | -14/+218 |
| 2015-04-21 | rollup merge of #24222: lambda/rename-soft-link-to-symlink | Alex Crichton | -7/+14 |
| 2015-04-21 | Deprecate std::fs::soft_link in favor of platform-specific versions | Brian Campbell | -7/+14 |
| 2015-04-21 | Implement Debug for File | Chris Wong | -0/+7 |
| 2015-04-17 | Rollup merge of #24452 - tbu-:pr_file_path, r=aturon | Manish Goregaokar | -7/+6 |
| 2015-04-15 | Fix some typos. | Ms2ger | -2/+2 |
| 2015-04-15 | Remove one allocation for the file path in file opening | Tobias Bucher | -7/+6 |
| 2015-04-14 | rollup merge of #24377: apasel422/docs | Alex Crichton | -13/+13 |
| 2015-04-14 | test: Fixup many library unit tests | Alex Crichton | -2/+3 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -13/+13 |
| 2015-04-07 | std: Deny most warnings in doctests | Alex Crichton | -11/+14 |
| 2015-04-02 | Auto merge of #23931 - steveklabnik:doc_std_fs, r=alexcrichton | bors | -42/+306 |
| 2015-04-02 | Add more examples and documentation for std::fs | Steve Klabnik | -42/+306 |
| 2015-04-02 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+1 |
| 2015-03-31 | rollup merge of #23919: alexcrichton/stabilize-io-error | Alex Crichton | -2/+1 |
| 2015-03-31 | rollup merge of #23873: alexcrichton/remove-deprecated | Alex Crichton | -0/+1647 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -0/+1641 |
| 2015-02-24 | std: Move std::env to the new I/O APIs | Alex Crichton | -1503/+0 |
| 2015-02-20 | try to reduce bajillion warnings | Alexis | -2/+4 |
| 2015-02-17 | Fix a small typo in libstd/fs.rs | Markus Siemens | -1/+1 |
| 2015-02-15 | doc: fix and expand File::create explanation | Tshepang Lekhonkhobe | -3/+3 |
| 2015-02-09 | std: Add a new `fs` module | Alex Crichton | -0/+1501 |
| 2012-03-12 | Libc/os/run/rand/io reorganization. Close #1373. Close #1638. | Graydon Hoare | -765/+0 |
| 2012-03-08 | Rename last to last_opt, last_unsafe to last | Tim Chevalier | -1/+1 |
| 2012-03-08 | Rename last_total to last_unsafe | Tim Chevalier | -1/+2 |
| 2012-03-02 | std: add a fs::remove_file function. | Erick Tryzelaar | -0/+21 |