rust/src/libstd/io
OGINO Masanori dfef422024 std::io: Use re-exported pathes in examples.
We use re-exported pathes (e.g. std::io::Command) and original ones
(e.g. std::io::process::Command) together in examples now. Using
re-exported ones consistently avoids confusion.

Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2014-06-27 07:10:33 +09:00
..
net std::io: Use re-exported pathes in examples. 2014-06-27 07:10:33 +09:00
buffered.rs Deprecate the bytes!() macro. 2014-06-18 17:02:22 -07:00
comm_adapters.rs rustc: Remove ~[T] from the language 2014-06-11 15:02:17 -07:00
extensions.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
fs.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
mem.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
mod.rs std::io: Use re-exported pathes in examples. 2014-06-27 07:10:33 +09:00
pipe.rs Deprecate the bytes!() macro. 2014-06-18 17:02:22 -07:00
process.rs std::io: Use re-exported pathes in examples. 2014-06-27 07:10:33 +09:00
result.rs De-~[] Mem{Reader,Writer} 2014-04-06 15:40:01 -07:00
signal.rs Register new snapshots 2014-06-15 23:30:24 -07:00
stdio.rs Deprecate the bytes!() macro. 2014-06-18 17:02:22 -07:00
tempfile.rs std: Remove format_strbuf!() 2014-05-28 08:35:41 -07:00
test.rs std: Remove format_strbuf!() 2014-05-28 08:35:41 -07:00
timer.rs std::io: Use re-exported pathes in examples. 2014-06-27 07:10:33 +09:00
util.rs rustc: Remove ~[T] from the language 2014-06-11 15:02:17 -07:00