about summary refs log tree commit diff
path: root/src/libstd/process.rs
AgeCommit message (Expand)AuthorLines
2016-03-18Tags new test as `no_run` and uses expect()Lukas Pustina-4/+3
2016-03-18Extends rustdoc on how to caputure outputLukas Pustina-0/+23
2016-03-14std: Fix inheriting stdin on status()Alex Crichton-1/+1
2016-03-09std: Don't spawn threads in `wait_with_output`Alex Crichton-16/+20
2016-03-08std: Don't always create stdin for childrenAlex Crichton-3/+4
2016-03-08std: Funnel read_to_end through to one locationAlex Crichton-0/+6
2016-02-10std: Push process stdio setup in std::sysAlex Crichton-85/+44
2016-02-10std: Rename Stdio::None to Stdio::NullAlex Crichton-3/+3
2016-02-10std: Push Child's exit status to sys::processAlex Crichton-44/+5
2016-02-10std: Implement CommandExt::before_execAlex Crichton-2/+2
2016-02-10std: Refactor process spawning on UnixAlex Crichton-1/+3
2016-02-03Auto merge of #31056 - kamalmarhubi:std-process-nul-chars, r=alexcrichtonbors-5/+51
2016-02-03std: Properly handle interior NULs in std::processKamal Marhubi-5/+51
2016-01-31Minor corrections in docs for `std::process::Child`Dirk Gadsden-4/+6
2016-01-31Safety docs about `std::process::Child` going out of scopeDirk Gadsden-0/+8
2016-01-26Fix warnings during testsAlex Crichton-37/+25
2015-12-17Add a debug implementation to process::OutputEd Clarke-0/+27
2015-12-01Fix typo in src/libstd/process.rsAdam Badawy-1/+1
2015-11-23skip check for DYLD envars in child procJosh Austin-0/+1
2015-11-22test_inherit_env: Don't look for hidden environment variables on WindowsTobias Bucher-2/+4
2015-11-17std: Use join() in Process::wait_with_outputAlex Crichton-20/+14
2015-10-20Rollup merge of #29158 - arcnmx:process-test, r=alexcrichtonSteve Klabnik-1/+1
2015-10-19Correct spelling in docsAndrew Paseltiner-2/+2
2015-10-19Add missing #[test] attribute to testarcnmx-1/+1
2015-10-13Correct spelling in docsAndrew Paseltiner-1/+1
2015-09-29Tweak Travis to use GCEAlex Crichton-5/+8
2015-09-11std: Internalize almost all of `std::rt`Alex Crichton-1/+1
2015-09-02std: Run at_exit cleanup on process::exitAlex Crichton-0/+1
2015-08-04syntax: Don't assume `std` exists for testsAlex Crichton-1/+1
2015-07-31Auto merge of #27370 - alexcrichton:stabilize-easy, r=brsonbors-1/+1
2015-07-29std: Remove the curious inner moduleAlex Crichton-1/+1
2015-07-28std: Stabilize a number of small APIsAlex Crichton-1/+1
2015-07-27std: Remove msvc/valgrind headersAlex Crichton-11/+2
2015-07-20std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton-1/+17
2015-06-22std::process: Remove helper function pwd_cmd from test moduleGeoffrey Thomas-18/+0
2015-06-09std: Tweak process raising/lowering implementationsAlex Crichton-13/+28
2015-06-05Another small grammar fix for process.rsMartin Pool-1/+1
2015-06-05Doc fix for process.rsMartin Pool-1/+1
2015-05-29Auto merge of #25494 - alexcrichton:stdio-from-raw, r=aturonbors-41/+58
2015-05-16std: Implement lowering and raising for process IOAlex Crichton-41/+58
2015-05-16std: Add an unstable method Child::idAlex Crichton-0/+6
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-6/+6
2015-04-29Update process.rstynopex-8/+8
2015-04-29std: Fixup docs for std::processtynopex-13/+16
2015-04-14rollup merge of #24377: apasel422/docsAlex Crichton-4/+4
2015-04-14test: Fixup many library unit testsAlex Crichton-39/+0
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-4/+4
2015-04-10Auto merge of #24177 - alexcrichton:rustdoc, r=aturonbors-6/+1
2015-04-10std: Unconditionally close all file descriptorsAlex Crichton-14/+10
2015-04-09std: Clean up process spawn impl on unixAlex Crichton-1/+1