rust/src/libstd/rt/io
Alex Crichton de7d143176 Fix existing privacy/visibility violations
This commit fixes all of the fallout of the previous commit which is an attempt
to refine privacy. There were a few unfortunate leaks which now must be plugged,
and the most horrible one is the current `shouldnt_be_public` module now inside
`std::rt`. I think that this either needs a slight reorganization of the
runtime, or otherwise it needs to just wait for the external users of these
modules to get replaced with their `rt` implementations.

Other fixes involve making things pub which should be pub, and otherwise
updating error messages that now reference privacy instead of referencing an
"unresolved name" (yay!).
2013-10-07 13:00:52 -07:00
..
native Stop using newtype wrappers in std::rt::io 2013-10-02 20:37:17 -07:00
net Stop using newtype wrappers in std::rt::io 2013-10-02 20:37:17 -07:00
buffered.rs Fix existing privacy/visibility violations 2013-10-07 13:00:52 -07:00
comm_adapters.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
extensions.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
file.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
flate.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
mem.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
mock.rs rustdoc: Change all code-blocks with a script 2013-09-25 14:27:42 -07:00
mod.rs Fix existing privacy/visibility violations 2013-10-07 13:00:52 -07:00
option.rs
pipe.rs Stop using newtype wrappers in std::rt::io 2013-10-02 20:37:17 -07:00
process.rs Move the rt::io::process tests to run-pass 2013-10-01 17:04:17 -07:00
stdio.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
support.rs
timer.rs Stop using newtype wrappers in std::rt::io 2013-10-02 20:37:17 -07:00