| Age | Commit message (Expand) | Author | Lines |
| 2016-10-16 | impl Debug for ReadDir | David Henningsson | -0/+8 |
| 2016-10-09 | Implement reading and writing atomically at certain offsets | Tobias Bucher | -0/+8 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -1/+1 |
| 2016-08-24 | Use `#[prelude_import]` in `libstd`. | Jeffrey Seyfried | -1/+0 |
| 2016-08-05 | Comment on the casts in the `seek` implementations on files | Tobias Bucher | -0/+2 |
| 2016-07-12 | Auto merge of #34757 - sourcefrog:debug-filetype, r=alexcrichton | bors | -1/+1 |
| 2016-07-10 | Derive Debug on FileType. | Martin Pool | -1/+1 |
| 2016-07-06 | rustc: Update stage0 to beta-2016-07-06 | Alex Crichton | -1/+1 |
| 2016-06-09 | use the slice_pat hack in libstd too | Ariel Ben-Yehuda | -3/+3 |
| 2016-05-03 | Fix build on Windows | Seo Sanghyeon | -1/+0 |
| 2016-03-22 | fix alignment | Jorge Aparicio | -1/+1 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -53/+53 |
| 2016-03-08 | std: Funnel read_to_end through to one location | Alex Crichton | -0/+5 |
| 2016-02-15 | Refactor windows::fs::FileAttr | Paul Dicker | -28/+26 |
| 2016-02-13 | Fixes #28528 | Paul Dicker | -58/+62 |
| 2016-02-08 | Auto merge of #31468 - pitdicker:fs_tests_cleanup, r=alexcrichton | bors | -1/+12 |
| 2016-02-07 | Don't let `remove_dir_all` recursively remove a symlink | Paul Dicker | -1/+12 |
| 2016-02-04 | std: Expose SystemTime accessors on fs::Metadata | Alex Crichton | -5/+26 |
| 2016-02-04 | Auto merge of #31360 - pitdicker:fs_tests_cleanup, r=alexcrichton | bors | -126/+75 |
| 2016-02-04 | Allow dead code for `symlink_junction()` | Paul Dicker | -0/+2 |
| 2016-02-04 | Auto merge of #31069 - sfackler:file-try-clone, r=alexcrichton | bors | -0/+6 |
| 2016-02-04 | Add File::try_clone | Steven Fackler | -0/+6 |
| 2016-02-03 | Adress comments | Paul Dicker | -23/+26 |
| 2016-02-02 | Enable more fs tests on Windows | Paul Dicker | -114/+58 |
| 2016-01-26 | Fix warnings during tests | Alex Crichton | -2/+2 |
| 2016-01-20 | Remove raw pointer from OpenOptions struct | Paul Dicker | -3/+3 |
| 2016-01-15 | Addressed comments | Paul Dicker | -7/+9 |
| 2016-01-13 | Implement RFC 1252 expanding the OpenOptions structure | Paul Dicker | -66/+90 |
| 2015-11-21 | Also check for NULs in environment variables | Tobias Bucher | -10/+3 |
| 2015-11-19 | Error when paths contain NUL characters | Tobias Bucher | -19/+24 |
| 2015-11-09 | std: Migrate to the new libc | Alex Crichton | -83/+80 |
| 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/+2 |
| 2015-09-03 | Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T` | Vadim Petrochenkov | -9/+9 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -13/+0 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -2/+0 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -1/+2 |
| 2015-07-21 | Auto merge of #27150 - retep998:where-are-my-files, r=alexcrichton | bors | -9/+15 |
| 2015-07-20 | Improve Debug impl for File on Windows | Peter Atashian | -9/+15 |
| 2015-07-20 | std: Add IntoRaw{Fd,Handle,Socket} traits | Alex Crichton | -2/+2 |
| 2015-07-10 | std: Consider directory junctions as directories | Alex Crichton | -35/+175 |
| 2015-07-10 | Use CopyFileEx for fs::copy on Windows | Peter Atashian | -0/+25 |
| 2015-06-27 | std: Fix Windows XP compatibility | Alex Crichton | -5/+3 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -1/+1 |
| 2015-06-08 | OpenOptionsExt on Windows: i32 -> u32 | Peter Atashian | -9/+9 |
| 2015-05-07 | std: Rename sys::foo2 modules to sys::foo | Alex Crichton | -0/+579 |
| 2015-04-14 | std: Remove old_io/old_path/rand modules | Alex Crichton | -452/+0 |
| 2015-04-01 | Test fixes and rebase conflicts | Alex Crichton | -0/+7 |
| 2015-03-31 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -7/+0 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -9/+9 |