| Age | Commit message (Expand) | Author | Lines |
| 2017-01-24 | Updated Fuchsia support for std::process. Adds support for try_wait. Misc. up... | Theodore DeRego | -23/+167 |
| 2017-01-22 | libstd: replace all `try!` with `?` in documentation examples | Utkarsh Kukreti | -5/+5 |
| 2017-01-14 | Add doc examples & description in `std::os::unix::ffi`. | Corey Farwell | -3/+57 |
| 2017-01-06 | std: Add a nonblocking `Child::try_wait` method | Alex Crichton | -0/+17 |
| 2016-12-26 | std: Clamp max read/write sizes on Unix | Alex Crichton | -5/+22 |
| 2016-12-24 | Rollup merge of #38521 - jxson:remove-magenta-warnings, r=sfackler | Steve Klabnik | -1/+0 |
| 2016-12-21 | Removes magenta build warning. | Jason Campbell | -1/+0 |
| 2016-12-20 | Fix compile errors and such | Alex Crichton | -4/+3 |
| 2016-12-20 | Rollup merge of #38236 - GuillaumeGomez:unix_socket_doc, r=frewsxcv | Alex Crichton | -26/+566 |
| 2016-12-18 | Implement `fmt::Debug` for all structures in libstd. | Corey Farwell | -1/+10 |
| 2016-12-16 | Add missing doc examples for UnixDatagram | Guillaume Gomez | -38/+285 |
| 2016-12-15 | Stabilize std::os::unix::process::CommandExt::before_exec | Aaron Turon | -1/+1 |
| 2016-12-15 | Stabilize std::os::*::fs::FileExt | Aaron Turon | -5/+5 |
| 2016-12-12 | Merge branch 'master' into redox | Jeremy Soller | -248/+705 |
| 2016-12-09 | Auto merge of #38197 - mneumann:dragonfly-fixes-2016-12-06, r=alexcrichton | bors | -7/+2 |
| 2016-12-08 | Add Incoming doc examples | Guillaume Gomez | -3/+30 |
| 2016-12-08 | Add UnixListener doc examples | Guillaume Gomez | -10/+101 |
| 2016-12-08 | Add doc examples for UnixStream | Guillaume Gomez | -6/+145 |
| 2016-12-08 | Add missing doc examples for SocketAddr struct | Guillaume Gomez | -0/+36 |
| 2016-12-08 | Auto merge of #38146 - kali:master, r=alexcrichton | bors | -2/+15 |
| 2016-12-06 | Fix current_exe() on DragonFly (again) | Michael Neumann | -7/+2 |
| 2016-12-04 | Fix small typo | Guillaume Gomez | -1/+1 |
| 2016-12-03 | fix objc ABI in std::env::args | Mathieu Poumeyrol | -2/+15 |
| 2016-12-02 | Auto merge of #37936 - tedsta:fuchsia_std_process, r=alexcrichton | bors | -238/+687 |
| 2016-12-01 | std::process fuchsia support cleanup | Theodore DeRego | -34/+26 |
| 2016-11-30 | Removed Option<ExitStatus> member from fuchsia Process struct. Destroy launch... | Theodore DeRego | -32/+45 |
| 2016-11-28 | Commit to fix make tidy | Jeremy Soller | -1/+1 |
| 2016-11-28 | Move stdout/err flush into sys | Jeremy Soller | -1/+12 |
| 2016-11-23 | Separated fuchsia-specific process stuff into 'process_fuchsia.rs' and refact... | Theodore DeRego | -868/+940 |
| 2016-11-22 | Cleaned up and appeased the linter | Theodore DeRego | -66/+28 |
| 2016-11-22 | Fuchsia support for std::process via liblaunchpad. | Theodore DeRego | -3/+413 |
| 2016-11-22 | Add a method for setting permissions directly on an open file. | Steven Allen | -0/+5 |
| 2016-11-04 | std: Track change to cprng syscall signature (Fuchsia) | Raph Levien | -8/+20 |
| 2016-11-01 | std: Move platform-specific out of sys_common::util | Brian Anderson | -0/+11 |
| 2016-11-01 | std: Move a plattform-specific constant to sys::stdio | Brian Anderson | -0/+1 |
| 2016-11-01 | std: Move elf TLS to sys::fast_thread_local | Brian Anderson | -0/+168 |
| 2016-10-28 | Auto merge of #37385 - raphlinus:fuchsia_random, r=alexcrichton | bors | -1/+53 |
| 2016-10-24 | Add support for kernel randomness for Fuchsia | Raph Levien | -1/+53 |
| 2016-10-22 | Fix tidy warning | Raph Levien | -1/+1 |
| 2016-10-22 | Fix missing DirEntryExt::ino | Raph Levien | -2/+2 |
| 2016-10-22 | Add Fuchsia support | Raph Levien | -5/+30 |
| 2016-10-16 | impl Debug for ReadDir | David Henningsson | -0/+8 |
| 2016-10-14 | Auto merge of #35704 - tbu-:pr_pread_pwrite, r=alexcrichton | bors | -6/+160 |
| 2016-10-14 | Android: Fix unused-imports warning | Tobias Bucher | -1/+2 |
| 2016-10-14 | Only use Android fallback for {ftruncate,pread,pwrite} on 32 bit | Tobias Bucher | -0/+24 |
| 2016-10-12 | Remove unnecessary `unsafe` block | Tobias Bucher | -20/+16 |
| 2016-10-11 | Fix Android compilation `io::Error` -> `io::ErrorKind` | Tobias Bucher | -2/+2 |
| 2016-10-09 | use MSG_NOSIGNAL on all relevant platforms | Mathieu Poumeyrol | -3/+9 |
| 2016-10-09 | Use `try_into` and move some functions | Tobias Bucher | -29/+37 |
| 2016-10-09 | Dynamically detect presence of `p{read,write}64` on Android | Tobias Bucher | -23/+68 |