| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-11-08 | kmc-solid: Implement `AsFd` and conversion to/from `OwnedFd` for `{TcpStream,... | Tomoaki Kawada | -0/+26 |
| 2023-11-08 | kmc-solid: Document I/O safety in `std::os::solid::io` | Tomoaki Kawada | -0/+44 |
| 2023-11-08 | kmc-solid: Add `std::os::solid::io::{BorrowedFd,OwnedFd,AsFd}` | Tomoaki Kawada | -0/+191 |
| 2023-11-04 | Improve documentation | Jonathan Behrens | -1/+5 |
| 2023-11-04 | detect EOF earlier | The 8472 | -5/+7 |
| 2023-11-04 | avoid excessive initialization when copying to a Vec | The 8472 | -17/+47 |
| 2023-11-02 | Add insta-stable std::hash::{DefaultHasher, RandomState} exports | ltdk | -8/+8 |
| 2023-11-02 | Move RandomState and DefaultHasher into std::hash, but don't export for now | ltdk | -161/+266 |
| 2023-11-01 | Auto merge of #115356 - devnexen:haiku_set_name_use_return, r=thomcc | bors | -1/+3 |
| 2023-11-01 | Auto merge of #117422 - joshtriplett:stabilize-file-times, r=workingjubilee | bors | -21/+19 |
| 2023-10-31 | Add support for pre-unix-epoch file dates on Apple platforms (#108277) | Sebastian Thiel | -0/+66 |
| 2023-10-31 | Stabilize `file_set_times` | Josh Triplett | -21/+19 |
| 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-29 | Add tracking issue | Jonathan Behrens | -1/+1 |
| 2023-10-30 | Auto merge of #117332 - saethlin:panic-immediate-abort, r=workingjubilee | bors | -1/+59 |
| 2023-10-29 | Increase the reach of panic_immediate_abort | Ben Kimock | -1/+59 |
| 2023-10-28 | Remove asmjs from library | Jubilee Young | -14/+0 |
| 2023-10-29 | Don't use LFS64 symbols on musl | git-bruh | -14/+42 |
| 2023-10-28 | Rollup merge of #116816 - ChrisDenton:api.rs, r=workingjubilee | Jubilee | -53/+212 |
| 2023-10-27 | Rollup merge of #117281 - RalfJung:thread-safety, r=thomcc | Matthias Krüger | -0/+2 |
| 2023-10-27 | Rollup merge of #117270 - jhpratt:hide-print-internals, r=ChrisDenton | Matthias Krüger | -0/+1 |
| 2023-10-27 | std::thread: add SAFETY comment | Ralf Jung | -0/+2 |
| 2023-10-27 | Auto merge of #117272 - matthiaskrgr:rollup-upg122z, r=matthiaskrgr | bors | -8/+8 |
| 2023-10-27 | Hide internal methods from documentation | Jacob Pratt | -0/+1 |
| 2023-10-27 | replace transmute by raw pointer cast | Ralf Jung | -8/+8 |
| 2023-10-26 | Error if symlinks not supported in CI | Chris Denton | -1/+1 |
| 2023-10-25 | Stabilize `[const_]pointer_byte_offsets` | Maybe Waffle | -1/+0 |
| 2023-10-25 | Auto merge of #117102 - devnexen:dfbsd_stack_overflow_upd, r=thomcc | bors | -2/+12 |