about summary refs log tree commit diff
path: root/src/libstd/io/mod.rs
AgeCommit message (Expand)AuthorLines
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-1/+1
2013-11-28Register new snapshotsAlex Crichton-1/+1
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-13/+9
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-1/+1
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-2/+2
2013-11-17auto merge of #10466 : alexcrichton/rust/issue-10334, r=cmrbors-1/+101
2013-11-16Implement read_char on the Buffer traitAlex Crichton-0/+27
2013-11-13Implement native::IoFactoryAlex Crichton-18/+1
2013-11-13Introduce an io::Buffer traitAlex Crichton-1/+74
2013-11-11Move std::rt::io to std::ioAlex Crichton-0/+1226