about summary refs log tree commit diff
path: root/src/libstd/io/stdio.rs
AgeCommit message (Expand)AuthorLines
2014-05-22auto merge of #14357 : huonw/rust/spelling, r=pnkfelixbors-1/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-2/+2
2014-05-22Spelling/doc formatting fixes.Huon Wilson-1/+1
2014-05-20Add .isatty() method to StdReaderKevin Ballard-0/+10
2014-05-15Updates with core::fmt changesAlex Crichton-3/+3
2014-05-07core: Add unwrap()/unwrap_err() methods to ResultAlex Crichton-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-10/+10
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-3/+3
2014-04-22Fixed Win64 buildVadim Chugunov-14/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-04-15std: Impl Deref/DerefMut for a borrowed taskAlex Crichton-4/+2
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-04-08std: User a smaller stdin buffer on windowsAlex Crichton-1/+9
2014-03-31std: Switch field privacy as necessaryAlex Crichton-2/+2
2014-03-27Fix fallout of removing default boundsAlex Crichton-9/+12
2014-03-20auto merge of #12980 : cmr/rust/overhaul-stdio, r=thestingerbors-1/+7
2014-03-20rename std::vec -> std::sliceDaniel Micay-1/+1
2014-03-19std: io: flush stdout on stdin read from ttyCorey Richardson-1/+7
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-6/+6
2014-03-01std: Switch stdout/stderr to buffered by defaultAlex Crichton-5/+29
2014-02-23Closes #12386. Removed 'pub mod' doc-comments in std::io's mod.rs file. Added...zslayton-5/+5
2014-02-20Return a buffered stdin by default.Alex Crichton-3/+16
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-4/+4
2014-02-03std: Fixing all documentationAlex Crichton-7/+8
2014-02-03std: Fix tests with io_error usageAlex Crichton-2/+2
2014-02-03std: Remove io::io_errorAlex Crichton-47/+29
2014-01-29Removing do keyword from libstd and librustcScott Lawrence-4/+4
2014-01-17Tweak the interface of std::ioAlex Crichton-2/+1
2014-01-09Remove eof() from io::ReaderAlex Crichton-2/+0
2014-01-07std: Fill in all missing importsAlex Crichton-0/+3
2014-01-07auto merge of #11353 : alexcrichton/rust/improve-logging, r=brsonbors-27/+105
2014-01-06Support arbitrary stdout/stderr/logger handlesAlex Crichton-27/+105
2014-01-06Remove some unnecessary type castsFlorian Hahn-1/+1
2013-12-25Test fixes and rebase conflictsAlex Crichton-2/+1
2013-12-24std: Get stdtest all passing againAlex Crichton-15/+2
2013-12-24std: Handle prints with literally no contextAlex Crichton-1/+11
2013-12-24std: Expose that LocalIo may not always be availableAlex Crichton-16/+10
2013-12-10libstd: Remove `Cell` from the library.Patrick Walton-1/+1
2013-12-10librustuv: Change `with_local_io` to use RAII.Patrick Walton-6/+13
2013-12-04Don't dup the stdio file descriptors.Alex Crichton-12/+2
2013-11-28Register new snapshotsAlex Crichton-4/+4
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-23/+15
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-2/+2
2013-11-19Implement more native file I/OAlex Crichton-1/+11
2013-11-13Implement native::IoFactoryAlex Crichton-9/+15
2013-11-11Move std::rt::io to std::ioAlex Crichton-0/+321