rust/src/libstd/io
Alex Crichton 58e4ab2b33 extra: Put the nail in the coffin, delete libextra
This commit shreds all remnants of libextra from the compiler and standard
distribution. Two modules, c_vec/tempfile, were moved into libstd after some
cleanup, and the other modules were moved to separate crates as seen fit.

Closes #8784
Closes #12413
Closes #12576
2014-03-14 13:59:02 -07:00
..
net auto merge of #12855 : alexcrichton/rust/shutdown, r=brson 2014-03-13 21:06:34 -07:00
buffered.rs Update io iterators to produce IoResults 2014-03-12 22:42:50 -04:00
comm_adapters.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
extensions.rs Update io iterators to produce IoResults 2014-03-12 22:42:50 -04:00
flate.rs Remove eof() from io::Reader 2014-01-09 09:27:10 -08:00
fs.rs fs: units tests for mkdir_recusive and rmdir_recursive 2014-03-10 19:28:50 +01:00
mem.rs std: Change assert_eq!() to use {} instead of {:?} 2014-02-28 23:01:54 -08:00
mod.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
pipe.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
process.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
result.rs std: Change assert_eq!() to use {} instead of {:?} 2014-02-28 23:01:54 -08:00
signal.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
stdio.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
tempfile.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
test.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
timer.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
util.rs Closes #12386. Removed 'pub mod' doc-comments in std::io's mod.rs file. Added summary doc-comments to test.rs, util.rs and stdio.rs. 2014-02-23 15:48:26 -05:00