| Age | Commit message (Expand) | Author | Lines |
| 2019-04-10 | std: Add `{read,write}_vectored` for more types | Alex Crichton | -1/+15 |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths) | Mazdak Farrokhzad | -8/+8 |
| 2019-03-25 | SGX target: fix std unit tests | Jethro Beekman | -1/+1 |
| 2019-03-14 | Don't run test launching `echo` since that doesn't exist on Windows | John Kåre Alsaker | -1/+1 |
| 2019-02-28 | libstd => 2018 | Taiki Endo | -27/+26 |
| 2019-02-25 | Disable running several Stdio doctests | Ivan Petkov | -2/+2 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -7/+7 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-11-21 | Move a flaky process test out of libstd | Alex Crichton | -36/+0 |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -2/+2 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -2/+2 |
| 2018-11-13 | Rollup merge of #55754 - spastorino:fix-process-output-docs, r=alexcrichton | kennytm | -3/+6 |
| 2018-11-10 | Avoid converting bytes to UTF-8 strings to print, just pass bytes to stdout/err | Santiago Pastorino | -3/+6 |
| 2018-10-24 | Documents `From` implementations for `Stdio` | OCTronics | -0/+88 |
| 2018-08-20 | document the platform-specific behavior of Command::current_dir | Jack O'Connor | -0/+10 |
| 2018-08-11 | Fix indent | Havvy (Ryan Scheel) | -1/+1 |
| 2018-08-11 | Show that Command can be reused and remodified | Ryan Scheel | -0/+33 |
| 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 |