| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-09-19 | Rollup merge of #44513 - redox-os:master, r=alexcrichton | Guillaume Gomez | -26/+186 |
| 2017-09-16 | Fix network families | Jeremy Soller | -2/+2 |
| 2017-09-14 | Auto merge of #43972 - TobiasSchaffner:std_clean, r=alexcrichton | bors | -0/+2 |
| 2017-09-13 | Move default stack min size to thread implementations | Tobias Schaffner | -0/+2 |
| 2017-09-11 | Fix tidy checks | Jeremy Soller | -18/+44 |
| 2017-09-11 | Sync with upstream syscall library | Jeremy Soller | -12/+146 |
| 2017-09-07 | Properly detect overflow in Instance +/- Duration. | kennytm | -7/+15 |
| 2017-08-24 | Fix inconsistent doc headings | lukaramu | -1/+1 |
| 2017-08-20 | redox: Correct error on exec when file is not found | Ian Douglas Scott | -1/+1 |
| 2017-08-17 | Rollup merge of #43891 - Fourchaux:master, r=steveklabnik | Corey Farwell | -1/+1 |
| 2017-08-16 | Auto merge of #43710 - zackmdavis:field_init_shorthand_power_slam, r=Mark-Sim... | bors | -4/+4 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -4/+4 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -1/+1 |
| 2017-08-15 | Auto merge of #43635 - ids1024:backtrace-redox, r=alexcrichton | bors | -32/+159 |
| 2017-08-13 | Rollup merge of #43821 - NilSet:redox-dns, r=alexcrichton | Guillaume Gomez | -14/+12 |
| 2017-08-13 | Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkov | Guillaume Gomez | -2/+2 |
| 2017-08-13 | Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichton | bors | -0/+1 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -2/+2 |
| 2017-08-11 | Handle DNS label compression in more places | Thomas Levy | -14/+12 |
| 2017-08-11 | Fix some typos | Bastien Orivel | -2/+2 |
| 2017-08-10 | Exposed all platform-specific documentation. | kennytm | -0/+1 |
| 2017-08-03 | Simplify Redox backtrace/ to not include non-Redox implementations | Ian Douglas Scott | -207/+3 |
| 2017-08-03 | Make backtraces work on Redox, copying Unix implementation | Ian Douglas Scott | -32/+363 |
| 2017-08-04 | Auto merge of #43459 - ids1024:asrawfd, r=alexcrichton | bors | -0/+16 |
| 2017-07-29 | Split FL and FD fcntls | Jeremy Soller | -10/+12 |
| 2017-07-29 | Redox: Add JoinHandleExt (matching Unix version) | Ian Douglas Scott | -0/+50 |
| 2017-07-25 | Correct 'stable' attribute | Ian Douglas Scott | -3/+3 |
| 2017-07-24 | Implement AsRawFd for Stdin, Stdout, and Stderr | Ian Douglas Scott | -0/+16 |
| 2017-07-18 | Rollup merge of #43304 - ids1024:path2, r=aturon | Mark Simulacrum | -21/+28 |
| 2017-07-17 | redox: handle multiple paths in PATH | Ian Douglas Scott | -21/+28 |
| 2017-07-18 | libstd: remove redundant & from &Path::new(...) | NODA, Kai | -4/+4 |
| 2017-07-14 | Rollup merge of #43228 - redox-os:backtrace_fix, r=alexcrichton | Corey Farwell | -3/+12 |
| 2017-07-14 | Rollup merge of #43202 - jackpot51:patch-1, r=sfackler | Corey Farwell | -1/+1 |
| 2017-07-13 | Fix backtrace on Redox | Jeremy Soller | -3/+12 |
| 2017-07-13 | Rollup merge of #43204 - jackpot51:patch-3, r=alexcrichton | Steve Klabnik | -3/+4 |
| 2017-07-12 | Update fs.rs | Jeremy Soller | -1/+1 |
| 2017-07-12 | Update mod.rs | Jeremy Soller | -3/+1 |
| 2017-07-12 | Update fs.rs | Jeremy Soller | -2/+3 |
| 2017-07-12 | Update mod.rs | Jeremy Soller | -17/+1 |
| 2017-07-12 | Update tcp.rs | Jeremy Soller | -1/+1 |
| 2017-07-12 | Rollup merge of #43100 - ids1024:stat2, r=aturon | Mark Simulacrum | -2/+17 |
| 2017-07-11 | Redox: Use O_NOFOLLOW for lstat() | Ian Douglas Scott | -1/+5 |
| 2017-07-07 | Redox: Fix Condvar.wait(); do not lock mutex twice | Ian Douglas Scott | -3/+1 |