| Age | Commit message (Expand) | Author | Lines |
| 2023-07-06 | Rollup merge of #113334 - fmease:revert-lexing-c-str-lits, r=compiler-errors | fee1-dead | -4/+5 |
| 2023-07-05 | Revert "use c literals in library" | León Orell Valerian Liehr | -4/+5 |
| 2023-07-05 | Auto merge of #112594 - ChrisDenton:process=-kill, r=Amanieu | bors | -10/+4 |
| 2023-07-01 | Return `Ok` on kill if process has already exited | Chris Denton | -10/+4 |
| 2023-06-21 | Actually save all the files | Thom Chiovoloni | -7/+6 |
| 2023-06-21 | Avoid fork/exec spawning on tvOS/watchOS, as those functions are marked as pr... | Thom Chiovoloni | -4/+48 |
| 2023-06-13 | fix: get the l4re target working again | Henrik Böving | -1/+17 |
| 2023-06-03 | Auto merge of #109432 - flba-eb:108594_forkspawn_exponential_backoff, r=worki... | bors | -14/+62 |
| 2023-06-02 | Only determine clock res once; give up before sleeping more than 1 second | Florian Bartels | -23/+37 |
| 2023-06-02 | Retry to fork/spawn with exponential backoff | Florian Bartels | -10/+44 |
| 2023-05-31 | use c literals in library | klensy | -5/+4 |
| 2023-05-13 | refactor: Remove redundant, private OsStr::bytes | Ed Page | -2/+2 |
| 2023-05-07 | PS Vita std support | Nikolay Arhipov | -1/+1 |
| 2023-04-26 | Spelling library/ | Josh Soref | -2/+2 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -2/+0 |
| 2023-02-28 | Retry to spawn/fork up to 3 times when it failed because of an interruption | Florian Bartels | -2/+64 |
| 2023-02-28 | Add QNX Neutrino support to libstd | Florian Bartels | -3/+7 |
| 2023-01-18 | signal update string representation for haiku. | David Carlier | -0/+2 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -14/+14 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 |
| 2022-12-27 | More verbose `Debug` implementation of `std::process:Command` | kraktus | -7/+60 |
| 2022-12-17 | Rollup merge of #105458 - Ayush1325:blocking_spawn, r=Mark-Simulacrum | Matthias Krüger | -0/+19 |
| 2022-12-12 | explain mem::forget(env_lock) in fork/exec | Ralf Jung | -3/+4 |
| 2022-12-11 | Implement blocking output | Ayush Singh | -0/+19 |
| 2022-10-20 | Change process spawning to inherit the parent's signal mask by default | Rain | -66/+87 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-09-20 | Remove use of `io::ErrorKind::Other` in std | Patiga | -2/+2 |
| 2022-08-28 | Use posix_spawn for absolute paths on macOS | Rain | -1/+60 |
| 2022-08-21 | Fix redundant comparison | Thom Chiovoloni | -1/+1 |
| 2022-08-19 | Align android `sigaddset` impl with the reference impl from Bionic | Thom Chiovoloni | -3/+23 |
| 2022-06-13 | Horizon OS STD support | Meziu | -9/+7 |
| 2022-06-05 | Remove SIGIO reference on Haiku | Ryan Zoeller | -0/+1 |
| 2022-06-03 | Auto merge of #95833 - notriddle:notriddle/human-readable-signals, r=yaahc | bors | -6/+82 |
| 2022-06-02 | Fix MIPS-specific signal bug | Michael Howell | -1/+10 |
| 2022-06-01 | std: show signal number along with name | Michael Howell | -46/+50 |
| 2022-05-09 | Use Rust 2021 prelude in std itself. | Mara Bos | -5/+0 |
| 2022-04-25 | Remove references to git.io | Eric Huss | -1/+2 |
| 2022-04-23 | std: `<ExitStatus as Display>::fmt` name the signal it died from | Michael Howell | -3/+66 |
| 2022-04-17 | Auto merge of #93530 - anonion0:pthread_sigmask_fix, r=JohnTitor | bors | -4/+5 |
| 2022-04-17 | move import to fix warning with emscripten target | Ralf Sager | -1/+2 |
| 2022-03-19 | Rollup merge of #93858 - krallin:process-process_group, r=dtolnay | Dylan DPC | -2/+80 |
| 2022-03-19 | Rollup merge of #92612 - atopia:update-lib-l4re, r=dtolnay | Dylan DPC | -1/+4 |
| 2022-03-17 | feat: Add use of bool::then in sys/unix/process | wcampbell | -3/+3 |
| 2022-03-14 | Add a `process_group` method to UNIX `CommandExt` | Thomas Orozco | -2/+80 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -8/+8 |
| 2022-03-09 | drop unused libc imports on L4Re | Benjamin Lamowski | -1/+4 |
| 2022-03-01 | Provide C FFI types via core::ffi, not just in std | Josh Triplett | -3/+3 |
| 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 | -20/+17 |