summaryrefslogtreecommitdiff
path: root/src/libstd/process.rs
Commit message (Expand)AuthorAgeFilesLines
* std: Push process stdio setup in std::sysAlex Crichton2016-02-101-85/+44
* std: Rename Stdio::None to Stdio::NullAlex Crichton2016-02-101-3/+3
* std: Push Child's exit status to sys::processAlex Crichton2016-02-101-44/+5
* std: Implement CommandExt::before_execAlex Crichton2016-02-101-2/+2
* std: Refactor process spawning on UnixAlex Crichton2016-02-101-1/+3
* Auto merge of #31056 - kamalmarhubi:std-process-nul-chars, r=alexcrichtonbors2016-02-031-5/+51
|\
| * std: Properly handle interior NULs in std::processKamal Marhubi2016-02-031-5/+51
* | Minor corrections in docs for `std::process::Child`Dirk Gadsden2016-01-311-4/+6
* | Safety docs about `std::process::Child` going out of scopeDirk Gadsden2016-01-311-0/+8
|/
* Fix warnings during testsAlex Crichton2016-01-261-37/+25
* Add a debug implementation to process::OutputEd Clarke2015-12-171-0/+27
* Fix typo in src/libstd/process.rsAdam Badawy2015-12-011-1/+1
* skip check for DYLD envars in child procJosh Austin2015-11-231-0/+1
* test_inherit_env: Don't look for hidden environment variables on WindowsTobias Bucher2015-11-221-2/+4
* std: Use join() in Process::wait_with_outputAlex Crichton2015-11-171-20/+14
* Rollup merge of #29158 - arcnmx:process-test, r=alexcrichtonSteve Klabnik2015-10-201-1/+1
|\
| * Add missing #[test] attribute to testarcnmx2015-10-191-1/+1
* | Correct spelling in docsAndrew Paseltiner2015-10-191-2/+2
|/
* Correct spelling in docsAndrew Paseltiner2015-10-131-1/+1
* Tweak Travis to use GCEAlex Crichton2015-09-291-5/+8
* std: Internalize almost all of `std::rt`Alex Crichton2015-09-111-1/+1
* std: Run at_exit cleanup on process::exitAlex Crichton2015-09-021-0/+1
* syntax: Don't assume `std` exists for testsAlex Crichton2015-08-041-1/+1
* Auto merge of #27370 - alexcrichton:stabilize-easy, r=brsonbors2015-07-311-1/+1
|\
| * std: Stabilize a number of small APIsAlex Crichton2015-07-281-1/+1
* | std: Remove the curious inner moduleAlex Crichton2015-07-291-1/+1
* | std: Remove msvc/valgrind headersAlex Crichton2015-07-271-11/+2
|/
* std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton2015-07-201-1/+17
* std::process: Remove helper function pwd_cmd from test moduleGeoffrey Thomas2015-06-221-18/+0
* std: Tweak process raising/lowering implementationsAlex Crichton2015-06-091-13/+28
* Another small grammar fix for process.rsMartin Pool2015-06-051-1/+1
* Doc fix for process.rsMartin Pool2015-06-051-1/+1
* Auto merge of #25494 - alexcrichton:stdio-from-raw, r=aturonbors2015-05-291-41/+58
|\
| * std: Implement lowering and raising for process IOAlex Crichton2015-05-161-41/+58
* | std: Add an unstable method Child::idAlex Crichton2015-05-161-0/+6
|/
* std: Rename sys::foo2 modules to sys::fooAlex Crichton2015-05-071-6/+6
* Update process.rstynopex2015-04-291-8/+8
* std: Fixup docs for std::processtynopex2015-04-291-13/+16
* rollup merge of #24377: apasel422/docsAlex Crichton2015-04-141-4/+4
|\
| * pluralize doc comment verbs and add missing periodsAndrew Paseltiner2015-04-131-4/+4
* | test: Fixup many library unit testsAlex Crichton2015-04-141-39/+0
|/
* Auto merge of #24177 - alexcrichton:rustdoc, r=aturonbors2015-04-101-6/+1
|\
| * std: Deny most warnings in doctestsAlex Crichton2015-04-071-6/+1
* | std: Unconditionally close all file descriptorsAlex Crichton2015-04-101-14/+10
* | std: Clean up process spawn impl on unixAlex Crichton2015-04-091-1/+1
|/
* Update android tests to reflect API switch from `os::env` to `env::vars`.Felix S. Klock II2015-04-011-3/+2
* Test fixes and rebase conflicts, round 3Alex Crichton2015-03-311-1/+1
* rollup merge of #23919: alexcrichton/stabilize-io-errorAlex Crichton2015-03-311-1/+0
|\
| * std: Stabilize last bits of io::ErrorAlex Crichton2015-03-311-1/+0
* | rollup merge of #23907: alexcrichton/impl-exitAlex Crichton2015-03-311-0/+16
|\ \