| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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-05-09 | Utilize `Result::unwrap_err` in more places. | Corey Farwell | -1/+1 | |
| 2016-03-25 | Remove static linking hack since we are now passing absolute paths | Niko Matsakis | -2/+0 | |
| 2016-03-12 | Statically link run-pass/command-before-exec so it passes not just whenever ↵ | Eduard Burtescu | -0/+2 | |
| we happen to bootstrap perfectly. | ||||
| 2016-02-10 | std: Implement CommandExt::before_exec | Alex Crichton | -0/+90 | |
| This is a Unix-specific function which adds the ability to register a closure to run pre-exec to configure the child process as required (note that these closures are run post-fork). cc #31398 | ||||
