| Age | Commit message (Expand) | Author | Lines |
| 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 | -21/+31 |
| 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/+6 |
| 2017-06-21 | Better Debug for Args and ArgsOs | Stepan Koltsov | -0/+6 |
| 2017-06-20 | Add `Read::initializer`. | Steven Fackler | -24/+0 |
| 2017-06-20 | Redox: Use create() instead of open() when setting env variable | Ian Douglas Scott | -1/+1 |
| 2017-06-15 | Avoid allocations in Debug for os_str | Stepan Koltsov | -7/+20 |
| 2017-06-06 | Add conversions from File and Child* handles to Stdio | Josh Stone | -0/+12 |
| 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 | -3/+4 |
| 2017-04-16 | Fix stdio descriptors in exec by removing cloexec if present. Use dup2 instea... | Jeremy Soller | -9/+18 |
| 2017-03-17 | Rollup merge of #40457 - frewsxcv:frewsxcv-macos, r=steveklabnik | Corey Farwell | -4/+4 |
| 2017-03-15 | Auto merge of #40009 - clarcharr:box_to_buf, r=alexcrichton | bors | -0/+6 |
| 2017-03-12 | Update usages of 'OSX' (and other old names) to 'macOS'. | Corey Farwell | -4/+4 |
| 2017-03-10 | Add From<Box<..>> implementations. | Clar Charr | -0/+6 |
| 2017-03-10 | OsString::shrink_to_fit. | Clar Charr | -0/+5 |
| 2017-02-27 | Auto merge of #38165 - Yamakaky:better-backtrace, r=petrochenkov | bors | -3/+8 |
| 2017-02-25 | Rollup merge of #39961 - redox-os:redox, r=alexcrichton | Eduard-Mihai Burtescu | -1/+13 |
| 2017-02-15 | Improve backtrace formating while panicking. | Yamakaky | -3/+8 |
| 2017-02-14 | Conversions between CStr/OsStr/Path and boxes. | Clar Charr | -0/+16 |
| 2017-02-08 | Fix compilation on Redox | Jeremy Soller | -1/+13 |
| 2017-02-06 | make Child::try_wait return io::Result<Option<ExitStatus>> | Jack O'Connor | -4/+4 |
| 2017-01-30 | Add dev and ino to MetadataExt | Jeremy Soller | -0/+10 |
| 2017-01-25 | Rollup merge of #39212 - redox-os:master, r=brson | Guillaume Gomez | -1/+8 |
| 2017-01-22 | libstd: replace all `try!` with `?` in documentation examples | Utkarsh Kukreti | -5/+5 |
| 2017-01-20 | Use libc errno | Jeremy Soller | -1/+8 |
| 2017-01-13 | Add try_wait to Redox process | Jeremy Soller | -0/+14 |
| 2016-12-30 | Add socket timeout and ttl support | Jeremy Soller | -26/+128 |
| 2016-12-27 | Fix arguments on Redox | Jeremy Soller | -9/+5 |
| 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 | -131/+0 |
| 2016-12-21 | Add RawFd traits for net | Jeremy Soller | -15/+64 |
| 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/+137 |
| 2016-12-20 | Add arm syscalls | Jeremy Soller | -2/+78 |
| 2016-12-16 | Address fallout | Aaron Turon | -1/+1 |
| 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-12 | Fix tidy checks | Jeremy Soller | -1/+2 |
| 2016-12-12 | Fix accidental removal of import | Jeremy Soller | -0/+1 |
| 2016-12-12 | Rollback prefix | Jeremy Soller | -3/+3 |
| 2016-11-30 | Cleanup env | Jeremy Soller | -4/+5 |
| 2016-11-28 | Commit to fix make tidy | Jeremy Soller | -42/+155 |
| 2016-11-28 | Remove file path from std::fs::File | Jeremy Soller | -4/+2 |