| Age | Commit message (Expand) | Author | Lines |
| 2018-06-27 | Fix tidy checks | jD91mZM2 | -0/+10 |
| 2018-06-27 | Horrible attempt at cleaning things up that probably just made it worse | jD91mZM2 | -702/+254 |
| 2018-06-26 | Revert "Remove functions that always error" | jD91mZM2 | -0/+181 |
| 2018-06-26 | Mention redox' behavior in doc comments | jD91mZM2 | -0/+6 |
| 2018-06-26 | Remove functions that always error | jD91mZM2 | -181/+0 |
| 2018-06-26 | Disallow constructing SocketAddr from third-party code | jD91mZM2 | -2/+2 |
| 2018-06-26 | Make feature unstable | jD91mZM2 | -40/+1 |
| 2018-06-26 | Custom feature gate (I think?) | jD91mZM2 | -40/+40 |
| 2018-06-26 | Trim all lines to 100 | jD91mZM2 | -3/+10 |
| 2018-06-26 | Make UnixStream::take_error return None on redox | jD91mZM2 | -3/+3 |
| 2018-06-26 | Unix sockets on redox! | jD91mZM2 | -1/+733 |
| 2018-06-17 | Auto merge of #51529 - nodakai:improve-sys_common-mutex, r=oli-obk | bors | -10/+6 |
| 2018-06-17 | libstd: add an RAII utility for sys_common::mutex::Mutex | NODA, Kai | -10/+6 |
| 2018-06-14 | Removed two unused variables | Chris Cesare | -3/+0 |
| 2018-06-04 | Clarify error phrase in `sub_instant` function | Claudio Bley | -1/+1 |
| 2018-05-09 | use fmt::Result where applicable | Andre Bogus | -2/+2 |
| 2018-04-24 | Rollup merge of #49829 - ecstatic-morse:os-docs, r=steveklabnik | kennytm | -19/+43 |
| 2018-04-14 | Prefer unprefixed paths for well known structs | Dylan MacKenzie | -7/+7 |
| 2018-04-14 | Add doc links to `std::os` extension traits | Dylan MacKenzie | -19/+43 |
| 2018-04-13 | std: Minimize size of panicking on wasm | Alex Crichton | -0/+4 |
| 2018-04-12 | Import the `alloc` crate as `alloc_crate` in std | Simon Sapin | -1/+1 |
| 2018-04-12 | Move Utf8Lossy decoder to libcore | Simon Sapin | -1/+1 |
| 2018-04-04 | Auto merge of #48575 - ishitatsuyuki:unix-no-thread, r=alexcrichton | bors | -0/+1 |
| 2018-03-28 | Auto merge of #49460 - kennytm:rollup, r=kennytm | bors | -0/+5 |
| 2018-03-28 | Remove hidden `foo` functions from doc examples; use `Termination` trait. | Corey Farwell | -18/+20 |
| 2018-03-27 | Implement `shrink_to` method on collections | Diggory Blake | -0/+5 |
| 2018-03-24 | Fix build on non-Unix platforms | Tatsuyuki Ishi | -0/+1 |
| 2018-03-06 | Rollup merge of #48618 - scottmcm:elaborate-exitcode, r=alexcrichton | Alex Crichton | -0/+13 |
| 2018-03-03 | Move process::ExitCode internals to sys | Scott McMurray | -0/+13 |
| 2018-02-25 | Return error if timeout is zero-Duration on Redox. | Corey Farwell | -2/+18 |
| 2018-01-31 | Use a range to identify SIGSEGV in stack guards | Josh Stone | -2/+3 |
| 2018-01-26 | Print inlined functions on Windows | John Kåre Alsaker | -0/+1 |
| 2018-01-02 | Auto merge of #47042 - redox-os:redox, r=estebank | bors | -7/+34 |
| 2017-12-31 | Auto merge of #46713 - Manishearth:memchr, r=bluss | bors | -1/+1 |
| 2017-12-27 | Implement rename using new system call | Jeremy Soller | -7/+34 |
| 2017-12-24 | Auto merge of #46789 - Diggsey:command-env-capture, r=dtolnay | bors | -17/+7 |
| 2017-12-24 | Capture environment at spawn | Diggory Blake | -17/+7 |
| 2017-12-19 | Add Hash impl for SystemTime and Instant | Vitaly _Vi Shukela | -2/+10 |
| 2017-12-18 | Add lossless debug implementation for unix OsStrs | Diggory Blake | -1/+2 |
| 2017-12-13 | Move rust memchr impl to libcore | Manish Goregaokar | -1/+1 |
| 2017-12-06 | Update miri to rustc changes | Oliver Schneider | -72/+126 |
| 2017-11-25 | Implement `Rc`/`Arc` conversions for string-like types | Murarth | -0/+24 |
| 2017-11-19 | Add process::parent_id | Steven Fackler | -0/+4 |
| 2017-11-13 | Rollup merge of #45893 - redox-os:futex_timeout, r=alexcrichton | kennytm | -22/+38 |
| 2017-11-09 | Add futex timeout | Jeremy Soller | -22/+38 |
| 2017-11-09 | std: Avoid use of `libc` in portable modules | Alex Crichton | -2/+3 |
| 2017-11-08 | std: Move the `cmath` module into the `sys` module | Alex Crichton | -0/+44 |
| 2017-11-08 | std: Change how EBADF is handled in `sys` | Alex Crichton | -1/+4 |
| 2017-11-08 | std: Remove `rand` crate and module | Alex Crichton | -46/+4 |
| 2017-10-06 | Add current_pid function | Thayne McCombs | -0/+4 |