rust/src/libstd/sys
bors f6341a878e Auto merge of #26159 - alexcrichton:tweak-process-lowering-raising, r=brson
* Slate these features to be stable in 1.2 instead of 1.1 (not being backported)
* Have the `FromRawFd` implementations follow the contract of the `FromRawFd`
  trait by taking ownership of the primitive specified.
* Refactor the implementations slightly to remove the `unreachable!` blocks as
  well as separating the stdio representation of `std::process` from
  `std::sys::process`.

cc #25494
2015-06-11 08:22:39 +00:00
..
common Rollup merge of #26146 - steveklabnik:remove_unsafe_pointer, r=Gankro 2015-06-10 22:07:10 +05:30
unix std: Tweak process raising/lowering implementations 2015-06-09 17:48:10 -07:00
windows Auto merge of #26159 - alexcrichton:tweak-process-lowering-raising, r=brson 2015-06-11 08:22:39 +00:00