| Age | Commit message (Expand) | Author | Lines |
| 2023-08-14 | add a csky-unknown-linux-gnuabiv2 target | Dirreke | -0/+4 |
| 2023-08-14 | std: add some missing repr(transparent) | Ralf Jung | -2/+8 |
| 2023-08-12 | Rollup merge of #114132 - tamird:better-env-debug-impls, r=Amanieu | Matthias Krüger | -8/+228 |
| 2023-08-10 | Rollup merge of #114194 - thomcc:flushinline, r=cuviper | Michael Goulet | -0/+4 |
| 2023-08-09 | Auto merge of #114646 - matthiaskrgr:rollup-xf7qnmn, r=matthiaskrgr | bors | -90/+156 |
| 2023-08-09 | Rollup merge of #113939 - the8472:pidfd-from-child, r=Mark-Simulacrum | Matthias Krüger | -90/+156 |
| 2023-08-09 | Auto merge of #99747 - ankane:float_gamma, r=workingjubilee | bors | -1/+9 |
| 2023-08-08 | open pidfd in child process and send to the parent via SOCK_SEQPACKET+CMSG | The 8472 | -90/+156 |
| 2023-08-08 | Rollup merge of #106425 - ijackson:exit-status-default, r=dtolnay | Matthias Krüger | -23/+24 |
| 2023-08-08 | Fix #114608 | Georgii Rylov | -3/+3 |
| 2023-08-07 | Better Debug for Vars and VarsOs | Tamir Duberstein | -8/+228 |
| 2023-08-07 | impl Default for ExitStatus | Ian Jackson | -6/+6 |
| 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-08-07 | std::process (unix): Implement From<io::Stdout> etc. for imp::Stdio | Ian Jackson | -1/+29 |
| 2023-08-05 | use offset_of! to calculate dirent64 field offsets | The 8472 | -25/+2 |
| 2023-08-03 | unix/kernel_copy.rs: copy_file_range_candidate allows empty output files | xstaticxgpx | -4/+14 |
| 2023-08-01 | Aborting when `before_wait` function panics | Raoul Strackx | -6/+10 |
| 2023-07-31 | Add gamma and ln_gamma functions to f32 and f64 | Andrew Kane | -1/+9 |
| 2023-07-31 | Clean up SGX user memory copies | Jethro Beekman | -122/+85 |
| 2023-07-31 | `waitqueue` clarifications for SGX platform | Raoul Strackx | -4/+12 |
| 2023-07-30 | rand use getrandom for freebsd (available since 12.x) | David Carlier | -9/+7 |
| 2023-07-29 | Add wasm32-wasi-threads target + WASI threads | Georgii Rylov | -11/+140 |
| 2023-07-28 | inline trivial (noop) flush calls | Thom Chiovoloni | -0/+4 |
| 2023-07-26 | Rollup merge of #101994 - devnexen:rand_fbsd_update, r=workingjubilee | Matthias Krüger | -4/+18 |
| 2023-07-25 | Auto merge of #112646 - vn971:document-thread-names-for-sgx-target, r=m-ou-se | bors | -1/+9 |
| 2023-07-25 | Auto merge of #113411 - unikraft:unikraft, r=wesleywiser | bors | -1/+13 |
| 2023-07-24 | remove additional [allow(unused_unsafe)] | James Dietz | -13/+1 |
| 2023-07-24 | delete [allow(...)] from issue #74838 | James Dietz | -4/+0 |
| 2023-07-24 | `unix::init`: Don't use `signal` on Unikraft. | Martin Kröning | -1/+8 |
| 2023-07-24 | `unix::init`: Handle `ENOSYS` from `poll` on Unikraft. | Martin Kröning | -0/+5 |
| 2023-07-22 | Rollup merge of #113442 - epage:osstring, r=cuviper | Matthias Krüger | -0/+20 |
| 2023-07-20 | Minor improvements to Windows TLS dtors | Chris Denton | -28/+49 |
| 2023-07-18 | support for mips32r6 as a target_arch value | chenx97 | -1/+7 |
| 2023-07-18 | support for mips64r6 as a target_arch value | chenx97 | -1/+2 |
| 2023-07-12 | fix usage of Timespec om the target hermit | Stefan Lankes | -2/+2 |
| 2023-07-12 | add support of available_parallelism for target hermit | Stefan Lankes | -2/+1 |
| 2023-07-10 | Auto merge of #108796 - devsnek:personality-pal-exception, r=workingjubilee | bors | -0/+653 |
| 2023-07-09 | move personality to sys | Gus Caplan | -0/+653 |
| 2023-07-09 | move pal cfgs in f32 and f64 to sys | Gus Caplan | -0/+49 |
| 2023-07-07 | Allow limited access to `OsString` bytes | Ed Page | -0/+20 |
| 2023-07-06 | Rollup merge of #113334 - fmease:revert-lexing-c-str-lits, r=compiler-errors | fee1-dead | -25/+26 |
| 2023-07-05 | Revert "use c literals in library" | León Orell Valerian Liehr | -22/+25 |
| 2023-07-05 | Revert "fix ptr cast" | León Orell Valerian Liehr | -9/+7 |
| 2023-07-05 | Auto merge of #112594 - ChrisDenton:process=-kill, r=Amanieu | bors | -11/+14 |
| 2023-07-01 | Return `Ok` on kill if process has already exited | Chris Denton | -11/+14 |
| 2023-06-25 | Auto merge of #113001 - ChrisDenton:win-arm32-shim, r=thomcc | bors | -49/+44 |
| 2023-06-24 | Remove unnecessary `path` attribute | Chris Denton | -1/+0 |
| 2023-06-24 | Move arm32 shim to c.rs | Chris Denton | -49/+44 |
| 2023-06-21 | Actually save all the files | Thom Chiovoloni | -7/+6 |