| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-06-04 | Always quote program name in Command::spawn on Windows | Oliver Middleton | -8/+10 |
| 2017-06-02 | Switch to repr(C) for syscall structs | Jeremy Soller | -3/+3 |
| 2017-05-21 | Implement requires_synchronized_create() for Redox | Ian Douglas Scott | -0/+5 |
| 2017-05-20 | migrate everything to using mem::needs_drop | Alexis Beingessner | -6/+7 |
| 2017-05-19 | Rollup merge of #42056 - sylvestre:master, r=alexcrichton | Mark Simulacrum | -1/+6 |
| 2017-05-19 | Rollup merge of #41870 - excaliburHisSheath:iss29367-windows-docs, r=frewsxcv | Mark Simulacrum | -57/+286 |
| 2017-05-19 | Fix doc test failure for OpenOptionsExt | David LeGare | -1/+1 |
| 2017-05-18 | Normalize docs in windows::ffi and windows::fs | David LeGare | -57/+64 |
| 2017-05-17 | Improve the error management when /proc is not mounted | Sylvestre Ledru | -1/+6 |
| 2017-05-11 | Auto merge of #41684 - jethrogb:feature/ntstatus, r=alexcrichton | bors | -3/+38 |
| 2017-05-11 | Add test | Jethro Beekman | -0/+14 |
| 2017-05-09 | Fix tidy errors | David LeGare | -3/+6 |
| 2017-05-07 | Fix documentation tests in windows::fs | David LeGare | -3/+1 |
| 2017-05-06 | Update documentation in windows::fs | David LeGare | -10/+127 |
| 2017-05-06 | Fix definitions of ULONG_PTR | Joshua Sheard | -3/+4 |
| 2017-05-05 | Merge remote-tracking branch 'rust-lang/master' into iss29367-windows-docs | David LeGare | -118/+147 |
| 2017-05-05 | Update documentation in windows::ffi | David LeGare | -21/+91 |
| 2017-05-05 | Update documention in windows::ffi | David LeGare | -9/+43 |
| 2017-05-05 | std: Avoid locks during TLS destruction on Windows | Alex Crichton | -100/+71 |
| 2017-05-03 | Windows io::Error: also format NTSTATUS error codes | Jethro Beekman | -3/+24 |
| 2017-04-25 | Fix a copy-paste error in `Instant::sub_duration` | Tobias Bucher | -1/+1 |
| 2017-04-18 | Rollup merge of #41353 - redox-os:master, r=alexcrichton | Corey Farwell | -9/+18 |
| 2017-04-16 | Fix stdio descriptors in exec by removing cloexec if present. Use dup2 instea... | Jeremy Soller | -9/+18 |