about summary refs log tree commit diff
path: root/src/libstd/io/mem.rs
AgeCommit message (Expand)AuthorLines
2014-02-20Mass rename if_ok! to try!Alex Crichton-4/+4
2014-02-11Finalize the Seek APIAlex Crichton-26/+73
2014-02-08Fix infinite loop in BufReader::read_until.Q.P.Liu-1/+9
2014-02-08Fix infinite loop in MemReader::read_until.Q.P.Liu-1/+9
2014-02-03std: Fixing all documentationAlex Crichton-4/+8
2014-02-03std: Fix tests with io_error usageAlex Crichton-77/+74
2014-02-03std: Remove io::io_errorAlex Crichton-27/+34
2014-01-28Rename OwnedCopyableVector to OwnedCloneableVectorVirgile Andreani-1/+1
2014-01-17auto merge of #11598 : alexcrichton/rust/io-export, r=brsonbors-21/+52
2014-01-17Tweak the interface of std::ioAlex Crichton-21/+52
2014-01-15Issue #3511 - Rationalize temporary lifetimes.Niko Matsakis-2/+4
2014-01-09Add eof to MemReader and BufReaderSteven Fackler-2/+12
2014-01-09Remove eof() from io::ReaderAlex Crichton-10/+2
2014-01-08Remove the io::Decorator traitAlex Crichton-21/+30
2014-01-04Restore Writer.write_char, see #10861.Gareth Smith-0/+10
2014-01-03Add read_to_str and write_{str, line}Alex Crichton-0/+20
2013-12-15std::vec: remove unnecessary count parameter on {bytes,Huon Wilson-6/+4
2013-12-11Make 'self lifetime illegal.Erik Price-11/+11
2013-12-01std::io::mem: add a with_capacity constructor to MemWriter.Huon Wilson-1/+7
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-3/+3
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-1/+1
2013-11-17auto merge of #10466 : alexcrichton/rust/issue-10334, r=cmrbors-19/+29
2013-11-16Implement read_char on the Buffer traitAlex Crichton-0/+16
2013-11-13Introduce an io::Buffer traitAlex Crichton-19/+13
2013-11-13Implemented BufWriterZach Kamsler-10/+99
2013-11-11Move std::rt::io to std::ioAlex Crichton-0/+308