about summary refs log tree commit diff
path: root/src/libnative/io/process.rs
AgeCommit message (Expand)AuthorLines
2014-10-02native: fix passing errno to parent after forkBenjamin Herr-8/+9
2014-09-30Fix libnativeSteven Fackler-6/+5
2014-09-16Fallout from renamingAaron Turon-17/+17
2014-09-13librustc: Forbid inherent implementations that aren't adjacent to thePatrick Walton-0/+1
2014-09-03Fix spelling errors and capitalization.Joseph Crail-1/+1
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-1/+1
2014-08-24native: Implement clone/close_accept for unixAlex Crichton-1/+1
2014-08-23Complete renaming of win32 to windowsVadim Chugunov-1/+1
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-4/+4
2014-08-12libnative: process spawning should not close inherited file descriptorsIvan Petkov-1/+1
2014-08-12auto merge of #16284 : alexcrichton/rust/issue-16272, r=aturonbors-1/+4
2014-08-07windows: Fix INVALID_HANDLE_VALUEPeter Atashian-5/+5
2014-08-05native, rustuv: Fix spawning with empty argsAlex Crichton-1/+4
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-0/+1
2014-07-13native: Search the child's PATH on win32Alex Crichton-1/+21
2014-07-10io::process::Command: add fine-grained env builderAaron Turon-2/+2
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-2/+2
2014-06-30auto merge of #14613 : schmee/rust/utf16-iterator, r=huonwbors-4/+10
2014-06-30Add `utf16_units`John Schmidt-4/+10
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2014-06-29c_str: replace .with_ref with .as_ptr throughout the codebase.Huon Wilson-4/+4
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-31/+35
2014-06-28Rename all raw pointers as necessaryAlex Crichton-31/+35
2014-06-26librustc: Ensure that proc upvars have static lifetime.Patrick Walton-0/+4
2014-06-16std: Improve pipe() functionalityAlex Crichton-80/+123
2014-06-12Basic iOS supportValerii Hiora-0/+1
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-06-09std: Remove the as_utf16_p functionsAlex Crichton-23/+22
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-12/+12
2014-06-06native: Deal with the rtio changesAlex Crichton-40/+43
2014-06-05Fallout from the libcollections movementAlex Crichton-6/+9
2014-05-30lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors.Kevin Butler-1/+2
2014-05-28auto merge of #14477 : alexcrichton/rust/issue-14456, r=brsonbors-52/+78
2014-05-27native: Ignore stdio fds with /dev/nullAlex Crichton-52/+78
2014-05-27std: Remove String's to_ownedRicho Healey-5/+5
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-6/+6
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-4/+4
2014-05-20core: Stabilize the mem moduleAlex Crichton-3/+3
2014-05-14Process::new etc should support non-utf8 commands/argsAaron Turon-95/+90
2014-05-13io: Implement process wait timeoutsAlex Crichton-52/+311
2014-05-13Test Unicode support of process spawningPhil Ruffwind-0/+4
2014-05-13Fix make_command_line to handle Unicode correctlyPhil Ruffwind-7/+8
2014-05-13Use CreateProcessW instead of CreateProcessAPhil Ruffwind-7/+10
2014-05-11core: Remove the cast moduleAlex Crichton-3/+3
2014-05-08Handle fallout in libnativeKevin Ballard-2/+2
2014-04-19std: Add an experimental connect_timeout functionAlex Crichton-11/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-8/+8
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-10/+6
2014-04-11Fix tests. Add Vec<u8> conversion to StrBuf.Huon Wilson-1/+1
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-4/+5