Manish Goregaokar d394aa064e
Rollup merge of - alexcrichton:create-exit-status, r=aturon
std: Allow creating ExitStatus from raw values

Sometimes a process may be waited on externally from the standard library, in
which case it can be useful to create a raw `ExitStatus` structure to return.
This commit extends the existing Unix `ExitStatusExt` extension trait and adds a
new Windows-specific `ExitStatusExt` extension trait to do this. The methods are
currently called `ExitStatus::from_raw`.

cc 
2016-05-09 14:59:20 -07:00
..
2016-05-09 13:31:47 +01:00
2016-05-03 18:51:19 +09:00