about summary refs log tree commit diff
path: root/src/libstd/io/native/process.rs
AgeCommit message (Expand)AuthorLines
2013-12-24native: Introduce libnativeAlex Crichton-654/+0
2013-12-19std::vec: remove .as_imm_buf, replaced by .as_ptr & .len.Huon Wilson-4/+5
2013-12-15std: fix spelling in docs.Huon Wilson-1/+1
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-1/+1
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-1/+1
2013-11-28Register new snapshotsAlex Crichton-1/+1
2013-11-26libstd: Fix Win32 and other bustage.Patrick Walton-1/+1
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-24/+16
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-4/+4
2013-11-13Implement native::IoFactoryAlex Crichton-129/+57
2013-11-11Move std::rt::io to std::ioAlex Crichton-0/+734