| Age | Commit message (Expand) | Author | Lines |
| 2017-02-15 | Improve backtrace formating while panicking. | Yamakaky | -322/+317 |
| 2017-02-14 | Conversions between CStr/OsStr/Path and boxes. | Clar Charr | -0/+46 |
| 2017-02-08 | Rollup merge of #39512 - oconnor663:try_wait, r=alexcrichton | Corey Farwell | -14/+14 |
| 2017-02-07 | Rollup merge of #39431 - alexcrichton:no-more-makefiles, r=brson | Corey Farwell | -17/+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 | -14/+14 |
| 2017-02-06 | std: Remove cfg(cargobuild) annotations | Alex Crichton | -17/+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 | -5/+85 |
| 2017-02-05 | Rollup merge of #38921 - chris-morgan:windows-unprivileged-symlink-creation, ... | Corey Farwell | -3/+20 |
| 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 | -5/+85 |
| 2017-02-04 | Use less syscalls in `FileDesc::set_{nonblocking,cloexec}` | Tobias Bucher | -2/+17 |
| 2017-02-03 | Auto merge of #39418 - redox-os:redox_fs_ext, r=brson | bors | -0/+10 |
| 2017-02-02 | Auto merge of #39386 - tbu-:pr_pipe_less_syscalls, r=alexcrichton | bors | -22/+17 |
| 2017-01-30 | Add dev and ino to MetadataExt | Jeremy Soller | -0/+10 |
| 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/+164 |
| 2017-01-27 | Rollup merge of #39307 - alexcrichton:stabilize-1.16, r=brson | Alex Crichton | -3/+3 |
| 2017-01-28 | Use libc::c_char instead of i8 due to platforms with unsigned char | Segev Finer | -2/+4 |
| 2017-01-27 | Use less syscalls in `anon_pipe()` | Tobias Bucher | -19/+19 |
| 2017-01-27 | Attempt at fixing dead code lints | Segev Finer | -67/+105 |
| 2017-01-25 | std: Stabilize APIs for the 1.16.0 release | Alex Crichton | -3/+3 |
| 2017-01-25 | Rollup merge of #39212 - redox-os:master, r=brson | Guillaume Gomez | -1/+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/+124 |
| 2017-01-22 | libstd: replace all `try!` with `?` in documentation examples | Utkarsh Kukreti | -12/+12 |
| 2017-01-20 | Use libc errno | Jeremy Soller | -1/+8 |
| 2017-01-19 | Expand documentation of process::exit and exec | Simonas Kazlauskas | -0/+10 |
| 2017-01-16 | Rollup merge of #39065 - frewsxcv:libstd-os-unix-ffi-docs, r=GuillaumeGomez | Guillaume Gomez | -3/+57 |
| 2017-01-14 | Add doc examples & description in `std::os::unix::ffi`. | Corey Farwell | -3/+57 |
| 2017-01-13 | Add try_wait to Redox process | Jeremy Soller | -0/+14 |
| 2017-01-09 | Auto merge of #38866 - alexcrichton:try-wait, r=aturon | bors | -0/+33 |
| 2017-01-09 | Support unprivileged symlink creation in Windows | Chris Morgan | -3/+20 |
| 2017-01-06 | std: Add a nonblocking `Child::try_wait` method | Alex Crichton | -0/+33 |
| 2017-01-04 | std: Don't pass overlapped handles to processes | Alex Crichton | -29/+63 |
| 2017-01-04 | Auto merge of #38707 - redox-os:master, r=brson | bors | -26/+128 |
| 2017-01-02 | Reword 'stupid' and 'crazy' in docs. | Clar Charr | -1/+1 |
| 2016-12-30 | Add socket timeout and ttl support | Jeremy Soller | -26/+128 |
| 2016-12-29 | Rollup merge of #38622 - alexcrichton:read-lengths, r=sfackler | Alex Crichton | -12/+24 |
| 2016-12-27 | Fix arguments on Redox | Jeremy Soller | -9/+5 |
| 2016-12-27 | Auto merge of #38577 - redox-os:master, r=alexcrichton | bors | -2/+3 |
| 2016-12-26 | Auto merge of #38274 - elahn:windows-readconsole-ctrl-z, r=alexcrichton | bors | -4/+33 |
| 2016-12-26 | std: Clamp max read/write sizes on Unix | Alex Crichton | -12/+24 |
| 2016-12-24 | Rollup merge of #38521 - jxson:remove-magenta-warnings, r=sfackler | Steve Klabnik | -1/+0 |
| 2016-12-23 | Cloexec when creating directories | Jeremy Soller | -1/+1 |
| 2016-12-23 | Add Debug to OpenOptions and DirBuilder | Jeremy Soller | -1/+2 |
| 2016-12-23 | Auto merge of #38401 - redox-os:redox_cross, r=brson | bors | -22/+1317 |
| 2016-12-22 | Remove start functions, use newlib instead of openlibm + ralloc | Jeremy Soller | -155/+0 |