| Age | Commit message (Expand) | Author | Lines |
| 2017-08-01 | Fixed all unnecessary muts in language core | Isaac van Bakel | -2/+2 |
| 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 | -6/+6 |
| 2017-07-24 | Add a disabled builder for aarch64 emulated tests | Alex Crichton | -0/+1 |
| 2017-07-24 | Implement AsRawFd for Stdin, Stdout, and Stderr | Ian Douglas Scott | -0/+33 |
| 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 #43222 - RalfJung:symlink, r=sfackler | Corey Farwell | -1/+1 |
| 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 | windows::fs::symlink_dir: fix example to actually use symlink_dir | Ralf Jung | -1/+1 |
| 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-09 | Auto merge of #43082 - ids1024:condvar2, r=alexcrichton | bors | -3/+1 |
| 2017-07-07 | Skip the main thread's manual stack guard on Linux | Josh Stone | -15/+29 |
| 2017-07-07 | Redox: Fix Condvar.wait(); do not lock mutex twice | Ian Douglas Scott | -3/+1 |
| 2017-07-06 | Implement TcpStream::connect_timeout | Steven Fackler | -2/+152 |
| 2017-07-06 | Redox: add stat methods(); support is_symlink() | Ian Douglas Scott | -2/+17 |
| 2017-07-06 | Auto merge of #42727 - alexcrichton:allocators-new, r=eddyb | bors | -38/+0 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -38/+0 |
| 2017-07-04 | Rollup merge of #42975 - ids1024:symlink2, r=aturon | Mark Simulacrum | -6/+15 |
| 2017-06-30 | Fix long line | Ian Douglas Scott | -1/+2 |
| 2017-06-29 | Fix Redox build, apparently broken by #42687 | Ian Douglas Scott | -1/+5 |
| 2017-06-29 | redox: symlink and readlink | Ian Douglas Scott | -4/+12 |
| 2017-06-29 | Auto merge of #42848 - ids1024:redox-fix, r=sfackler | bors | -3/+2 |
| 2017-06-24 | Auto merge of #42687 - alexcrichton:windows-tls, r=sfackler | bors | -104/+26 |
| 2017-06-23 | rustc: Enable #[thread_local] for Windows | Alex Crichton | -104/+26 |
| 2017-06-23 | Rollup merge of #42783 - ids1024:redox-env, r=sfackler | Mark Simulacrum | -1/+1 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -29/+53 |
| 2017-06-22 | Fix Redox build, broken in ecbb896b9eb2acadefde57be493e4298c1aa04a3 | Ian Douglas Scott | -3/+2 |
| 2017-06-22 | Auto merge of #42798 - stepancheg:args-debug, r=sfackler | bors | -0/+43 |
| 2017-06-21 | Better Debug for Args and ArgsOs | Stepan Koltsov | -0/+43 |
| 2017-06-20 | Add `Read::initializer`. | Steven Fackler | -81/+7 |
| 2017-06-20 | Redox: Use create() instead of open() when setting env variable | Ian Douglas Scott | -1/+1 |
| 2017-06-17 | Auto merge of #42613 - stepancheg:lossy, r=alexcrichton | bors | -21/+59 |
| 2017-06-15 | Fix condvar.wait(distant future) return immediately on OSX | Stepan Koltsov | -4/+30 |
| 2017-06-15 | Avoid allocations in Debug for os_str | Stepan Koltsov | -21/+59 |
| 2017-06-08 | std: Handle ENOSYS when calling `pipe2` | Alex Crichton | -6/+23 |
| 2017-06-06 | Add conversions from File and Child* handles to Stdio | Josh Stone | -0/+36 |
| 2017-06-06 | Auto merge of #42436 - ollie27:win_spawn_name, r=alexcrichton | bors | -8/+10 |
| 2017-06-05 | [fuchsia] Track change of mx_job_default | Raph Levien | -5/+1 |