| Age | Commit message (Expand) | Author | Lines |
| 2023-11-23 | Auto merge of #115159 - solid-rs:patch/kmc-solid/io-safety, r=workingjubilee | bors | -132/+371 |
| 2023-11-22 | add missing period in `std::process::Command` docs | Max Heller | -1/+1 |
| 2023-11-22 | x fmt library/std | Chris Denton | -3/+2 |
| 2023-11-22 | redundant_slicing | Chris Denton | -1/+1 |
| 2023-11-22 | cmp_null | Chris Denton | -2/+2 |
| 2023-11-22 | manual_range_contains | Chris Denton | -2/+2 |
| 2023-11-22 | op_ref | Chris Denton | -1/+1 |
| 2023-11-22 | manual_map | Chris Denton | -5/+3 |
| 2023-11-22 | unnecessary_lazy_evaluations | Chris Denton | -1/+1 |
| 2023-11-22 | redundant_closure | Chris Denton | -4/+4 |
| 2023-11-22 | duration_subsec | Chris Denton | -1/+1 |
| 2023-11-22 | unnecessary_cast | Chris Denton | -9/+9 |
| 2023-11-22 | needless_borrow | Chris Denton | -8/+8 |
| 2023-11-22 | needless_borrows_for_generic_args | Chris Denton | -2/+2 |
| 2023-11-22 | manual_slice_size_calculation | Chris Denton | -1/+1 |
| 2023-11-22 | unnecessary_mut_passed | Chris Denton | -4/+4 |
| 2023-11-22 | useless_conversion | Chris Denton | -1/+1 |
| 2023-11-22 | needless_return | Chris Denton | -1/+1 |
| 2023-11-22 | allow clippy style in windows/c.rs | Chris Denton | -0/+1 |
| 2023-11-21 | Rollup merge of #117790 - rcvalle:rust-cfi-fix-000000, r=workingjubilee | Nilstrieb | -0/+2 |
| 2023-11-19 | Rollup merge of #117957 - the8472:pidfd-wait, r=Mark-Simulacrum | Michael Goulet | -11/+90 |
| 2023-11-19 | Use an absolute path to the NUL device | Chris Denton | -1/+1 |
| 2023-11-19 | Don't set cmsg fields in msghdr if we have no cmsg to send | The 8472 | -3/+4 |
| 2023-11-19 | Auto merge of #117895 - mzohreva:mz/fix-sgx-backtrace, r=Mark-Simulacrum | bors | -1/+14 |
| 2023-11-19 | Rollup merge of #116750 - fintelia:seek_seek_relative, r=Mark-Simulacrum | Takayuki Maeda | -0/+40 |
| 2023-11-18 | Auto merge of #117138 - zachs18:rwlock_guard_debug_unsized, r=dtolnay | bors | -2/+2 |
| 2023-11-17 | Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber | Matthias Krüger | -14/+0 |
| 2023-11-17 | Use ptr::invalid_mut for SGX image base | Mohsen Zohrevandi | -1/+1 |
| 2023-11-17 | Update windows-bindgen | Chris Denton | -5/+5 |
| 2023-11-17 | Define `INVALID_HANDLE_VALUE` ourselves | Chris Denton | -2/+3 |
| 2023-11-16 | std: personality: support gcc personality on Xous | Sean Cross | -0/+1 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -18/+30 |
| 2023-11-16 | if available use a Child's pidfd for kill/wait | The 8472 | -4/+78 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -5/+1 |
| 2023-11-15 | Substitute version placeholders | Mark Rousskov | -21/+21 |
| 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-14 | Move SGX-specific image base logic to sys_common | Mohsen Zohrevandi | -11/+14 |
| 2023-11-14 | Adjust frame IP in backtraces relative to image base for SGX target | Mohsen Zohrevandi | -0/+10 |
| 2023-11-11 | Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnay | bors | -167/+272 |
| 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-09 | Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io` | John Millikin | -495/+16 |
| 2023-11-08 | Auto merge of #115460 - zachs18:borrowedcursor_write_no_panic, r=dtolnay | bors | -2/+3 |
| 2023-11-08 | kmc-solid: Re-export `{As,Borrowed,Owned}Fd` in `std::os::solid::prelude` | Tomoaki Kawada | -1/+1 |
| 2023-11-08 | kmc-solid: Reimplement `AsFd` etc for `{TcpStream,TcpListener,UdpSocket}` by ... | Tomoaki Kawada | -3/+3 |
| 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 | -20/+16 |
| 2023-11-08 | kmc-solid: Implement `AsFd` for `{Arc,Rc,Box}<impl AsFd>` | Tomoaki Kawada | -0/+33 |