| Age | Commit message (Expand) | Author | Lines |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -17/+28 |
| 2023-11-16 | if available use a Child's pidfd for kill/wait | The 8472 | -4/+72 |
| 2023-11-16 | update comment, we're currently using a different syscall | The 8472 | -1/+1 |
| 2023-11-16 | set CLOEXEC on pidfd received from child process | The 8472 | -3/+7 |
| 2023-11-10 | Update variable name to fix `unused_variables` warning | Duo Wang | -1/+1 |
| 2023-11-10 | CFI: Add missing use core::ffi::c_int | Ramon de C Valle | -0/+2 |
| 2023-11-08 | kmc-solid: Implement `{From,Into}Inner<OwnedFd>` for `Socket` | Tomoaki Kawada | -2/+23 |
| 2023-11-08 | kmc-solid: Remove `FileDesc` | Tomoaki Kawada | -115/+43 |
| 2023-11-08 | kmc-solid: Replace `{From,Into}Inner<c_int>` impls with `*RawFd` for `Socket` | Tomoaki Kawada | -17/+13 |
| 2023-11-01 | Auto merge of #115356 - devnexen:haiku_set_name_use_return, r=thomcc | bors | -1/+3 |
| 2023-10-31 | Add support for pre-unix-epoch file dates on Apple platforms (#108277) | Sebastian Thiel | -0/+24 |
| 2023-10-30 | Rollup merge of #117177 - Ayush1325:uefi-alloc-type, r=workingjubilee | León Orell Valerian Liehr | -3/+19 |
| 2023-10-30 | Use ImageDataType for allocation type | Ayush Singh | -3/+19 |
| 2023-10-28 | Remove asmjs from library | Jubilee Young | -12/+0 |
| 2023-10-29 | Don't use LFS64 symbols on musl | git-bruh | -13/+34 |
| 2023-10-28 | Rollup merge of #116816 - ChrisDenton:api.rs, r=workingjubilee | Jubilee | -53/+212 |
| 2023-10-25 | Auto merge of #117102 - devnexen:dfbsd_stack_overflow_upd, r=thomcc | bors | -2/+12 |
| 2023-10-25 | Convert `Unix{Datagram,Stream}::{set_}passcred()` to per-OS traits | John Millikin | -10/+16 |
| 2023-10-24 | Auto merge of #116461 - ChrisDenton:sleep, r=thomcc | bors | -1/+88 |
| 2023-10-24 | Auto merge of #116319 - BlackHoleFox:apple-rand-take-2, r=thomcc | bors | -58/+52 |
| 2023-10-24 | Auto merge of #116238 - tamird:gettimeofday, r=thomcc | bors | -196/+78 |
| 2023-10-23 | Remove Apple RNG fallbacks and simplify implementation | BlackHoleFox | -58/+52 |
| 2023-10-23 | Auto merge of #117103 - matthiaskrgr:rollup-96zuuom, r=matthiaskrgr | bors | -9/+7 |
| 2023-10-23 | stack_overflow: get_stackp using MAP_STACK flag on dragonflybsd too. | David Carlier | -2/+12 |
| 2023-10-23 | Rollup merge of #107159 - devnexen:random_fbsd_update, r=workingjubilee | Matthias Krüger | -9/+7 |
| 2023-10-23 | Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkov | bors | -1/+3 |
| 2023-10-23 | Auto merge of #116606 - ChrisDenton:empty, r=dtolnay | bors | -0/+8 |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -1/+3 |
| 2023-10-19 | Auto merge of #116132 - darthunix:connect_poll, r=cuviper | bors | -9/+37 |
| 2023-10-19 | Auto merge of #114534 - niluxv:strict_prov_unwind, r=cuviper,workingjubilee | bors | -46/+94 |
| 2023-10-19 | Auto merge of #116402 - joboet:global_alloc_tls_unsoundness, r=thomcc,working... | bors | -24/+39 |
| 2023-10-18 | std: send free message when xous thread parker is dropped | joboet | -1/+7 |
| 2023-10-18 | std: implement thread parking for xous | joboet | -1/+88 |
| 2023-10-17 | Auto merge of #116518 - vita-rust:vita, r=workingjubilee | bors | -2/+2 |
| 2023-10-17 | Updated libc and doc for Vita target | Nikolay Arhipov | -2/+2 |
| 2023-10-16 | Create `windows/api.rs` for safer FFI | Chris Denton | -53/+212 |
| 2023-10-15 | Rollup merge of #116341 - Ayush1325:uefi-args, r=Mark-Simulacrum | Matthias Krüger | -1/+165 |
| 2023-10-15 | Implement args for UEFI | Ayush Singh | -1/+165 |
| 2023-10-15 | Make File::create work on Windows hidden files | Chris Denton | -6/+38 |
| 2023-10-15 | Auto merge of #116683 - ChrisDenton:exists, r=Mark-Simulacrum | bors | -0/+21 |
| 2023-10-14 | Fix broken build on ESP-IDF caused by #115108 | ivmarkov | -4/+24 |
| 2023-10-13 | Auto merge of #115108 - ijackson:broken-wait-status, r=dtolnay | bors | -50/+144 |
| 2023-10-13 | Make TCP connect() handle EINTR correctly | Denis Smirnov | -9/+37 |
| 2023-10-13 | Test that unix sockets exist on Windows | Chris Denton | -0/+14 |
| 2023-10-13 | Make try_exists return Ok(true) for Windows UDS | Chris Denton | -0/+7 |
| 2023-10-10 | On Windows make readdir error on the empty path | Chris Denton | -0/+8 |
| 2023-10-10 | Rewrite `read_encoded_pointer` conforming to strict provenance | niluxv | -28/+69 |
| 2023-10-10 | Use pointers instead of `usize` addresses for landing pads | niluxv | -34/+41 |
| 2023-10-09 | std: explain unconventional choice of let-else binding over while-let loop | joboet | -0/+3 |
| 2023-10-09 | Support AIX in Rust standard library | Qiu Chaofan | -3/+90 |