rust/src/libstd/sys/windows
Aaron Turon 6987ad22e4 Make most of std::rt private
Previously, the entire runtime API surface was publicly exposed, but
that is neither necessary nor desirable. This commit hides most of the
module, using librustrt directly as needed. The arrangement will need to
be revisited when rustrt is pulled into std.

[breaking-change]
2014-11-20 17:19:24 -08:00
..
c.rs
fs.rs Windows and OS X fallout 2014-11-18 20:43:38 +13:00
helper_signal.rs Runtime removal: refactor helper threads 2014-11-08 20:40:38 -08:00
mod.rs Make most of std::rt private 2014-11-20 17:19:24 -08:00
os.rs Windows and OS X fallout 2014-11-18 20:43:38 +13:00
pipe.rs Make most of std::rt private 2014-11-20 17:19:24 -08:00
process.rs Windows and OS X fallout 2014-11-18 20:43:38 +13:00
tcp.rs
timer.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
tty.rs Rename remaining Failures to Panic 2014-11-20 23:45:42 +05:30
udp.rs