| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-10-18 | Fix some pretty printing tests | Vadim Petrochenkov | -2/+1 | |
| 2016-08-10 | [emscripten] Ignore tests | Jan-Erik Rediger | -0/+1 | |
| Most of these rely on spawning processes, which is not possible in Emscripten. | ||||
| 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 | ||||
