about summary refs log tree commit diff
path: root/src/libstd/process.rs
AgeCommit message (Expand)AuthorLines
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
2015-04-07std: Deny most warnings in doctestsAlex Crichton-6/+1
2015-04-01Update android tests to reflect API switch from `os::env` to `env::vars`.Felix S. Klock II-3/+2
2015-03-31Test fixes and rebase conflicts, round 3Alex Crichton-1/+1
2015-03-31rollup merge of #23919: alexcrichton/stabilize-io-errorAlex Crichton-1/+0
2015-03-31std: Stabilize last bits of io::ErrorAlex Crichton-1/+0
2015-03-31rollup merge of #23907: alexcrichton/impl-exitAlex Crichton-0/+16
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-28/+24
2015-03-31std: Add a process::exit functionAlex Crichton-0/+16
2015-03-26syntax: Remove support for #[should_fail]Alex Crichton-1/+1
2015-03-25Ignore some tests on aarch64Sae-bom Kim-0/+1
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-1/+1
2015-03-23Add generic conversion traitsAaron Turon-3/+3
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-2/+2
2015-03-19std: Stablize io::ErrorKindAlex Crichton-1/+1
2015-03-16remove importsJorge Aparicio-1/+1
2015-03-16impl strJorge Aparicio-1/+1