| Age | Commit message (Expand) | Author | Lines |
| 2016-12-15 | Stabilize std::os::unix::process::CommandExt::before_exec | Aaron Turon | -1/+1 |
| 2016-12-15 | Stabilize std::os::*::fs::FileExt | Aaron Turon | -10/+10 |
| 2016-12-12 | Fix tidy checks | Jeremy Soller | -1/+2 |
| 2016-12-12 | Merge branch 'master' into redox | Jeremy Soller | -250/+731 |
| 2016-12-12 | Fix accidental removal of import | Jeremy Soller | -0/+1 |
| 2016-12-12 | Rollback prefix | Jeremy Soller | -3/+3 |
| 2016-12-10 | Ctrl-Z returns from Stdin.read() when reading from the console on | Elahn Ientile | -4/+33 |
| 2016-12-09 | Auto merge of #38197 - mneumann:dragonfly-fixes-2016-12-06, r=alexcrichton | bors | -7/+2 |
| 2016-12-08 | Add Incoming doc examples | Guillaume Gomez | -3/+30 |
| 2016-12-08 | Add UnixListener doc examples | Guillaume Gomez | -10/+101 |
| 2016-12-08 | Add doc examples for UnixStream | Guillaume Gomez | -6/+145 |
| 2016-12-08 | Add missing doc examples for SocketAddr struct | Guillaume Gomez | -0/+36 |
| 2016-12-08 | Auto merge of #38146 - kali:master, r=alexcrichton | bors | -2/+15 |
| 2016-12-07 | Rollup merge of #38153 - GuillaumeGomez:typo, r=bluss | Guillaume Gomez | -1/+1 |
| 2016-12-06 | Fix current_exe() on DragonFly (again) | Michael Neumann | -7/+2 |
| 2016-12-05 | Auto merge of #38098 - luser:windows-commandext, r=alexcrichton | bors | -2/+26 |
| 2016-12-04 | Fix small typo | Guillaume Gomez | -1/+1 |
| 2016-12-03 | fix objc ABI in std::env::args | Mathieu Poumeyrol | -2/+15 |
| 2016-12-02 | Auto merge of #37936 - tedsta:fuchsia_std_process, r=alexcrichton | bors | -238/+687 |
| 2016-12-01 | std::process fuchsia support cleanup | Theodore DeRego | -34/+26 |
| 2016-11-30 | Cleanup env | Jeremy Soller | -4/+5 |
| 2016-11-30 | just add one method named creation_flags, fix the tidy error | Ted Mielczarek | -17/+4 |
| 2016-11-30 | Add std::os::windows::process::CommandExt, with set_creation_flags and add_cr... | Ted Mielczarek | -2/+39 |
| 2016-11-30 | Removed Option<ExitStatus> member from fuchsia Process struct. Destroy launch... | Theodore DeRego | -32/+45 |
| 2016-11-28 | Commit to fix make tidy | Jeremy Soller | -44/+157 |
| 2016-11-28 | Remove file path from std::fs::File | Jeremy Soller | -4/+2 |
| 2016-11-28 | Move stdout/err flush into sys | Jeremy Soller | -3/+25 |
| 2016-11-28 | Switch to using Prefix::Verbatim | Jeremy Soller | -1/+1 |
| 2016-11-28 | Switch to using syscall crate directly - without import | Jeremy Soller | -188/+171 |
| 2016-11-25 | Fix canonicalize | Jeremy Soller | -3/+2 |
| 2016-11-25 | Use O_DIRECTORY | Jeremy Soller | -9/+12 |
| 2016-11-23 | Separated fuchsia-specific process stuff into 'process_fuchsia.rs' and refact... | Theodore DeRego | -868/+940 |
| 2016-11-23 | Allow setting nonblock on sockets | Jeremy Soller | -11/+16 |
| 2016-11-23 | Add File set_permissions | Jeremy Soller | -0/+4 |
| 2016-11-23 | Merge branch 'master' into redox | Jeremy Soller | -8/+58 |
| 2016-11-22 | Cleaned up and appeased the linter | Theodore DeRego | -66/+28 |
| 2016-11-22 | Fuchsia support for std::process via liblaunchpad. | Theodore DeRego | -3/+413 |
| 2016-11-22 | Add a method for setting permissions directly on an open file. | Steven Allen | -0/+32 |
| 2016-11-21 | Auto merge of #37677 - jsen-:master, r=alexcrichton | bors | -8/+26 |
| 2016-11-20 | support creation of anonymous pipe on WinXP/2K3 | jsen- | -8/+26 |
| 2016-11-17 | Replace setuid, setgid with setreuid, setregid | Jeremy Soller | -2/+2 |
| 2016-11-17 | Add signal support, better exec error handling | Jeremy Soller | -34/+80 |
| 2016-11-15 | Use chmod instead of fcntl to change file perms | Jeremy Soller | -4/+1 |
| 2016-11-15 | Add set_perm | Jeremy Soller | -4/+7 |
| 2016-11-14 | Simple implementation of read2 | Jeremy Soller | -10/+13 |
| 2016-11-14 | Add current_exe support | Jeremy Soller | -2/+12 |
| 2016-11-14 | Fix redox prefix handling | Jeremy Soller | -2/+10 |
| 2016-11-14 | Add fcntl | Jeremy Soller | -5/+11 |
| 2016-11-10 | Merge branch 'master' into redox | Jeremy Soller | -9/+21 |
| 2016-11-10 | Use target_os = redox for cfg | Jeremy Soller | -1/+1 |