| Age | Commit message (Expand) | Author | Lines |
| 2024-07-18 | Rollup merge of #124881 - Sp00ph:reentrant_lock_tid, r=joboet | Matthias Krüger | -26/+144 |
| 2024-07-18 | Update `ReentrantLock` implementation, add `CURRENT_ID` thread local. | Markus Everling | -26/+144 |
| 2024-07-18 | Safely enforce thread name requirements | Chris Denton | -11/+28 |
| 2024-07-18 | Rollup merge of #127077 - tbu-:pr_doc_fd_to_owned, r=workingjubilee | Matthias Krüger | -3/+10 |
| 2024-07-17 | Rollup merge of #127861 - Kriskras99:patch-1, r=tgross35 | Trevor Gross | -11/+11 |
| 2024-07-17 | Rollup merge of #127859 - RalfJung:ptr-dyn-metadata, r=scottmcm | Trevor Gross | -6/+10 |
| 2024-07-17 | Rollup merge of #127845 - workingjubilee:actually-break-up-big-ass-stack-over... | Trevor Gross | -90/+119 |
| 2024-07-17 | Auto merge of #127865 - matthiaskrgr:rollup-8m49dlg, r=matthiaskrgr | bors | -59/+162 |
| 2024-07-17 | feat: adding ext that returns change_time for Windows | Julius Liu | -0/+21 |
| 2024-07-17 | Auto merge of #125942 - timokroeger:windows-once-futex, r=ChrisDenton | bors | -0/+1 |
| 2024-07-17 | Rollup merge of #127337 - celinval:intrinsics-fallback, r=oli-obk | Matthias Krüger | -59/+162 |
| 2024-07-17 | Mention how you can go from `BorrowedFd` to `OwnedFd` and back | Tobias Bucher | -0/+5 |
| 2024-07-17 | Make language around `ToOwned` for `BorrowedFd` more precise | Tobias Bucher | -3/+5 |
| 2024-07-17 | Document the column numbers for the dbg! macro | Kriskras99 | -11/+11 |
| 2024-07-17 | ptr::metadata: update comment on vtable_ptr work-around | Ralf Jung | -4/+7 |
| 2024-07-17 | ptr::metadata: avoid references to extern types | Ralf Jung | -2/+3 |
| 2024-07-17 | Split part of `adt_const_params` into `unsized_const_params` | Boxy | -19/+63 |
| 2024-07-17 | Forbid `!Sized` types and references | Boxy | -3/+12 |
| 2024-07-17 | Rollup merge of #127813 - ChrisDenton:win-futex, r=joboet | Trevor Gross | -5/+8 |
| 2024-07-17 | Rollup merge of #127763 - ChrisDenton:safe-unsafe-unsafe, r=tgross35 | Trevor Gross | -90/+111 |
| 2024-07-17 | unix: unsafe-wrap install_main_guard_default | Jubilee Young | -9/+12 |
| 2024-07-17 | unix: clean up install_main_guard_freebsd | Jubilee Young | -13/+12 |
| 2024-07-16 | unix: stack_start_aligned is a safe fn | Jubilee Young | -7/+9 |
| 2024-07-16 | unix: split stack_overflow::install_main_guard by os | Jubilee Young | -90/+115 |
| 2024-07-17 | Prevent double reference in generic futex | Chris Denton | -5/+8 |
| 2024-07-17 | Narrow the scope of the ReadFile unsafe block | Chris Denton | -11/+12 |
| 2024-07-17 | forbid(unsafe_op_in_unsafe_fn) in sys/os_str | Chris Denton | -2/+2 |
| 2024-07-16 | Rollup merge of #127836 - workingjubilee:forbid-unsafe-ops-in-xous-uefi, r=tg... | Trevor Gross | -1/+4 |
| 2024-07-16 | Rollup merge of #127833 - risc0:erik/zkvm-deny-unsafe, r=workingjubilee | Trevor Gross | -1/+2 |
| 2024-07-16 | Rollup merge of #127807 - ChrisDenton:win-parking, r=joboet | Trevor Gross | -26/+39 |
| 2024-07-16 | Rollup merge of #127792 - workingjubilee:read-unaligned-is-dwarfier, r=joboet | Trevor Gross | -14/+12 |
| 2024-07-16 | Rollup merge of #127444 - Sky9x:cstr-bytes-iter, r=dtolnay | Trevor Gross | -2/+15 |
| 2024-07-16 | Rollup merge of #126776 - nnethercote:rustfmt-use-pre-cleanups-2, r=cuviper | Trevor Gross | -36/+43 |
| 2024-07-16 | Rollup merge of #126271 - diondokter:dec2flt-skip-fast-path, r=tgross35 | Trevor Gross | -2/+4 |
| 2024-07-16 | Rollup merge of #125206 - mgeisler:simplify-std-env-vars, r=jhpratt,tgross35 | Trevor Gross | -10/+4 |
| 2024-07-16 | uefi: Forbid unwrapped unsafe in platform modules | Jubilee Young | -0/+2 |
| 2024-07-17 | Cfg nit | Dion Dokter | -1/+1 |
| 2024-07-16 | xous: Forbid unwrapped unsafe in platform modules | Jubilee Young | -1/+2 |
| 2024-07-16 | zkvm: add `#[forbid(unsafe_op_in_unsafe_fn)]` in `stdlib` | Erik Kaneda | -1/+2 |
| 2024-07-17 | Adjust some comments on individual `use` declarations. | Nicholas Nethercote | -2/+1 |
| 2024-07-17 | Avoid comments that describe multiple `use` items. | Nicholas Nethercote | -30/+41 |
| 2024-07-17 | Merge some `core::iter` entries. | Nicholas Nethercote | -4/+1 |
| 2024-07-16 | Add unsafe blocks in unsafe Thread::new | Chris Denton | -13/+17 |
| 2024-07-16 | Remove `slice_to_end` | Chris Denton | -18/+13 |
| 2024-07-16 | std: unwrapped unsafe is VERBOTEN! | Jubilee | -1/+1 |
| 2024-07-16 | Rollup merge of #127789 - Sword-Destiny:master, r=petrochenkov | Matthias Krüger | -27/+29 |
| 2024-07-16 | Use futex.rs for Windows thread parking | Chris Denton | -26/+39 |
| 2024-07-16 | std: Use read_unaligned for reading DWARF | Jubilee Young | -14/+12 |
| 2024-07-16 | Rollup merge of #127047 - tspiteri:f128-aconsts-lsd, r=tgross35 | Trevor Gross | -3/+3 |
| 2024-07-16 | deny unsafe_op_in_unsafe_fn for teeos | 袁浩----天命剑主 | -0/+1 |