summary refs log tree commit diff
path: root/src/libstd/io/process.rs
AgeCommit message (Expand)AuthorLines
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
2014-03-20std: Implement Clone/TotalEq for ProcessExitAlex Crichton-1/+2
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-5/+5
2014-02-24windows: Fix the test_exists unit testAlex Crichton-2/+5
2014-02-24Correctly ignore some tests on windowsAlex Crichton-2/+1
2014-02-23Roll std::run into std::io::processAlex Crichton-78/+519
2014-02-16Allow configuration of uid/gid/detach on processesAlex Crichton-23/+106
2014-02-08std::fmt: convert the formatting traits to a proper self.Huon Wilson-2/+2
2014-02-03std: Fixing all documentationAlex Crichton-1/+1
2014-02-03std: Fix tests with io_error usageAlex Crichton-17/+8
2014-02-03std: Remove io::io_errorAlex Crichton-10/+5
2014-02-02std: rename fmt::Default to `Show`.Huon Wilson-1/+1
2014-01-21[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...Simon Sapin-1/+1
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-2/+5
2014-01-15Issue #3511 - Rationalize temporary lifetimes.Niko Matsakis-7/+7
2013-12-27Bring native process bindings up to dateAlex Crichton-2/+149
2013-12-24std: Expose that LocalIo may not always be availableAlex Crichton-13/+11
2013-12-11Make 'self lifetime illegal.Erik Price-6/+6
2013-12-10librustuv: Change `with_local_io` to use RAII.Patrick Walton-16/+13