| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-02-18 | Update tests for the Send - 'static change. | Huon Wilson | -1/+1 | |
| 2015-02-17 | Fallout from stabilization | Aaron Turon | -3/+3 | |
| 2015-02-16 | change the signal used to test signal_reported_right | Sébastien Marie | -3/+3 | |
| The test "signal_reported_right" send a signal `1` to `/bin/sh`, and check the status code to check if the signal is reported right. Under OpenBSD, the signal `1` (`SIGHUP`) is catched by `/bin/sh`, resulting the test failed. Use the uncatchable signal `9` (`SIGKILL`) for test. | ||||
| 2015-02-13 | Add std::process | Aaron Turon | -0/+834 | |
| 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. | ||||
