| Age | Commit message (Expand) | Author | Lines |
| 2017-01-27 | Attempt at fixing dead code lints | Segev Finer | -67/+105 |
| 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-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-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 |
| 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 | -10/+10 |
| 2016-12-12 | Fix tidy checks | Jeremy Soller | -1/+2 |
| 2016-12-12 | Merge branch 'master' into redox | Jeremy Soller | -250/+731 |
| 2016-12-12 | Fix accidental removal of import | Jeremy Soller | -0/+1 |
| 2016-12-12 | Rollback prefix | Jeremy Soller | -3/+3 |
| 2016-12-10 | Ctrl-Z returns from Stdin.read() when reading from the console on | Elahn Ientile | -4/+33 |
| 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 |