about summary refs log tree commit diff
path: root/src/libstd/io/stdio.rs
AgeCommit message (Expand)AuthorLines
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