| Age | Commit message (Expand) | Author | Lines |
| 2021-10-09 | Rollup merge of #88436 - lf-:stabilize-command-access, r=yaahc | Guillaume Gomez | -12/+8 |
| 2021-10-05 | Apply suggestions from code review | Jane Lusby | -8/+8 |
| 2021-09-16 | Merge sys_common::rt into rt | bjorn3 | -1/+1 |
| 2021-08-28 | std: Stabilize command_access | Jade | -12/+8 |
| 2021-08-19 | Add comments about impls for File, TcpStream, ChildStdin, etc. | Dan Gohman | -0/+18 |
| 2021-08-06 | Auto merge of #87774 - camelid:process-typo, r=jyn514 | bors | -1/+1 |
| 2021-08-04 | Fix typo | Noah Lev | -1/+1 |
| 2021-08-04 | Re-use std::sealed::Sealed in os/linux/process. | Mara Bos | -0/+4 |
| 2021-07-21 | Add Linux-specific pidfd process extensions | Aaron Hill | -1/+1 |
| 2021-07-05 | s/die/terminate/ in abort documentation. | Mara Bos | -1/+1 |
| 2021-07-05 | abort docs: Document buffer non-flushing | Ian Jackson | -0/+3 |
| 2021-07-05 | aborts: Clarify documentation and comments | Ian Jackson | -0/+4 |
| 2021-07-03 | Rollup merge of #86803 - xfix:remove-unnecessary-ampersand-from-command-args-... | Yuki Okushi | -2/+2 |
| 2021-07-02 | Remove & from Command::args calls in documentation | Konrad Borowski | -2/+2 |
| 2021-07-02 | Auto merge of #85746 - m-ou-se:io-error-other, r=joshtriplett | bors | -3/+1 |
| 2021-06-25 | Fix a few misspellings. | Eric Huss | -1/+1 |
| 2021-06-15 | Redefine `ErrorKind::Other` and stop using it in std. | Mara Bos | -3/+1 |
| 2021-05-12 | impl crate::error::Error for ExitStatusError | Ian Jackson | -0/+3 |
| 2021-05-12 | ExitStatusError: Be more verbose in Display impl | Ian Jackson | -1/+1 |
| 2021-05-12 | Fix typo in doc | Ian Jackson | -1/+1 |
| 2021-05-12 | unix: impl ExitStatusExt for ExitStatusError | Ian Jackson | -3/+6 |
| 2021-05-12 | Provide ExitStatusError | Ian Jackson | -3/+135 |
| 2021-04-22 | Rework `at_exit` to `cleanup` | Christiaan Dirkx | -1/+1 |
| 2021-04-21 | Replace all `fmt.pad` with `debug_struct` | Christiaan Dirkx | -4/+4 |
| 2021-03-27 | Use DebugStruct::finish_non_exhaustive() in std. | Mara Bos | -1/+1 |
| 2021-03-14 | Rollup merge of #82943 - kornelski:threadstdio, r=joshtriplett | Yuki Okushi | -7/+18 |
| 2021-03-09 | Demonstrate best practice for feeding stdin of a child processes | Kornel | -7/+18 |
| 2021-02-23 | ExitStatus: Improve documentation re wait status vs exit status | Ian Jackson | -7/+18 |
| 2021-02-10 | Seal the CommandExt, OsStrExt and OsStringExt traits | Amanieu d'Antras | -0/+8 |
| 2020-11-23 | Auto merge of #78439 - lzutao:rm-clouldabi, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-11-22 | Drop support for cloudabi targets | Lzu Tao | -1/+1 |
| 2020-11-18 | Add #[cold] to `abort` and `handle_alloc_error` | Benoît du Garreau | -0/+1 |
| 2020-10-31 | Apply suggestions from code review | Matyáš Racek | -4/+8 |
| 2020-10-31 | Add note to process::arg[s] that args shouldn't be escaped or quoted | Matyáš Racek | -0/+6 |
| 2020-10-18 | Add missing punctuation | pierwill | -1/+1 |
| 2020-09-26 | Add accessors to Command. | Eric Huss | -0/+125 |
| 2020-09-21 | Rollup merge of #76275 - FedericoPonzi:immutable-write-impl-73836, r=dtolnay | ecstatic-morse | -0/+19 |
| 2020-09-21 | Update library/std/src/process.rs | Federico Ponzi | -1/+1 |
| 2020-09-16 | Rollup merge of #73955 - hellow554:unsafe_process, r=Mark-Simulacrum | Dylan DPC | -2/+5 |
| 2020-09-11 | Deduplicates io::Write implementations | Federico Ponzi | -4/+4 |
| 2020-09-03 | More implementations of Write for immutable refs | Federico Ponzi | -0/+19 |
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -408/+3 |
| 2020-08-23 | doc: Fix typo in std::process::Child documentation | JR Heard | -1/+1 |
| 2020-08-14 | Rollup merge of #75432 - camelid:intra-doc-links-for-std-process, r=jyn514 | Tyler Mandry | -58/+37 |
| 2020-08-14 | Improve documentation on process::Child.std* fields | Jonas Berlin | -3/+24 |
| 2020-08-11 | Use `Child::std{in,out,err}` instead of `Child.` | Camelid | -3/+3 |
| 2020-08-11 | Switch to intra-doc links in `std::process` | Camelid | -58/+37 |
| 2020-08-11 | deny(unsafe_op_in_unsafe_fn) in libstd/process.rs | Marcel Hellwig | -2/+5 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+2112 |