| Age | Commit message (Expand) | Author | Lines |
| 2017-03-24 | Fix formatting in the docs for std::process::Command::envs(). | Petr Zemek | -0/+1 |
| 2017-03-20 | Rollup merge of #40312 - jdhorwitz:papercut, r=steveklabnik | Corey Farwell | -0/+21 |
| 2017-03-17 | Stabilize process_abort feature, closes #37838 | Aaron Turon | -1/+1 |
| 2017-03-09 | Removed RustFMT changes | Joshua Horwitz | -0/+21 |
| 2017-02-27 | Example for how to provide stdin using std::process::Command | Robin Stocker | -0/+25 |
| 2017-02-06 | make Child::try_wait return io::Result<Option<ExitStatus>> | Jack O'Connor | -8/+7 |
| 2017-02-05 | Rollup merge of #39393 - ollie27:stab_impls, r=alexcrichton | Corey Farwell | -5/+5 |
| 2017-02-05 | Rollup merge of #38518 - nagisa:exec-doc, r=alexcrichton | Corey Farwell | -2/+19 |
| 2017-01-29 | Fix a few impl stability attributes | Oliver Middleton | -5/+5 |
| 2017-01-25 | Auto merge of #38856 - zackw:process-envs, r=aturon | bors | -1/+36 |
| 2017-01-21 | Generalize envs() and args() to iterators. | Zack Weinberg | -6/+9 |
| 2017-01-19 | Expand documentation of process::exit and exec | Simonas Kazlauskas | -2/+19 |
| 2017-01-10 | Fixes: | Zack Weinberg | -1/+1 |
| 2017-01-09 | Auto merge of #38866 - alexcrichton:try-wait, r=aturon | bors | -0/+42 |
| 2017-01-06 | std: Add a nonblocking `Child::try_wait` method | Alex Crichton | -0/+42 |
| 2017-01-05 | Add std::process::Command::envs() | Zack Weinberg | -0/+32 |
| 2017-01-04 | Fix formatting | abhijeetbhagat | -1/+1 |
| 2017-01-04 | Fix formatting | abhijeetbhagat | -10/+10 |
| 2017-01-03 | Fix process module tests to run on Windows | abhijeetbhagat | -18/+67 |
| 2016-12-20 | Rollup merge of #38006 - frewsxcv:libstd-debug, r=alexcrichton | Alex Crichton | -0/+39 |
| 2016-12-18 | Implement `fmt::Debug` for all structures in libstd. | Corey Farwell | -0/+39 |
| 2016-12-18 | Document platform-specific differences for `std::process::exit`. | Corey Farwell | -0/+17 |
| 2016-12-07 | Rollup merge of #38151 - GuillaumeGomez:exit-examples, r=frewsxcv | Guillaume Gomez | -0/+8 |
| 2016-12-05 | Auto merge of #38098 - luser:windows-commandext, r=alexcrichton | bors | -0/+58 |
| 2016-12-03 | Add examples for exit function | Guillaume Gomez | -0/+8 |
| 2016-12-01 | Auto merge of #38018 - sourcefrog:doc, r=alexcrichton | bors | -0/+8 |
| 2016-11-30 | just add one method named creation_flags, fix the tidy error | Ted Mielczarek | -2/+3 |
| 2016-11-30 | Document that Process::command will search the PATH | Martin Pool | -0/+8 |
| 2016-11-30 | Add std::os::windows::process::CommandExt, with set_creation_flags and add_cr... | Ted Mielczarek | -0/+57 |
| 2016-11-17 | Add std::process::abort | Steven Fackler | -0/+15 |
| 2016-09-30 | Auto merge of #36339 - brson:emscripten-new, r=alexcrichton | bors | -1/+1 |
| 2016-09-30 | Ignore entire test modules on emscripten instead of individual tests | Brian Anderson | -18/+1 |
| 2016-09-30 | Ignore lots and lots of std tests on emscripten | Brian Anderson | -0/+17 |
| 2016-09-30 | Improve process module doc a bit | Guillaume Gomez | -1/+19 |
| 2016-08-24 | Use `#[prelude_import]` in `libstd`. | Jeffrey Seyfried | -2/+0 |
| 2016-07-12 | Add doc example for `std::process::ExitStatus::success`. | Corey Farwell | -0/+17 |
| 2016-07-11 | `std::process` doc improvements. | Corey Farwell | -11/+29 |
| 2016-06-16 | doc: fix mis-named binding & remove not needed `mut` | Tshepang Lekhonkhobe | -8/+9 |
| 2016-06-09 | doc: intro should be 1 sentence | Tshepang Lekhonkhobe | -2/+4 |
| 2016-06-02 | doc: typo | Tshepang Lekhonkhobe | -1/+1 |
| 2016-05-09 | Auto merge of #33224 - alexcrichton:create-exit-status, r=aturon | bors | -0/+6 |
| 2016-05-01 | Add process types documentation | Guillaume Gomez | -4/+196 |
| 2016-04-26 | std: Allow creating ExitStatus from raw values | Alex Crichton | -0/+6 |
| 2016-04-15 | Auto merge of #32338 - lukaspustina:doc-std-process, r=alexcrichton | bors | -11/+37 |
| 2016-03-26 | Rollup merge of #32257 - alexcrichton:fix-status-stdin, r=aturon | Manish Goregaokar | -1/+1 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -1/+1 |
| 2016-03-22 | Fixes test which are now run due to should_panic | Lukas Pustina | -1/+5 |
| 2016-03-21 | Adjusts all rust doc test to use `expect` and `should_panic` | Lukas Pustina | -14/+13 |
| 2016-03-19 | Fixes 2. stdout to stderr in rustdoc | Lukas Pustina | -1/+1 |
| 2016-03-19 | Revert "Tags new test as `no_run` and uses expect()" | Lukas Pustina | -3/+4 |