about summary refs log tree commit diff
path: root/src/libstd/process.rs
AgeCommit message (Expand)AuthorLines
2016-07-12Add doc example for `std::process::ExitStatus::success`.Corey Farwell-0/+17
2016-07-11`std::process` doc improvements.Corey Farwell-11/+29
2016-06-16doc: fix mis-named binding & remove not needed `mut`Tshepang Lekhonkhobe-8/+9
2016-06-09doc: intro should be 1 sentenceTshepang Lekhonkhobe-2/+4
2016-06-02doc: typoTshepang Lekhonkhobe-1/+1
2016-05-09Auto merge of #33224 - alexcrichton:create-exit-status, r=aturonbors-0/+6
2016-05-01Add process types documentationGuillaume Gomez-4/+196
2016-04-26std: Allow creating ExitStatus from raw valuesAlex Crichton-0/+6
2016-04-15Auto merge of #32338 - lukaspustina:doc-std-process, r=alexcrichtonbors-11/+37
2016-03-26Rollup merge of #32257 - alexcrichton:fix-status-stdin, r=aturonManish Goregaokar-1/+1
2016-03-22try! -> ?Jorge Aparicio-1/+1
2016-03-22Fixes test which are now run due to should_panicLukas Pustina-1/+5
2016-03-21Adjusts all rust doc test to use `expect` and `should_panic`Lukas Pustina-14/+13
2016-03-19Fixes 2. stdout to stderr in rustdocLukas Pustina-1/+1
2016-03-19Revert "Tags new test as `no_run` and uses expect()"Lukas Pustina-3/+4
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