| Age | Commit message (Expand) | Author | Lines |
| 2025-09-23 | Auto merge of #146317 - saethlin:panic=immediate-abort, r=nnethercote | bors | -91/+84 |
| 2025-09-22 | Mutex/RwLock/ReentrantLock::data_ptr to be const fn | Peter Lyons Kehl | -5/+5 |
| 2025-09-22 | Auto merge of #146892 - GuillaumeGomez:rollup-fa7lp0n, r=GuillaumeGomez | bors | -18/+0 |
| 2025-09-22 | Rollup merge of #146887 - taiki-e:rc-doc-feature, r=joboet | Guillaume Gomez | -18/+0 |
| 2025-09-22 | Auto merge of #146683 - clarfonthey:safe-intrinsics, r=RalfJung,Amanieu | bors | -178/+150 |
| 2025-09-22 | constify {float}::total_cmp() | Nathaniel McCallum | -90/+93 |
| 2025-09-22 | Remove unused #![feature(get_mut_unchecked)] in Rc and Arc examples | Taiki Endo | -18/+0 |
| 2025-09-22 | Rollup merge of #146878 - RalfJung:check_language_ub, r=tgross35 | Stuart Cook | -9/+10 |
| 2025-09-22 | Rollup merge of #146846 - hkBst:btree-2, r=tgross35 | Stuart Cook | -2/+3 |
| 2025-09-22 | Rollup merge of #146397 - pthariensflame:patch-1, r=Amanieu | Stuart Cook | -5/+17 |
| 2025-09-22 | avoid violating `slice::from_raw_parts` safety contract in `Vec::extract_if` | Petros Angelatos | -25/+39 |
| 2025-09-22 | assert_unsafe_precondition: fix some incorrect check_language_ub | Ralf Jung | -9/+10 |
| 2025-09-21 | Mark float intrinsics with no preconditions as safe | ltdk | -178/+150 |
| 2025-09-21 | Rollup merge of #146639 - joboet:shared-stdiopipes, r=Mark-Simulacrum | Matthias Krüger | -34/+21 |
| 2025-09-21 | Rollup merge of #146486 - ferrocene:pvdrz/improve-atomic-coverage, r=ibraheemdev | Matthias Krüger | -4/+240 |
| 2025-09-21 | Allow shared access to `Exclusive<T>` when `T: Sync` | Jules Bertholet | -10/+104 |
| 2025-09-21 | std: merge definitions of `StdioPipes` | joboet | -34/+21 |
| 2025-09-21 | Change the cfg to a dash | Ben Kimock | -74/+74 |
| 2025-09-21 | Add panic=immediate-abort | Ben Kimock | -91/+84 |
| 2025-09-21 | btree InternalNode::new safety comments | Marijn Schouten | -2/+3 |
| 2025-09-21 | Rollup merge of #146822 - saethlin:bbbbbstd, r=Noratrieb | Stuart Cook | -1/+1 |
| 2025-09-21 | Rollup merge of #146820 - cammeresi:alloc-20250919, r=tgross35 | Stuart Cook | -2/+11 |
| 2025-09-21 | Rollup merge of #145664 - Darksonn:stab-file-with-nul, r=Mark-Simulacrum | Stuart Cook | -1/+2 |
| 2025-09-21 | Rollup merge of #144091 - thaliaarchi:stabilize-new-zeroed, r=Mark-Simulacrum | Stuart Cook | -41/+6 |
| 2025-09-21 | Rollup merge of #140983 - tkr-sh:master, r=ibraheemdev | Stuart Cook | -16/+16 |
| 2025-09-20 | Fix old typo in lang_start_internal comment | Ben Kimock | -1/+1 |
| 2025-09-20 | Rollup merge of #146800 - thaliaarchi:fix-move-pal-thread, r=joboet | Matthias Krüger | -8/+3 |
| 2025-09-20 | Rollup merge of #146762 - madsmtm:test-apple-sim, r=jieyouxu | Matthias Krüger | -26/+96 |
| 2025-09-20 | docs: improve doc of some methods w/ ranges | tk | -16/+16 |
| 2025-09-20 | Auto merge of #146621 - cammeresi:peek-20250915, r=Amanieu | bors | -44/+51 |
| 2025-09-19 | Add unstable attribute to BTreeMap-related allocator generics | Sidney Cammeresi | -2/+11 |
| 2025-09-19 | Update cfg_if! to cfg_select! | Thalia Archibald | -1/+1 |
| 2025-09-19 | Fix std build for xtensa | Thalia Archibald | -0/+1 |
| 2025-09-19 | Fix unsupported std::sys::thread | Thalia Archibald | -7/+1 |
| 2025-09-19 | Rollup merge of #146785 - hkBst:btree-1, r=joboet | Matthias Krüger | -1/+7 |
| 2025-09-19 | Rollup merge of #146690 - npmccallum:convo, r=tgross35 | Matthias Krüger | -1/+3 |
| 2025-09-19 | btree: safety comments for init and new | Marijn Schouten | -1/+7 |
| 2025-09-19 | Rollup merge of #146709 - a4lg:stdarch-sync-20250917, r=Kobzol | Stuart Cook | -10367/+1891 |
| 2025-09-19 | Rollup merge of #146691 - alexcrichton:wasip1-remove-dir-all-buffer, r=juntyr | Stuart Cook | -1/+8 |
| 2025-09-19 | Rollup merge of #146541 - joboet:simplify-lookup-host, r=tgross35 | Stuart Cook | -193/+50 |
| 2025-09-19 | Fix test suite in iOS/tvOS/watchOS/visionOS simulator | Mads Marquart | -26/+96 |
| 2025-09-19 | std: simplify host lookup | joboet | -193/+50 |
| 2025-09-18 | Plumb Allocator generic into `std::vec::PeekMut` | Sidney Cammeresi | -44/+51 |
| 2025-09-18 | Auto merge of #137122 - yotamofek:pr/std/iter-eq-exact-size, r=the8472 | bors | -4/+48 |
| 2025-09-18 | Specialize `Iterator::eq[_by]` for `TrustedLen` iterators | Yotam Ofek | -4/+48 |
| 2025-09-18 | Rollup merge of #146487 - ferrocene:pvdrz/improve-num-coverage, r=joboet | Matthias Krüger | -0/+7 |
| 2025-09-17 | std: Fix WASI implementation of `remove_dir_all` | Alex Crichton | -1/+8 |
| 2025-09-17 | add `[const] PartialEq` bound to `PartialOrd` | Nathaniel McCallum | -1/+3 |
| 2025-09-17 | Auto merge of #146685 - jdonszelmann:rollup-kwuih4z, r=jdonszelmann | bors | -1/+1 |
| 2025-09-17 | Auto merge of #139849 - thaliaarchi:args/zkvm, r=ibraheemdev | bors | -45/+58 |