| Age | Commit message (Expand) | Author | Lines |
| 2017-02-15 | Improve backtrace formating while panicking. | Yamakaky | -151/+144 |
| 2017-02-14 | Conversions between CStr/OsStr/Path and boxes. | Clar Charr | -0/+16 |
| 2017-02-08 | Rollup merge of #39512 - oconnor663:try_wait, r=alexcrichton | Corey Farwell | -7/+7 |
| 2017-02-07 | Rollup merge of #39431 - alexcrichton:no-more-makefiles, r=brson | Corey Farwell | -10/+1 |
| 2017-02-07 | Rollup merge of #39400 - alexcrichton:arm-cross-test, r=brson | Corey Farwell | -1/+5 |
| 2017-02-06 | make Child::try_wait return io::Result<Option<ExitStatus>> | Jack O'Connor | -7/+7 |
| 2017-02-06 | std: Remove cfg(cargobuild) annotations | Alex Crichton | -10/+1 |
| 2017-02-05 | Rollup merge of #39514 - tbu-:pr_less_syscalls_fd, r=alexcrichton | Corey Farwell | -2/+17 |
| 2017-02-05 | Rollup merge of #38983 - APTy:udp-peek, r=aturon | Corey Farwell | -3/+42 |
| 2017-02-05 | Rollup merge of #38518 - nagisa:exec-doc, r=alexcrichton | Corey Farwell | -0/+10 |
| 2017-02-04 | libstd/net: Add `peek` APIs to UdpSocket and TcpStream | Tyler Julian | -3/+42 |
| 2017-02-04 | Use less syscalls in `FileDesc::set_{nonblocking,cloexec}` | Tobias Bucher | -2/+17 |
| 2017-02-02 | Auto merge of #39386 - tbu-:pr_pipe_less_syscalls, r=alexcrichton | bors | -22/+17 |
| 2017-01-30 | Don't handle ENOSYS in `anon_pipe()` | Tobias Bucher | -14/+9 |
| 2017-01-29 | Add support for test suites emulated in QEMU | Alex Crichton | -1/+5 |
| 2017-01-28 | Auto merge of #39234 - segevfiner:fix-backtraces-on-windows-gnu, r=petrochenkov | bors | -0/+11 |
| 2017-01-28 | Use libc::c_char instead of i8 due to platforms with unsigned char | Segev Finer | -1/+2 |
| 2017-01-27 | Use less syscalls in `anon_pipe()` | Tobias Bucher | -19/+19 |
| 2017-01-27 | Attempt at fixing dead code lints | Segev Finer | -5/+8 |
| 2017-01-24 | Updated Fuchsia support for std::process. Adds support for try_wait. Misc. up... | Theodore DeRego | -23/+167 |
| 2017-01-24 | Make backtraces work on Windows GNU targets again. | Segev Finer | -0/+7 |
| 2017-01-22 | libstd: replace all `try!` with `?` in documentation examples | Utkarsh Kukreti | -5/+5 |
| 2017-01-19 | Expand documentation of process::exit and exec | Simonas Kazlauskas | -0/+10 |
| 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 |