| Age | Commit message (Expand) | Author | Lines |
| 2025-09-27 | Remove `cfg(bootstrap)` for `doc_cfg` feature following #141925 | Guillaume Gomez | -49/+21 |
| 2025-09-27 | Remove `doc_cfg_hide` feature | Guillaume Gomez | -1/+1 |
| 2025-09-27 | Implement RFC 3631 | Guillaume Gomez | -21/+48 |
| 2025-09-26 | Update CURRENT_RUSTC_VERSION post-bump | Mark Rousskov | -93/+93 |
| 2025-09-25 | Auto merge of #147037 - matthiaskrgr:rollup-xtgqzuu, r=matthiaskrgr | bors | -0/+12 |
| 2025-09-25 | Rollup merge of #146924 - cptpiepmatz:doc-nonzero-const-creation, r=joboet | Matthias Krüger | -0/+12 |
| 2025-09-25 | add doc for `NonZero*` const creation | Tim 'Piepmatz' Hesse | -0/+12 |
| 2025-09-25 | Auto merge of #147019 - Zalathar:rollup-boxzbmo, r=Zalathar | bors | -12/+16 |
| 2025-09-25 | Rollup merge of #146735 - Qelxiros:const_mul_add, r=tgross35,RalfJung | Stuart Cook | -12/+16 |
| 2025-09-25 | Auto merge of #147003 - matthiaskrgr:rollup-b5z9uiz, r=matthiaskrgr | bors | -4/+8 |
| 2025-09-24 | Rollup merge of #146950 - joboet:cstr_default, r=tgross35 | Matthias Krüger | -3/+1 |
| 2025-09-24 | unstably constify float mul_add methods | Jeremy Smart | -12/+16 |
| 2025-09-24 | Clarify Display for error should not include source | Stepan Koltsov | -1/+7 |
| 2025-09-24 | Rollup merge of #146915 - clarfonthey:safe-intrinsics-2, r=RalfJung | Matthias Krüger | -20/+14 |
| 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 #146818 - npmccallum:total_cmp, r=fee1-dead | Matthias Krüger | -4/+8 |
| 2025-09-23 | Rollup merge of #146632 - ctz:jbp-adaptor-spelling, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2025-09-23 | Auto merge of #146317 - saethlin:panic=immediate-abort, r=nnethercote | bors | -58/+61 |
| 2025-09-22 | Auto merge of #146683 - clarfonthey:safe-intrinsics, r=RalfJung,Amanieu | bors | -125/+97 |
| 2025-09-22 | constify {float}::total_cmp() | Nathaniel McCallum | -4/+8 |
| 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 | -125/+97 |
| 2025-09-21 | Change the cfg to a dash | Ben Kimock | -54/+54 |
| 2025-09-21 | Add panic=immediate-abort | Ben Kimock | -58/+61 |
| 2025-09-21 | Rollup merge of #145664 - Darksonn:stab-file-with-nul, r=Mark-Simulacrum | Stuart Cook | -1/+2 |
| 2025-09-19 | Fix std build for xtensa | Thalia Archibald | -0/+1 |
| 2025-09-19 | Rollup merge of #146690 - npmccallum:convo, r=tgross35 | Matthias Krüger | -1/+3 |
| 2025-09-18 | Specialize `Iterator::eq[_by]` for `TrustedLen` iterators | Yotam Ofek | -4/+48 |
| 2025-09-17 | add `[const] PartialEq` bound to `PartialOrd` | Nathaniel McCallum | -1/+3 |
| 2025-09-17 | Rollup merge of #146564 - cjgillot:mir-nolen, r=scottmcm | Stuart Cook | -2/+9 |
| 2025-09-17 | Rollup merge of #146410 - hkBst:repeat-1, r=jhpratt | Stuart Cook | -3/+4 |
| 2025-09-17 | Rollup merge of #145660 - jbatez:darwin_objc, r=jdonszelmann,madsmtm,tmandry | Stuart Cook | -0/+157 |
| 2025-09-16 | Update docs. | Camille Gillot | -1/+2 |
| 2025-09-16 | Remove Rvalue::Len. | Camille Gillot | -1/+7 |
| 2025-09-16 | Fix other uses of "adaptor" | Joe Birr-Pixton | -1/+1 |
| 2025-09-16 | Iterator repeat: no infinite loop for `last` and `count` | Marijn Schouten | -3/+4 |
| 2025-09-16 | Auto merge of #146614 - Zalathar:rollup-hcxvdi1, r=Zalathar | bors | -45/+13 |
| 2025-09-16 | Rollup merge of #146599 - npmccallum:cleanup, r=fmease | Stuart Cook | -6/+3 |
| 2025-09-16 | Rollup merge of #145095 - tiif:unstable_const_param, r=BoxyUwU | Stuart Cook | -39/+10 |
| 2025-09-15 | Rollup merge of #146533 - Zalathar:array-default, r=compiler-errors | Matthias Krüger | -0/+5 |
| 2025-09-15 | replace some `#[const_trait]` with `const trait` | Nathaniel McCallum | -6/+3 |
| 2025-09-15 | Remove UnsizedConstParamTy trait and make it into an unstable impl | tiif | -39/+10 |
| 2025-09-15 | Rollup merge of #146284 - Kivooeo:blazing-fast-division-bignum, r=Mark-Simula... | Matthias Krüger | -37/+0 |
| 2025-09-14 | Note some previous attempts to change the Default impl for `[T; 0]` | Zalathar | -0/+5 |
| 2025-09-13 | initial implementation of the darwin_objc unstable feature | Jo Bates | -0/+157 |
| 2025-09-13 | Rollup merge of #146521 - folkertdev:document-va-arg-safe, r=workingjubilee | Jacob Pratt | -6/+23 |
| 2025-09-13 | c-variadic: document `core::ffi::VaArgSafe` | Folkert de Vries | -6/+23 |
| 2025-09-12 | Constify Eq, Ord, PartialOrd | Evgenii Zheltonozhskii | -103/+216 |
| 2025-09-11 | Rollup merge of #142315 - lolbinarycat:core-dedup-ptr-docs-139190-pt3, r=work... | Stuart Cook | -134/+111 |