| Age | Commit message (Expand) | Author | Lines |
| 2017-10-20 | Fix some tests for linux gnux32 | Marco A L Barbosa | -2/+2 |
| 2017-09-17 | Remove st_mode mask | Trevor Merrifield | -1/+1 |
| 2017-09-15 | Retain suid/sgid/sticky bits in Metadata.permissions | Trevor Merrifield | -1/+1 |
| 2017-09-08 | Add modifications needed for L4re in libstd | Tobias Schaffner | -1/+5 |
| 2017-08-28 | Update the libc submodule | Alex Crichton | -0/+2 |
| 2017-08-15 | Add comments clarifying behavior of unix `set_readonly` behavior. | Corey Farwell | -1/+7 |
| 2017-08-03 | Fix a dangling symlink bug in `remove_dir_all()` on Solaris | Danek Duvall | -6/+1 |
| 2017-06-20 | Add `Read::initializer`. | Steven Fackler | -4/+0 |
| 2017-03-12 | Update usages of 'OSX' (and other old names) to 'macOS'. | Corey Farwell | -2/+2 |
| 2017-02-22 | Update name_bytes, scoop up latest libc | Raph Levien | -3/+3 |
| 2017-02-21 | Switch Fuchsia to readdir (instead of readdir_r) | Raph Levien | -10/+11 |
| 2016-12-18 | Implement `fmt::Debug` for all structures in libstd. | Corey Farwell | -1/+2 |
| 2016-11-22 | Add a method for setting permissions directly on an open file. | Steven Allen | -0/+5 |
| 2016-10-22 | Fix missing DirEntryExt::ino | Raph Levien | -1/+2 |
| 2016-10-22 | Add Fuchsia support | Raph Levien | -1/+2 |
| 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-10-08 | Use less `size_t` casts in libstd since it's now defined as `usize` | Tobias Bucher | -1/+1 |
| 2016-09-25 | Add support for the Haiku operating system on x86 and x86_64 machines | Niels Sascha Reedijk | -3/+10 |
| 2016-08-24 | Use `#[prelude_import]` in `libstd`. | Jeffrey Seyfried | -2/+0 |
| 2016-08-05 | Comment on the casts in the `seek` implementations on files | Tobias Bucher | -4/+6 |
| 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 |