rust/src/libstd/sys
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
..
common Make most of std::rt private 2014-11-20 17:19:24 -08:00
unix Make most of std::rt private 2014-11-20 17:19:24 -08:00
windows Make most of std::rt private 2014-11-20 17:19:24 -08:00