about summary refs log tree commit diff
path: root/src/libstd/io/native
AgeCommit message (Expand)AuthorLines
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-9/+10
2013-11-28Register new snapshotsAlex Crichton-2/+2
2013-11-26libstd: Fix Win32 and other bustage.Patrick Walton-2/+4
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-70/+54
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-1/+1
2013-11-26rustc: Add lint for obsolete attributesklutzy-1/+0
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-5/+5
2013-11-19auto merge of #10495 : alexcrichton/rust/more-native-io, r=brsonbors-485/+695
2013-11-19Implement more native file I/OAlex Crichton-485/+695
2013-11-18Allow piped stdout/stderr use uv_tty_tAlex Crichton-0/+1
2013-11-13Implement native::IoFactoryAlex Crichton-292/+389
2013-11-11Move std::rt::io to std::ioAlex Crichton-0/+1558