about summary refs log tree commit diff
path: root/src/libstd/io/mod.rs
AgeCommit message (Expand)AuthorLines
2014-02-20Mass rename if_ok! to try!Alex Crichton-5/+5
2014-02-18Spellcheck library docs.Huon Wilson-1/+1
2014-02-15Create RefReader and RefWriter adaptor structsPalmer Cox-0/+33
2014-02-12auto merge of #12204 : alexcrichton/rust/seek, r=pcwaltonbors-5/+7
2014-02-11Finalize the Seek APIAlex Crichton-5/+7
2014-02-11std -- replaces uses where const borrows would be requiredNiko Matsakis-17/+25
2014-02-09std::io: Add `Chars` iterator for Buffer.gifnksm-0/+35
2014-02-08std::fmt: convert the formatting traits to a proper self.Huon Wilson-3/+3
2014-02-03Fixing remaining warnings and errors throughoutAlex Crichton-4/+6
2014-02-03std: Fixing all documentationAlex Crichton-149/+138
2014-02-03std: Fix tests with io_error usageAlex Crichton-11/+8
2014-02-03std: Remove io::io_errorAlex Crichton-243/+197
2014-01-31Fix minor doc typosVirgile Andreani-1/+1
2014-01-28Rename OwnedCopyableVector to OwnedCloneableVectorVirgile Andreani-1/+1
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-12/+12
2014-01-25auto merge of #11808 : huonw/rust/std-visible-types, r=brsonbors-1/+1
2014-01-26std,extra: Make some types public and other private.Huon Wilson-1/+1
2014-01-25Uppercase numeric constantsChris Wong-9/+9
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-2/+2
2014-01-21[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...Simon Sapin-1/+1
2014-01-18Rename iterators for consistencyPalmer Cox-11/+11
2014-01-17auto merge of #11598 : alexcrichton/rust/io-export, r=brsonbors-12/+15
2014-01-17Tweak the interface of std::ioAlex Crichton-12/+15
2014-01-14Mark LineIterator as public so its docs get generated.a_m0d-1/+1
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-3/+3
2014-01-09Remove eof() from io::ReaderAlex Crichton-22/+0
2014-01-08Remove the io::Decorator traitAlex Crichton-27/+0
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