rust/src/libstd/sys/windows/ext
Alex Crichton d15db1d392 std: Push process stdio setup in std::sys
Most of this is platform-specific anyway, and we generally have to jump through
fewer hoops to do the equivalent operation on Windows. One benefit for Windows
today is that this new structure avoids an extra `DuplicateHandle` when creating
pipes. For Unix, however, the behavior should be the same.

Note that this is just a pure refactoring, no functionality was added or
removed.
2016-02-10 09:28:48 -08:00
..
ffi.rs Add missing annotations and some tests 2015-11-18 01:24:21 +03:00
fs.rs std: Expose SystemTime accessors on fs::Metadata 2016-02-04 13:15:28 -08:00
io.rs std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
mod.rs AsRawHandle and IntoRawHandle for JoinHandle 2015-12-04 20:09:30 -05:00
process.rs std: Push process stdio setup in std::sys 2016-02-10 09:28:48 -08:00
raw.rs Fix typo in stability attribute. 2015-07-16 14:36:05 +01:00
thread.rs AsRawHandle and IntoRawHandle for JoinHandle 2015-12-04 20:09:30 -05:00