about summary refs log tree commit diff
path: root/src/libstd/io/buffered.rs
AgeCommit message (Expand)AuthorLines
2014-01-08Robustly read remaining bytes in a characterAlex Crichton-1/+7
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-1/+2
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-5/+27
2013-12-23Add tests for 0-byte read propagation.Sébastien Paolacci-0/+28
2013-12-16Make BufferedReader propagate 0-byte long reads.Sébastien Paolacci-3/+3
2013-12-15auto merge of #10984 : huonw/rust/clean-raw, r=cmrbors-4/+4
2013-12-15Move std::{str,vec}::raw::set_len to an unsafe method on Owned{Vector,Str}.Huon Wilson-2/+2
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