summary refs log tree commit diff
path: root/src/libstd/io/buffered.rs
AgeCommit message (Expand)AuthorLines
2013-12-15std::vec: remove unnecessary count parameter on {bytes,Huon Wilson-2/+2
2013-12-15std: fix spelling in docs.Huon Wilson-2/+2
2013-12-11std::io: Add Buffer.lines(), change .bytes() apiklutzy-0/+22
2013-11-30Fixes for BufferedWriter and LineBufferedWriterSteven Fackler-10/+28
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-6/+6
2013-11-19Implement more native file I/OAlex Crichton-1/+0
2013-11-13Introduce an io::Buffer traitAlex Crichton-81/+26
2013-11-12io: benchmarks for creation of the various Buffered objectsCorey Richardson-0/+42
2013-11-11Move std::rt::io to std::ioAlex Crichton-0/+473