| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-02-10 | std: Implement CommandExt::exec | Alex Crichton | -0/+72 | |
| This commit implements the `exec` function proposed in [RFC 1359][rfc] which is a function on the `CommandExt` trait to execute all parts of a `Command::spawn` without the `fork` on Unix. More details on the function itself can be found in the comments in the commit. [rfc]: https://github.com/rust-lang/rfcs/pull/1359 cc #31398 | ||||
