summary refs log tree commit diff
path: root/src/libstd/io/mod.rs
AgeCommit message (Expand)AuthorLines
2014-01-08Robustly read remaining bytes in a characterAlex Crichton-3/+9
2014-01-06Remove some unnecessary type castsFlorian Hahn-5/+5
2014-01-04auto merge of #11310 : Dretch/rust/write_char, r=alexcrichtonbors-0/+8
2014-01-04auto merge of #11271 : adridu59/rust/patch-io, r=huonwbors-21/+45
2014-01-04Restore Writer.write_char, see #10861.Gareth Smith-0/+8
2014-01-04std: io: add some code examplesAdrien Tétar-21/+45
2014-01-03Add read_to_str and write_{str, line}Alex Crichton-24/+53
2014-01-01Don't leave lingering files in doc testsAlex Crichton-0/+2
2013-12-24rustuv: Get all tests passing again after refactorAlex Crichton-3/+2
2013-12-24std: Get stdtest all passing againAlex Crichton-0/+4
2013-12-24native: Introduce libnativeAlex Crichton-5/+0
2013-12-23Fixing more doc testsAlex Crichton-1/+7
2013-12-23std: Fix all code examplesAlex Crichton-1/+17
2013-12-20auto merge of #10986 : adridu59/rust/patch-new, r=alexcrichtonbors-3/+3
2013-12-20doc: forward-port the conditions tutorial + fixup libstd exampleAdrien Tétar-3/+3
2013-12-19Get comm_adapters building againAlex Crichton-0/+3
2013-12-16Fallout of rewriting std::commAlex Crichton-3/+0
2013-12-15auto merge of #10984 : huonw/rust/clean-raw, r=cmrbors-2/+2
2013-12-15Move std::{str,vec}::raw::set_len to an unsafe method on Owned{Vector,Str}.Huon Wilson-2/+2
2013-12-15std: fix spelling in docs.Huon Wilson-3/+3
2013-12-13auto merge of #10895 : sfackler/rust/io-util, r=alexcrichtonbors-0/+3
2013-12-11Add std::io::utilSteven Fackler-0/+3
2013-12-11Make 'self lifetime illegal.Erik Price-5/+5
2013-12-11std::io: Add Buffer.lines(), change .bytes() apiklutzy-37/+105
2013-12-10librustpkg: Make `io::ignore_io_error()` use RAII; remove a few morePatrick Walton-2/+3
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-1/+1
2013-12-04std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.Huon Wilson-1/+1
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-1/+1
2013-11-28Register new snapshotsAlex Crichton-1/+1
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-13/+9
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-1/+1
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-2/+2
2013-11-17auto merge of #10466 : alexcrichton/rust/issue-10334, r=cmrbors-1/+101
2013-11-16Implement read_char on the Buffer traitAlex Crichton-0/+27
2013-11-13Implement native::IoFactoryAlex Crichton-18/+1
2013-11-13Introduce an io::Buffer traitAlex Crichton-1/+74
2013-11-11Move std::rt::io to std::ioAlex Crichton-0/+1226