about summary refs log tree commit diff
path: root/src/libstd/io/process.rs
AgeCommit message (Expand)AuthorLines
2014-10-01auto merge of #17667 : wizeman/rust/fix-override-env, r=alexcrichtonbors-1/+16
2014-10-01libstd: Pass-through PATH in test_override_envRicardo M. Correia-1/+16
2014-09-30Fix libstdSteven Fackler-7/+7
2014-09-17Pacify lint gods.Vadim Chugunov-2/+3
2014-09-17Case-insensitive environment keys.Vadim Chugunov-7/+75
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-08-28Fallout from stabilizing core::optionAaron Turon-2/+2
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-1/+0
2014-08-13std: Clarify what timers do with zero and negative durationsBrian Anderson-1/+1
2014-08-13std: Rename sleep, periodic, and oneshot timers to sleep_ms, etc.Brian Anderson-1/+1
2014-08-12libnative: process spawning should not close inherited file descriptorsIvan Petkov-1/+24
2014-07-15Fix errorsAdolfo Ochagavía-1/+0
2014-07-15Deprecate `str::from_utf8_lossy`Adolfo Ochagavía-6/+5
2014-07-15Deprecate `str::from_utf8_owned`Adolfo Ochagavía-9/+4
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-1/+1
2014-07-10io::process::Command: add fine-grained env builderAaron Turon-20/+86
2014-07-09Derive Clone for Command and StdioContainerJorge Aparicio-0/+2
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-06-27std::io: Use re-exported pathes in examples.OGINO Masanori-2/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-06-16std: Support consuming a Process without waitingAlex Crichton-0/+23
2014-06-15Register new snapshotsAlex Crichton-1/+1
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-2/+2
2014-06-08Fix spelling errors in comments.Joseph Crail-1/+1
2014-06-06std: Deal with fallout of rtio changesAlex Crichton-9/+25
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-2/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-2/+2
2014-05-27std: Rename strbuf operations to stringRicho Healey-12/+12
2014-05-25libstd: Remove unnecessary re-exports under std::stdKevin Ballard-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-22auto merge of #14357 : huonw/rust/spelling, r=pnkfelixbors-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-2/+4
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-19/+25
2014-05-22Spelling/doc formatting fixes.Huon Wilson-1/+1
2014-05-15core: Update all tests for fmt movementAlex Crichton-2/+2
2014-05-15Updates with core::fmt changesAlex Crichton-2/+2
2014-05-14Process::new etc should support non-utf8 commands/argsAaron Turon-305/+290
2014-05-13io: Implement process wait timeoutsAlex Crichton-59/+131
2014-05-12Make ProcessOutput Eq, TotalEq, CloneYehuda Katz-0/+1
2014-05-08Handle fallout in io::net::addrinfo, io::process, and rt::rtioKevin Ballard-2/+2
2014-05-07core: Inherit possible string functionalityAlex Crichton-1/+0
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+2
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-28/+29
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-6/+2
2014-04-06De-~[] Reader and WriterSteven Fackler-22/+22
2014-03-31std: Switch field privacy as necessaryAlex Crichton-21/+19
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-28native: Use WNOHANG before signalingAlex Crichton-3/+26
2014-03-27Fix fallout of removing default boundsAlex Crichton-1/+1