| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-12-21 | Add RawFd traits for net | Jeremy Soller | -15/+64 |
| 2016-12-21 | Removes magenta build warning. | Jason Campbell | -1/+0 |
| 2016-12-20 | Fix tidy | Jeremy Soller | -3/+6 |
| 2016-12-20 | Fix building without backtrace | Jeremy Soller | -0/+1 |
| 2016-12-20 | Readd statvfs | Jeremy Soller | -0/+26 |
| 2016-12-20 | Move rt into sys::rt, fix tidy | Jeremy Soller | -334/+161 |
| 2016-12-20 | Fix compile errors and such | Alex Crichton | -4/+5 |
| 2016-12-20 | Rollup merge of #38236 - GuillaumeGomez:unix_socket_doc, r=frewsxcv | Alex Crichton | -26/+566 |
| 2016-12-20 | Rollup merge of #38006 - frewsxcv:libstd-debug, r=alexcrichton | Alex Crichton | -2/+12 |
| 2016-12-20 | Add arm syscalls | Jeremy Soller | -2/+78 |
| 2016-12-18 | Implement `fmt::Debug` for all structures in libstd. | Corey Farwell | -2/+12 |
| 2016-12-18 | Auto merge of #38051 - sanxiyn:unused-type-alias-3, r=eddyb | bors | -3/+2 |
| 2016-12-18 | Fix Windows | Seo Sanghyeon | -3/+2 |
| 2016-12-16 | Address fallout | Aaron Turon | -1/+1 |
| 2016-12-16 | Add missing doc examples for UnixDatagram | Guillaume Gomez | -38/+285 |
| 2016-12-15 | Add start functions, switch allocation crate to ralloc | Jeremy Soller | -3/+78 |
| 2016-12-15 | WIP: Cross-compilation for Redox target | Jeremy Soller | -7/+1400 |