| Age | Commit message (Expand) | Author | Lines |
| 2018-07-11 | Use fast TLS on Fuchsia | Taylor Cramer | -6/+1 |
| 2018-07-11 | Auto merge of #51553 - jD91mZM2:uds, r=sfackler | bors | -0/+6 |
| 2018-07-08 | Delete leftover files | jD91mZM2 | -354/+0 |
| 2018-07-07 | Revert unification of interfaces | jD91mZM2 | -25/+847 |
| 2018-07-03 | Rollup merge of #51809 - drrlvn:rw_exact_all_at, r=alexcrichton | Pietro Albini | -0/+127 |
| 2018-07-03 | Remove stability attributes on private types and leftover docs | jD91mZM2 | -16/+0 |
| 2018-07-02 | Fill in tracking issue number for read_exact_at/write_all_at | Dror Levin | -2/+2 |
| 2018-06-27 | Add is_unnamed on redox | jD91mZM2 | -2/+4 |
| 2018-06-27 | [fuchsia] Update zx_cprng_draw to target semantics | Adam Barth | -26/+2 |
| 2018-06-27 | Fix tidy checks | jD91mZM2 | -5/+9 |
| 2018-06-27 | Horrible attempt at cleaning things up that probably just made it worse | jD91mZM2 | -847/+389 |
| 2018-06-26 | Mention redox' behavior in doc comments | jD91mZM2 | -0/+6 |
| 2018-06-26 | Add read_exact_at and write_all_at methods to FileExt on unix | Dror Levin | -0/+127 |
| 2018-06-26 | Rollup merge of #51786 - cuviper:stat64-pointers, r=Mark-Simulacrum | Pietro Albini | -2/+2 |
| 2018-06-26 | Auto merge of #50630 - sharkdp:fix-50619, r=sfackler | bors | -7/+24 |
| 2018-06-25 | Remove unnecessary stat64 pointer casts | Josh Stone | -2/+2 |
| 2018-06-25 | Use fstatat64 where available | Josh Stone | -6/+5 |
| 2018-06-19 | Update zx_cprng_draw_new on Fuchsia | Adam Barth | -4/+3 |
| 2018-06-17 | libstd: add an RAII utility for sys_common::mutex::Mutex | NODA, Kai | -26/+14 |
| 2018-06-15 | Fix issue on unix | Guillaume Gomez | -0/+1 |
| 2018-06-12 | Fix possibly endless loop in ReadDir iterator | sharkdp | -7/+24 |
| 2018-06-09 | Auto merge of #51359 - cramertj:fdio_spawn, r=sfackler | bors | -109/+51 |
| 2018-06-07 | [fuchsia] Migrate from launchpad to fdio_spawn_etc | Adam Barth | -109/+51 |
| 2018-06-05 | Rollup merge of #51255 - avdv:patch-1, r=kennytm | Mark Simulacrum | -1/+1 |
| 2018-06-04 | Clarify error phrase in `sub_instant` function | Claudio Bley | -1/+1 |
| 2018-06-01 | fs: copy: Add EPERM to fallback error conditions | Nicolas Koch | -5/+12 |
| 2018-05-31 | Rollup merge of #51213 - nicokoch:copy_permissions, r=cramertj | Guillaume Gomez | -5/+5 |
| 2018-05-31 | Fix confusing error message for sub_instant | Claudio Bley | -1/+1 |
| 2018-05-31 | libstd/sys/unix/fs.rs: fix compilation on fuchsia | Guillaume Girol | -1/+1 |
| 2018-05-30 | std::fs::DirEntry.metadata(): use fstatat instead of lstat when possible | Guillaume Girol | -11/+32 |
| 2018-05-30 | Remobve unused import | Nicolas Koch | -1/+1 |
| 2018-05-30 | fs: copy: Use File::set_permissions instead of fs::set_permissions | Nicolas Koch | -4/+4 |
| 2018-05-29 | Auto merge of #50772 - nicokoch:fastcopy, r=alexcrichton | bors | -0/+88 |
| 2018-05-29 | Fix additional nits: | Nicolas Koch | -7/+3 |
| 2018-05-28 | Use FIXME instead of TODO; Move bytes_to_copy calculation inside if | Nicolas Koch | -6/+7 |
| 2018-05-24 | Implement suggestions from the PR | Nicolas Koch | -1/+3 |
| 2018-05-17 | Store ENOSYS in a global to avoid unnecessary system calls | Nicolas Koch | -10/+25 |
| 2018-05-17 | Rollup merge of #50726 - udoprog:read2-inner-fn, r=alexcrichton | kennytm | -18/+19 |
| 2018-05-16 | Rollup merge of #50638 - tbu-:pr_open_cloexec_once, r=nagisa | kennytm | -4/+44 |
| 2018-05-16 | Fix large file copies on 32 bit platforms | Nicolas Koch | -2/+6 |
| 2018-05-16 | Adjust len in every iteration | Nicolas Koch | -1/+2 |
| 2018-05-16 | Add clarifying comment about offset argument | Nicolas Koch | -0/+2 |
| 2018-05-16 | Use copy_file_range on android also | Nicolas Koch | -3/+3 |
| 2018-05-15 | fs: use copy_file_range on linux | Nicolas Koch | -0/+67 |
| 2018-05-14 | Don't unconditionally set CLOEXEC twice on every fd we open on Linux | Tobias Bucher | -4/+44 |
| 2018-05-14 | read2: Use inner function instead of closure | John-John Tedro | -18/+19 |
| 2018-05-12 | Do not silently truncate offsets for `read_at`/`write_at` on emscripten | Tobias Bucher | -2/+16 |
| 2018-05-02 | Add comments and unify guard page setup. | Martin Husemann | -16/+13 |
| 2018-04-30 | Map the stack guard page with max protection on NetBSD | Martin Husemann | -4/+16 |
| 2018-04-24 | Auto merge of #50079 - NickAtAccuPS:android_abstract_socket, r=sfackler | bors | -1/+4 |