summary refs log tree commit diff
path: root/src/libstd/io/buffered.rs
AgeCommit message (Expand)AuthorLines
2014-03-24auto merge of #13049 : alexcrichton/rust/io-fill, r=huonwbors-3/+3
2014-03-22Some cleanup in std::io::bufferedSteven Fackler-15/+24
2014-03-22std: Add an I/O reader method to fill a bufferAlex Crichton-3/+3
2014-03-20rename std::vec -> std::sliceDaniel Micay-6/+6
2014-03-12Update io iterators to produce IoResultsPalmer Cox-5/+5
2014-03-06fix typos with with repeated words, just like this sentence.Kang Seonghoon-2/+2
2014-03-01std: Flush when buffered writers are droppedAlex Crichton-14/+25
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-21/+21
2014-02-20Mass rename if_ok! to try!Alex Crichton-6/+6
2014-02-20move extra::test to libtestLiigo Zhuang-1/+2
2014-02-14return value/use extra::test::black_box in benchmarkslpy-2/+2
2014-02-13Removed num::OrderableMichael Darakananda-2/+2
2014-02-09std::io: Add `Chars` iterator for Buffer.gifnksm-0/+10
2014-02-03std: Fixing all documentationAlex Crichton-7/+6
2014-02-03std: Fix tests with io_error usageAlex Crichton-50/+55
2014-02-03std: Remove io::io_errorAlex Crichton-37/+43
2014-01-27Demote self to an (almost) regular argument and remove the env param.Eduard Burtescu-1/+1
2014-01-21[std::vec] Rename .shift_opt() to .shift(), drop the old .shift() behaviorSimon Sapin-1/+1
2014-01-17Tweak the interface of std::ioAlex Crichton-54/+64
2014-01-09Remove eof() from io::ReaderAlex Crichton-25/+8
2014-01-08Remove the io::Decorator traitAlex Crichton-64/+80
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