about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-26/+31
2013-11-19auto merge of #10495 : alexcrichton/rust/more-native-io, r=brsonbors-644/+866
2013-11-19Implement more native file I/OAlex Crichton-644/+866
2013-11-19auto merge of #10558 : alexcrichton/rust/faster-stdout, r=pcwalton,pcwaltonbors-0/+1
2013-11-18libstd: Change all `~fn()`s to `proc`s in the standard library.Patrick Walton-1/+1
2013-11-18Allow piped stdout/stderr use uv_tty_tAlex Crichton-0/+1
2013-11-17auto merge of #10466 : alexcrichton/rust/issue-10334, r=cmrbors-101/+156
2013-11-16Implement read_char on the Buffer traitAlex Crichton-0/+43
2013-11-14test: Fix signal-exit-status on windowsklutzy-0/+1
2013-11-13auto merge of #10457 : alexcrichton/rust/native-io, r=brsonbors-319/+405
2013-11-13Implement native::IoFactoryAlex Crichton-319/+405
2013-11-13auto merge of #10451 : zkamsler/rust/buf_writer, r=alexcrichtonbors-10/+99
2013-11-13Introduce an io::Buffer traitAlex Crichton-101/+113
2013-11-13Implemented BufWriterZach Kamsler-10/+99
2013-11-12io: benchmarks for creation of the various Buffered objectsCorey Richardson-0/+42
2013-11-11Move std::rt::io to std::ioAlex Crichton-0/+8639