| Age | Commit message (Expand) | Author | Lines |
| 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-15 | avoid exhaustive i16 test in Miri | Ralf Jung | -2/+5 |
| 2023-11-16 | remove unnecessary drop | zhiqiangxu | -2/+1 |
| 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-14 | Auto merge of #117330 - tmiasko:custom-mir-cleanup-blocks, r=cjgillot | bors | -15/+73 |
| 2023-11-14 | Custom MIR: Support cleanup blocks | Tomasz Miąsko | -15/+73 |
| 2023-11-14 | Auto merge of #116301 - mj10021:issue-115737-fix, r=cuviper | bors | -7/+24 |
| 2023-11-13 | Auto merge of #116866 - slanterns:inspect-stabilize, r=BurntSushi | bors | -13/+4 |
| 2023-11-12 | Reenable effects in libcore | Deadbeef | -0/+1 |
| 2023-11-11 | round to even | James Dietz | -349/+13 |
| 2023-11-11 | fix rounding issue with exponents in fmt | James Dietz | -4/+357 |
| 2023-11-11 | Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnay | bors | -222/+302 |
| 2023-11-11 | clarify ABI compatibility of fn ptr types and ptr types | Ralf Jung | -9/+9 |
| 2023-11-10 | Update variable name to fix `unused_variables` warning | Duo Wang | -1/+1 |
| 2023-11-10 | add 'import functions' to the list of situations where ABI compatibility come... | Ralf Jung | -5/+8 |
| 2023-11-10 | CFI: Add missing use core::ffi::c_int | Ramon de C Valle | -0/+2 |
| 2023-11-10 | Auto merge of #117572 - RalfJung:addr_of, r=cuviper | bors | -6/+24 |
| 2023-11-10 | mention null explicitly | Ralf Jung | -2/+2 |
| 2023-11-10 | Rollup merge of #117730 - jmillikin:fmt-debug-helper-fns, r=cuviper | Matthias Krüger | -13/+136 |
| 2023-11-10 | Rollup merge of #117039 - scottmcm:clarify-get-unchecked, r=cuviper | Matthias Krüger | -0/+10 |
| 2023-11-10 | Closure-consuming helper functions for `fmt::Debug` helpers | John Millikin | -13/+136 |
| 2023-11-09 | Rollup merge of #117694 - jmillikin:core-io-borrowed-buf, r=m-ou-se | Takayuki Maeda | -22/+30 |
| 2023-11-09 | Rollup merge of #116762 - WaffleLapkin:fixup_fromptr_docs, r=RalfJung | Takayuki Maeda | -43/+81 |
| 2023-11-09 | Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io` | John Millikin | -22/+30 |
| 2023-11-08 | Auto merge of #116930 - RalfJung:raw-ptr-match, r=davidtwco | bors | -0/+1 |
| 2023-11-08 | Refactor `binary_search_by` to use conditional moves | okaneco | -9/+8 |
| 2023-11-08 | Auto merge of #115460 - zachs18:borrowedcursor_write_no_panic, r=dtolnay | bors | -2/+3 |
| 2023-11-07 | Fix addition formatting | scottmcm | -2/+2 |
| 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-07 | Document how rust atomics work wrt mixed-sized and non-atomic accesses | Maybe Waffle | -43/+81 |
| 2023-11-07 | Auto merge of #117617 - Urgau:bump-libc-0.2.150, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-11-06 | Rollup merge of #117631 - smarnach:error-request-doc-fix, r=ChrisDenton | Matthias Krüger | -4/+4 |
| 2023-11-06 | Auto merge of #116988 - RalfJung:null, r=WaffleLapkin | bors | -0/+10 |
| 2023-11-06 | Documentation cleanup for core::error::Request. | Sven Marnach | -4/+4 |
| 2023-11-06 | Auto merge of #117576 - the8472:fix-io-copy-vec, r=Mark-Simulacrum | bors | -22/+54 |
| 2023-11-05 | Auto merge of #96979 - SabrinaJewson:waker-update, r=workingjubilee | bors | -1/+14 |
| 2023-11-05 | Add `Duration::abs_diff` | Ole Bertram | -0/+35 |
| 2023-11-05 | Auto merge of #117179 - Voultapher:fix-useless-comp-in-partition-equal, r=Mar... | bors | -3/+10 |
| 2023-11-05 | libc: bump dependency to 0.2.150 | Urgau | -1/+1 |
| 2023-11-05 | Auto merge of #117537 - GKFX:offset-of-enum-feature, r=cjgillot | bors | -0/+1 |