about summary refs log tree commit diff
path: root/src/libstd/io/mod.rs
AgeCommit message (Expand)AuthorLines
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-1/+1
2014-02-28std: Improve some I/O documentationAlex Crichton-11/+126
2014-02-26auto merge of #12490 : zslayton/rust/doc-fix-12386, r=alexcrichtonbors-14/+0
2014-02-24auto merge of #12412 : alexcrichton/rust/deriving-show, r=huonwbors-41/+1
2014-02-23auto merge of #12380 : alexcrichton/rust/run-rewrite, r=brsonbors-1/+1
2014-02-23Roll std::run into std::io::processAlex Crichton-1/+1
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-41/+1
2014-02-23Closes #12386. Removed 'pub mod' doc-comments in std::io's mod.rs file. Added...zslayton-14/+0
2014-02-22std: Remove some nonsense from old std::io docsBrian Anderson-126/+41
2014-02-21auto merge of #12422 : alexcrichton/rust/buffered-default, r=brsonbors-7/+4
2014-02-22Reduce reliance on `to_str_radix`Brendan Zabarauskas-2/+2
2014-02-20Mass rename if_ok! to try!Alex Crichton-5/+5
2014-02-20Return a buffered stdin by default.Alex Crichton-7/+4
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