| Age | Commit message (Expand) | Author | Lines |
| 2016-07-13 | Auto merge of #34776 - cuviper:solaris-readdir, r=alexcrichton | bors | -1/+7 |
| 2016-07-11 | std: clear errno before readdir, then check it (solaris) | Josh Stone | -1/+7 |
| 2016-07-10 | Derive Debug on FileType. | Martin Pool | -1/+1 |
| 2016-06-24 | Bubble up the errors in `set_nonblocking` and `set_cloexec` | Tobias Bucher | -1/+1 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -28/+7 |
| 2016-04-27 | std: Add compatibility with android-9 | Alex Crichton | -4/+7 |
| 2016-04-12 | Remove unused trait imports | Seo Sanghyeon | -1/+0 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -52/+52 |
| 2016-03-08 | std: Funnel read_to_end through to one location | Alex Crichton | -0/+4 |
| 2016-03-07 | Fix building libstd on on emscripten targets. | ashleysommer | -3/+7 |
| 2016-02-22 | Auto merge of #31805 - cuviper:android-lfs, r=alexcrichton | bors | -1/+4 |
| 2016-02-21 | Fix `struct stat` usage on NetBSD | Sebastian Wicki | -1/+25 |
| 2016-02-21 | std: Use Android LFS off64_t, ftruncate64, and lseek64 | Josh Stone | -1/+4 |
| 2016-02-14 | std: use LFS open64 on Linux | Josh Stone | -3/+3 |
| 2016-02-14 | std: use LFS readdir64_r on Linux | Josh Stone | -5/+7 |
| 2016-02-14 | std: use LFS lseek64 on Linux | Josh Stone | -7/+7 |
| 2016-02-14 | std: use LFS ftruncate64 on Linux | Josh Stone | -3/+4 |
| 2016-02-13 | std: Deprecate all std::os::*::raw types | Alex Crichton | -48/+30 |
| 2016-02-08 | Auto merge of #31468 - pitdicker:fs_tests_cleanup, r=alexcrichton | bors | -1/+10 |
| 2016-02-07 | Don't let `remove_dir_all` recursively remove a symlink | Paul Dicker | -1/+10 |
| 2016-02-06 | Auto merge of #30629 - brson:emscripten-upstream, r=alexcrichton | bors | -2/+4 |
| 2016-02-06 | Add the asmjs-unknown-emscripten triple. Add cfgs to libs. | Brian Anderson | -2/+4 |
| 2016-02-05 | std: Only have extra set_cloexec for files on Linux | Alex Crichton | -4/+12 |
| 2016-02-04 | std: Expose SystemTime accessors on fs::Metadata | Alex Crichton | -0/+62 |
| 2016-02-04 | Auto merge of #31360 - pitdicker:fs_tests_cleanup, r=alexcrichton | bors | -0/+12 |
| 2016-02-04 | Auto merge of #31069 - sfackler:file-try-clone, r=alexcrichton | bors | -0/+4 |
| 2016-02-04 | Add File::try_clone | Steven Fackler | -0/+4 |
| 2016-02-03 | Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichton | bors | -5/+51 |
| 2016-02-03 | Adress comments | Paul Dicker | -5/+4 |
| 2016-02-03 | Fix broken auto-mac-ios-opt build | Nikita Baksalyar | -5/+1 |
| 2016-02-02 | unifying name_bytes now that the two blocks are the same | Dave Huseby | -8/+2 |
| 2016-02-02 | Fixes #31229 | Dave Huseby | -1/+1 |
| 2016-02-02 | Enable more fs tests on Windows | Paul Dicker | -0/+13 |
| 2016-01-31 | Rename sunos to solaris | Nikita Baksalyar | -9/+9 |
| 2016-01-31 | Fix problems with f64 and DirEntry on Illumos | Nikita Baksalyar | -3/+9 |
| 2016-01-31 | Add Illumos support | Nikita Baksalyar | -4/+48 |
| 2016-01-20 | Auto merge of #30872 - pitdicker:expand_open_options, r=alexcrichton | bors | -35/+56 |
| 2016-01-15 | Addressed comments | Paul Dicker | -7/+9 |
| 2016-01-13 | Move `custom_flags` to `OpenOptionsExt` | Paul Dicker | -2/+2 |
| 2016-01-13 | Implement RFC 1252 expanding the OpenOptions structure | Paul Dicker | -35/+54 |
| 2016-01-12 | openbsd has dirent d_namlen field now | Sébastien Marie | -3/+3 |
| 2015-12-21 | std: Remove rust_builtin C support library | Alex Crichton | -45/+65 |
| 2015-12-20 | Auto merge of #30454 - mmcco:size_t, r=alexcrichton | bors | -2/+2 |
| 2015-12-17 | Add a type prefix to fix build | Michael McConville | -1/+1 |
| 2015-12-17 | Make runtime function return size_t | Michael McConville | -2/+2 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -1/+1 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -2/+1 |
| 2015-11-09 | std: Migrate to the new libc | Alex Crichton | -9/+9 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -1/+1 |
| 2015-10-13 | Make the Metadata struct Clone | Ben S | -0/+1 |