rust/src/libstd/sys/windows/ext
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
..
ffi.rs std: Expand the area of std::fs 2015-04-27 17:16:44 -07:00
fs.rs OpenOptionsExt on Windows: i32 -> u32 2015-06-08 14:04:22 -04:00
io.rs std: Rename sys::foo2 modules to sys::foo 2015-05-07 09:30:00 -07:00
mod.rs std: Implement lowering and raising for process IO 2015-05-16 11:18:36 -07:00
process.rs std: Tweak process raising/lowering implementations 2015-06-09 17:48:10 -07:00
raw.rs std: Expand the area of std::fs 2015-04-27 17:16:44 -07:00