| Age | Commit message (Expand) | Author | Lines |
| 2018-06-20 | Fix doc build on unknown windows target | Guillaume Gomez | -0/+2 |
| 2018-06-19 | Update zx_cprng_draw_new on Fuchsia | Adam Barth | -4/+3 |
| 2018-06-17 | Auto merge of #51529 - nodakai:improve-sys_common-mutex, r=oli-obk | bors | -36/+20 |
| 2018-06-17 | Auto merge of #51555 - ccesare:remove_unused_variables_redox_os, r=kennytm | bors | -3/+0 |
| 2018-06-17 | libstd: add an RAII utility for sys_common::mutex::Mutex | NODA, Kai | -36/+20 |
| 2018-06-15 | Fix issue on unix | Guillaume Gomez | -0/+1 |
| 2018-06-14 | Removed two unused variables | Chris Cesare | -3/+0 |
| 2018-06-13 | Add missing allow_missing_docs | 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 | -2/+2 |
| 2018-06-04 | Clarify error phrase in `sub_instant` function | Claudio Bley | -2/+2 |
| 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-12 | Rollup merge of #50550 - llogiq:fmt-result, r=petrochenkov | Mark Simulacrum | -2/+2 |
| 2018-05-09 | use fmt::Result where applicable | Andre Bogus | -2/+2 |
| 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 |
| 2018-04-24 | Rollup merge of #49829 - ecstatic-morse:os-docs, r=steveklabnik | kennytm | -47/+96 |
| 2018-04-19 | Rustfmt result (for relevant changes) to satisfy Travis line length check. | Nicholas Rishel | -1/+4 |
| 2018-04-19 | The prior check causes abstract unix domain sockets to return unnamed on Andr... | Nicholas Rishel | -1/+1 |
| 2018-04-16 | Auto merge of #49488 - alexcrichton:small-wasm-panic, r=sfackler | bors | -2/+22 |
| 2018-04-17 | Rollup merge of #49646 - glandium:uninitialized-box, r=alexcrichton | kennytm | -1/+1 |
| 2018-04-17 | Rollup merge of #49606 - varkor:pipe-repair, r=alexcrichton | kennytm | -2/+2 |
| 2018-04-14 | Prefer unprefixed paths for well known structs | Dylan MacKenzie | -23/+23 |
| 2018-04-14 | Add doc links to `std::os` extension traits | Dylan MacKenzie | -51/+100 |
| 2018-04-13 | std: Minimize size of panicking on wasm | Alex Crichton | -2/+22 |
| 2018-04-12 | Import the `alloc` crate as `alloc_crate` in std | Simon Sapin | -6/+6 |