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