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