]> git.lizzy.rs Git - rust.git/commit
auto merge of #11159 : alexcrichton/rust/native-io, r=pcwalton
authorbors <bors@rust-lang.org>
Sat, 28 Dec 2013 18:36:54 +0000 (10:36 -0800)
committerbors <bors@rust-lang.org>
Sat, 28 Dec 2013 18:36:54 +0000 (10:36 -0800)
commit200c52a34e7673ab4186f86394c52874c98b4ffa
tree9a083f25aa13d80ac60e04cbdd76f90fc75ff97a
parent1b2cebc2c1f4d6e4bad36f4fa682f3d4e70cfb70
parent2a4f9d69afd19603ed3354fa8e64ab0e67c6a915
auto merge of #11159 : alexcrichton/rust/native-io, r=pcwalton

The old `rtio-processes` run-pass test is now moved into libstd's `io::process` module, and all process and TCP tests are now run with `iotest!` (both a native and a green version are tested).

All TCP networking on windows is provided by `ws2_32` which is apparently very similar to unix networking (hurray!).