]> git.lizzy.rs Git - rust.git/commit
Auto merge of #22119 - aturon:new-process, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 14 Feb 2015 10:03:01 +0000 (10:03 +0000)
committerbors <bors@rust-lang.org>
Sat, 14 Feb 2015 10:03:01 +0000 (10:03 +0000)
commitdf54632601ee01b1ff0e608d9e33fc865c1f2598
tree3844c1930d2417ed1d1ed8abdf2d27251c289321
parent95b228ab95902cf7bfa025ca918b42d94053df84
parent4175f1ce2fa57ca466e94aa59de9b9383f3c05a4
Auto merge of #22119 - aturon:new-process, r=alexcrichton

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.