| Age | Commit message (Expand) | Author | Lines |
| 2025-09-25 | Auto merge of #147019 - Zalathar:rollup-boxzbmo, r=Zalathar | bors | -148/+1191 |
| 2025-09-25 | Rollup merge of #147007 - LawnGnome:tosocketaddrs-doc, r=tgross35 | Stuart Cook | -0/+2 |
| 2025-09-25 | Rollup merge of #146737 - RalfJung:f16-f128-miri, r=tgross35 | Stuart Cook | -17/+15 |
| 2025-09-25 | Rollup merge of #146735 - Qelxiros:const_mul_add, r=tgross35,RalfJung | Stuart Cook | -94/+59 |
| 2025-09-25 | Rollup merge of #145973 - vexide:vex-std, r=tgross35 | Stuart Cook | -1/+992 |
| 2025-09-25 | Rollup merge of #145067 - btj:patch-3, r=tgross35 | Stuart Cook | -36/+123 |
| 2025-09-25 | Auto merge of #147003 - matthiaskrgr:rollup-b5z9uiz, r=matthiaskrgr | bors | -35/+66 |
| 2025-09-24 | Explicitly note `&[SocketAddr]` impl of `ToSocketAddrs`. | Adam Harvey | -0/+2 |
| 2025-09-24 | Rollup merge of #146958 - el-ev:fix_path_string_eq_recurse, r=joboet | Matthias Krüger | -9/+19 |
| 2025-09-24 | Rollup merge of #146950 - joboet:cstr_default, r=tgross35 | Matthias Krüger | -8/+3 |
| 2025-09-24 | Rollup merge of #146679 - stepancheg:error-display-source, r=dtolnay | Matthias Krüger | -1/+7 |
| 2025-09-24 | Repro duration_since regression from issue 146228 | Stepan Koltsov | -17/+37 |
| 2025-09-24 | unstably constify float mul_add methods | Jeremy Smart | -94/+59 |
| 2025-09-24 | Clarify Display for error should not include source | Stepan Koltsov | -1/+7 |
| 2025-09-24 | Rollup merge of #146964 - Ayush1325:close-protocol, r=joboet | Matthias Krüger | -0/+4 |
| 2025-09-24 | Rollup merge of #146915 - clarfonthey:safe-intrinsics-2, r=RalfJung | Matthias Krüger | -20/+14 |
| 2025-09-24 | std: add support for armv7a-vex-v5 target | Tropical | -1/+992 |
| 2025-09-24 | f16_f128: enable some more tests in Miri | Ralf Jung | -17/+15 |
| 2025-09-24 | Fix infinite recursion in Path::eq with String | Iris Shi | -9/+19 |
| 2025-09-24 | alloc: simplify `Default` for `Box<CStr>` and `Rc<CStr>` | joboet | -5/+2 |
| 2025-09-24 | library: std: sys: pal: uefi: Add some comments | Ayush Singh | -0/+4 |
| 2025-09-24 | core: simplify `CStr::default()` | joboet | -3/+1 |
| 2025-09-23 | Make missed precondition-free float intrinsics safe | ltdk | -20/+14 |
| 2025-09-23 | Rollup merge of #146904 - peter-lyons-kehl:140368_data_ptr_const_fn, r=Amanieu | Matthias Krüger | -5/+5 |
| 2025-09-23 | Rollup merge of #146818 - npmccallum:total_cmp, r=fee1-dead | Matthias Krüger | -90/+93 |
| 2025-09-23 | Rollup merge of #146632 - ctz:jbp-adaptor-spelling, r=petrochenkov | Matthias Krüger | -2/+2 |
| 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 | 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 | 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 |