rust/src/libstd/io
Ulrik Sverdrup 7b51c1c573 Use Vec::drain in BufWriter
I happened past a comment that asked for functionality that we now have.
2015-07-14 11:43:24 +02:00
..
buffered.rs Use Vec::drain in BufWriter 2015-07-14 11:43:24 +02:00
cursor.rs io: Use Vec::resize in Cursor<Vec<u8>> for more efficient zero fill 2015-07-09 01:18:29 +02:00
error.rs Add more std::io documentation. 2015-07-10 10:24:11 -04:00
impls.rs std: Stabilize last bits of io::Error 2015-03-31 16:12:48 -07:00
lazy.rs More test fixes and fallout of stability changes 2015-06-17 09:07:17 -07:00
mod.rs Improve Vec::resize so that it can be used in Read::read_to_end 2015-07-08 19:40:40 +02:00
prelude.rs std: Deny most warnings in doctests 2015-04-07 17:54:34 -07:00
stdio.rs Add more std::io documentation. 2015-07-10 10:24:11 -04:00
util.rs Add more std::io documentation. 2015-07-10 10:24:11 -04:00