rust/src/libstd/io
bors 1998b3e21e auto merge of #10738 : sfackler/rust/buffered-fixes, r=alexcrichton
BufferedWriter::inner flushes before returning the underlying writer.

BufferedWriter::write no longer flushes the underlying writer.

LineBufferedWriter::write flushes up to the *last* newline in the input
string, not the first.
2013-11-30 17:16:37 -08:00
..
native libstd: Change Path::new to Path::init. 2013-11-29 10:55:13 -08:00
net Register new snapshots 2013-11-28 20:27:56 -08:00
buffered.rs Fixes for BufferedWriter and LineBufferedWriter 2013-11-30 11:33:11 -05:00
comm_adapters.rs
extensions.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
flate.rs
fs.rs libstd: Change Path::new to Path::init. 2013-11-29 10:55:13 -08:00
mem.rs std::io::mem: add a with_capacity constructor to MemWriter. 2013-12-01 00:58:27 +11:00
mod.rs libstd: Change Path::new to Path::init. 2013-11-29 10:55:13 -08:00
option.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
pipe.rs libstd: Remove all non-proc uses of do from libstd 2013-11-26 08:23:57 -08:00
process.rs libstd: Remove all non-proc uses of do from libstd 2013-11-26 08:23:57 -08:00
signal.rs libstd: Remove all non-proc uses of do from libstd 2013-11-26 08:23:57 -08:00
stdio.rs Register new snapshots 2013-11-28 20:27:56 -08:00
timer.rs libstd: Remove all non-proc uses of do from libstd 2013-11-26 08:23:57 -08:00