| Age | Commit message (Expand) | Author | Lines |
| 2018-07-10 | Deny bare trait objects in `src/libstd`. | ljedrz | -2/+2 |
| 2018-04-24 | Rollup merge of #49461 - andreastt:child-kill-exited, r=Mark-Simulacrum | kennytm | -2/+11 |
| 2018-04-17 | fixup! std: Child::kill() returns error if process has already exited | Andreas Tolfsen | -1/+1 |
| 2018-04-08 | fixup! std: Child::kill() returns error if process has already exited | Andreas Tolfsen | -1/+1 |
| 2018-04-05 | std: Inline some Termination-related methods | Alex Crichton | -0/+2 |
| 2018-04-02 | Fix "since" version for getpid feature. | Thayne McCombs | -1/+1 |
| 2018-04-01 | Stabilize `std::process::id()` | Thayne McCombs | -2/+1 |
| 2018-03-29 | fixup! std: Child::kill() returns error if process has already exited | Andreas Tolfsen | -1/+6 |
| 2018-03-28 | fixup! std: Child::kill() returns error if process has already exited | Andreas Tolfsen | -1/+4 |
| 2018-03-28 | std: Child::kill() returns error if process has already exited | Andreas Tolfsen | -2/+3 |
| 2018-03-25 | Minor formatting consistency fix. | Alexander Ronald Altman | -1/+1 |
| 2018-03-21 | termination_trait: Make error message more helpful | Tyler Mandry | -2/+3 |
| 2018-03-21 | termination_trait: Put examples in error help, not label | Tyler Mandry | -1/+1 |
| 2018-03-21 | termination_trait: Add () example to error message | Tyler Mandry | -1/+1 |
| 2018-03-03 | Move process::ExitCode internals to sys | Scott McMurray | -21/+8 |
| 2018-02-28 | Fix linkchecker | Scott McMurray | -2/+2 |
| 2018-02-27 | Put some thought and documentation effort into process::ExitCode | Scott McMurray | -24/+52 |
| 2018-02-24 | Restrict the Termination impls to simplify stabilization | Scott McMurray | -6/+18 |
| 2018-02-22 | move Termination trait to std::process | Niko Matsakis | -0/+67 |
| 2018-01-26 | add test checking that process::Command is Send | Corentin Henry | -0/+6 |
| 2018-01-11 | Make tests build on CloudABI. | Ed Schouten | -1/+1 |
| 2018-01-04 | Fix an error in std::process documentation | Loïc Damien | -2/+2 |
| 2017-12-26 | Rollup merge of #46943 - malbarbo:process-test-busybox, r=alexcrichton | kennytm | -1/+1 |
| 2017-12-24 | Capture environment at spawn | Diggory Blake | -4/+25 |
| 2017-12-22 | Fix process test when using busybox mkdir | Marco A L Barbosa | -1/+1 |
| 2017-11-22 | Clarify stdin behavior of `Command::output`. | Corey Farwell | -2/+4 |
| 2017-10-29 | Auto merge of #45295 - Technius:docs/process, r=steveklabnik | bors | -11/+72 |
| 2017-10-28 | Add no_run to process examples involving unix commands | Bryan Tan | -2/+2 |
| 2017-10-26 | Rollup merge of #45059 - tmccombs:pid, r=alexcrichton | kennytm | -0/+19 |
| 2017-10-20 | Fix most rendering warnings from switching to CommonMark | steveklabnik | -1/+1 |
| 2017-10-17 | Add child process IO handling docs | Bryan Tan | -7/+18 |
| 2017-10-17 | Rollup merge of #45151 - Pirh:stdio_default_docs, r=frewsxcv | kennytm | -0/+18 |
| 2017-10-15 | Create section on how to spawn processes; change module description | Bryan Tan | -14/+28 |
| 2017-10-15 | Fix std::process hello world example | Bryan Tan | -1/+1 |
| 2017-10-15 | Rollup merge of #45113 - Pirh:process_output_links, r=steveklabnik | kennytm | -0/+9 |
| 2017-10-14 | Fixed accidental deletion of colon | Bryan Tan | -1/+1 |
| 2017-10-14 | Add a brief description and two examples to std::process | Bryan Tan | -7/+43 |
| 2017-10-13 | Add line break after summary of process::Output | Pirh | -3/+5 |
| 2017-10-10 | Remove misleading line on Windows Subsystem stdio | Pirh | -9/+0 |
| 2017-10-10 | Auto merge of #45141 - kennytm:rollup, r=kennytm | bors | -1/+108 |
| 2017-10-10 | Auto merge of #44822 - frewsxcv:frewsxcv-eprintln, r=Kimundi | bors | -3/+1 |
| 2017-10-09 | Document defaults for stdin, stdout, and stderr methods of Command | Pirh | -0/+27 |
| 2017-10-08 | Link std::process::Output to Command and Child | Pirh | -1/+8 |
| 2017-10-08 | Remove ./ prefix from relative URLs | Pirh | -10/+10 |
| 2017-10-08 | Add links and examples for std::process::Stdio | Pirh | -1/+108 |
| 2017-10-07 | Change current_pid to just `id`. | Thayne McCombs | -3/+4 |
| 2017-10-07 | Add missing colon. | Thayne McCombs | -1/+1 |
| 2017-10-06 | Add current_pid function | Thayne McCombs | -0/+18 |
| 2017-10-02 | Document that process::abort will not call the panic hook | Pirh | -1/+3 |
| 2017-09-28 | Migrate to eprint/eprintln macros where appropriate. | Corey Farwell | -3/+1 |