about summary refs log tree commit diff
path: root/src/libstd/process.rs
AgeCommit message (Expand)AuthorLines
2017-10-02Document that process::abort will not call the panic hookPirh-1/+3
2017-09-27Explain difference between panic! and abort in abort docsPirh-1/+10
2017-09-27Remove extraneous brackets from abort documentationPirh-1/+1
2017-09-21Add note about being blocked on input.Corey Farwell-1/+2
2017-09-21Remove platform-specific terminology.Corey Farwell-6/+3
2017-09-15Expand some of the std{in,out,err} usages.Corey Farwell-8/+14
2017-09-15Indicate how ChildStd{in,out,err} FDs are closed.Corey Farwell-0/+12
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-4/+4
2017-07-28rustbuild: Use Cargo's "target runner"Alex Crichton-2/+13
2017-07-21Add a missing verb to the description of std::process::ExitStatus::success().Petr Zemek-2/+2
2017-06-24Stabilize Command::envsSteven Fackler-3/+1
2017-06-23Removed as many "```ignore" as possible.kennytm-2/+6
2017-06-20Add `Read::initializer`.Steven Fackler-5/+7
2017-06-06Add conversions from File and Child* handles to StdioJosh Stone-6/+35
2017-05-21Auto merge of #41904 - sfackler:1.18-stabilization, r=alexcrichtonbors-3/+1
2017-05-20Stabilize library features for 1.18.0Steven Fackler-3/+1
2017-05-18Add documentation for `ExitStatus`Michael Kohl-0/+23
2017-05-03Update ChildStdin/ChildStdout docs to be clearerMichael Gattozzi-4/+6
2017-05-01Fix incorrect hex value in doc comment example.Corey Farwell-1/+1
2017-04-20Rollup merge of #40812 - mgattozzi:ChildDocs, r=steveklabnikCorey Farwell-11/+9
2017-04-19Fix link for waitMichael Gattozzi-1/+1
2017-04-09Auto merge of #40829 - mgattozzi:ChildStderr, r=steveklabnikbors-2/+3
2017-04-06Update process.rsraph-3/+2
2017-04-05Add example to std::process::abortraph-0/+22
2017-04-04Change docs to follow review requestsMichael Gattozzi-3/+3
2017-03-30Update process.rsraph-1/+1
2017-03-29Removing trailing spacesraph-3/+3
2017-03-29adding ///raph-0/+1
2017-03-29Add example to std::process::abortraph-0/+13
2017-03-25Update ChildStderr docs to be clearerMichael Gattozzi-2/+3
2017-03-25Remove extra wait from Child docsMichael Gattozzi-1/+1
2017-03-24Update `Child` docs to not have a note sectionMichael Gattozzi-11/+9
2017-03-24Add a missing feature attribute to the example for std::process::Command::env...Petr Zemek-0/+2
2017-03-24Fix formatting in the docs for std::process::Command::envs().Petr Zemek-0/+1
2017-03-20Rollup merge of #40312 - jdhorwitz:papercut, r=steveklabnikCorey Farwell-0/+21
2017-03-17Stabilize process_abort feature, closes #37838Aaron Turon-1/+1
2017-03-09Removed RustFMT changesJoshua Horwitz-0/+21
2017-02-27Example for how to provide stdin using std::process::CommandRobin Stocker-0/+25
2017-02-06make Child::try_wait return io::Result<Option<ExitStatus>>Jack O'Connor-8/+7
2017-02-05Rollup merge of #39393 - ollie27:stab_impls, r=alexcrichtonCorey Farwell-5/+5
2017-02-05Rollup merge of #38518 - nagisa:exec-doc, r=alexcrichtonCorey Farwell-2/+19
2017-01-29Fix a few impl stability attributesOliver Middleton-5/+5
2017-01-25Auto merge of #38856 - zackw:process-envs, r=aturonbors-1/+36
2017-01-21Generalize envs() and args() to iterators.Zack Weinberg-6/+9
2017-01-19Expand documentation of process::exit and execSimonas Kazlauskas-2/+19
2017-01-10Fixes:Zack Weinberg-1/+1
2017-01-09Auto merge of #38866 - alexcrichton:try-wait, r=aturonbors-0/+42
2017-01-06std: Add a nonblocking `Child::try_wait` methodAlex Crichton-0/+42
2017-01-05Add std::process::Command::envs()Zack Weinberg-0/+32
2017-01-04Fix formattingabhijeetbhagat-1/+1