| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-04-09 | std: Clean up process spawn impl on unix | Alex Crichton | -8/+10 | |
| * De-indent quite a bit by removing usage of FnOnce closures * Clearly separate code for the parent/child after the fork * Use `fs2::{File, OpenOptions}` instead of calling `open` manually * Use RAII to close I/O objects wherever possible * Remove loop for closing all file descriptors, all our own ones are now `CLOEXEC` by default so they cannot be inherited | ||||
| 2015-02-13 | Add std::process | Aaron Turon | -0/+77 | |
| Per [RFC 579](https://github.com/rust-lang/rfcs/pull/579), this commit adds a new `std::process` module. This module is largely based on the existing `std::old_io::process` module, but refactors the API to use `OsStr` and other new standards set out by IO reform. The existing module is not yet deprecated, to allow for the new API to get a bit of testing before a mass migration to it. | ||||
