| Age | Commit message (Expand) | Author | Lines |
| 2024-01-11 | std: begin moving platform support modules into `pal` | joboet | -984/+0 |
| 2023-11-24 | Rollup merge of #118060 - ChrisDenton:abs-device-path, r=thomcc | Matthias Krüger | -1/+1 |
| 2023-11-22 | x fmt library/std | Chris Denton | -3/+2 |
| 2023-11-22 | redundant_closure | Chris Denton | -1/+1 |
| 2023-11-22 | unnecessary_cast | Chris Denton | -2/+2 |
| 2023-11-22 | needless_borrows_for_generic_args | Chris Denton | -1/+1 |
| 2023-11-19 | Use an absolute path to the NUL device | Chris Denton | -1/+1 |
| 2023-10-06 | Remove libc | Chris Denton | -3/+2 |
| 2023-09-09 | Auto merge of #114590 - ijackson:stdio-stdio-2, r=dtolnay | bors | -10/+25 |
| 2023-09-03 | Command::spawn: Fix STARTUPINFOW.cb being initialized with the address of siz... | Fulgen301 | -1/+1 |
| 2023-09-01 | fix(std): Rename os_str_bytes to encoded_bytes | Ed Page | -2/+2 |
| 2023-08-25 | Added option to set ProcThreadAttributes for Windows processes | Michael van Straten | -2/+110 |
| 2023-08-08 | Rollup merge of #106425 - ijackson:exit-status-default, r=dtolnay | Matthias Krüger | -1/+1 |
| 2023-08-07 | impl Default for ExitStatus | Ian Jackson | -1/+1 |
| 2023-08-07 | std::process (windows): Implement From<io::Stdout> etc. for imp::Stdio | Ian Jackson | -0/+14 |
| 2023-08-07 | std::process (windows): refactor Stdio::to_handle slightly | Ian Jackson | -10/+11 |
| 2023-07-01 | Return `Ok` on kill if process has already exited | Chris Denton | -1/+10 |
| 2023-05-13 | refactor: Remove redundant, private OsStr::bytes | Ed Page | -2/+2 |
| 2023-05-05 | Use new bindings | Chris Denton | -5/+5 |
| 2023-03-21 | Rollup merge of #96391 - ChrisDenton:command-non-verbatim, r=joshtriplett | Matthias Krüger | -8/+4 |
| 2022-12-11 | Implement blocking output | Ayush Singh | -0/+5 |
| 2022-12-06 | Don't set `STARTF_USESTDHANDLES` if none are set | Chris Denton | -7/+15 |
| 2022-12-02 | Windows: make Command prefer non-verbatim paths | Chris Denton | -8/+4 |
| 2022-10-24 | Pass on null handle values to child process | Chris Denton | -7/+5 |
| 2022-10-13 | std: use `sync::Mutex` for internal statics | joboet | -3/+3 |
| 2022-06-09 | Implement ExitCodeExt for Windows | Aron Parker | -0/+6 |
| 2022-05-17 | Revert "Auto merge of #96441 - ChrisDenton:sync-pipes, r=m-ou-se" | Mark Rousskov | -32/+6 |
| 2022-05-11 | Rollup merge of #96861 - m-ou-se:std-use-prelude-2021, r=joshtriplett | Yuki Okushi | -1/+0 |
| 2022-05-10 | Expose process main_thread_handle on Windows | unknown | -7/+13 |
| 2022-05-09 | Use Rust 2021 prelude in std itself. | Mara Bos | -1/+0 |
| 2022-04-27 | Note the importance of using sync pipes | Chris Denton | -1/+19 |
| 2022-04-26 | Windows: Make stdin pipes synchronous | Chris Denton | -6/+14 |
| 2022-04-25 | Auto merge of #95246 - ChrisDenton:command-args, r=joshtriplett | bors | -86/+30 |
| 2022-04-08 | Windows: Use a pipe relay for chaining pipes | Chris Denton | -1/+7 |
| 2022-03-23 | Command: handle exe and batch files separately | Chris Denton | -17/+25 |
| 2022-03-23 | Refactor: Move argument building into args | Chris Denton | -69/+5 |
| 2022-02-17 | Keep the path after `program_exists` succeeds | Chris Denton | -22/+23 |
| 2022-02-17 | Use verbatim paths for `process::Command` if necessary | Chris Denton | -11/+21 |
| 2022-02-14 | Maintain broken symlink behaviour for the Windows exe resolver | Chris Denton | -2/+17 |
| 2022-02-09 | Rollup merge of #93445 - yaahc:exitcode-constructor, r=dtolnay | Yuki Okushi | -0/+6 |
| 2022-02-06 | Add From<u8> for ExitCode | Jane Lusby | -0/+6 |
| 2022-02-04 | Hide Repr details from io::Error, and rework `io::Error::new_const`. | Thom Chiovoloni | -4/+4 |
| 2022-01-03 | Explicitly pass `PATH` to the Windows exe resolver | Chris Denton | -11/+20 |
| 2021-12-16 | Quote bat script command line | Chris Denton | -0/+16 |
| 2021-10-31 | Windows: Resolve Command program without using the current directory | Chris Denton | -26/+141 |
| 2021-08-19 | Use the correct `into_*` on Windows to avoid dropping a stdio handle. | Dan Gohman | -2/+2 |
| 2021-08-19 | I/O safety. | Dan Gohman | -19/+22 |
| 2021-08-08 | Fix Windows Command::env("PATH") | Chris Denton | -5/+24 |
| 2021-07-09 | Debug formatting of raw_arg() | Kornel | -2/+6 |
| 2021-07-09 | Unescaped command-line arguments for Windows | Kornel | -18/+51 |