| Age | Commit message (Expand) | Author | Lines |
| 2025-06-26 | Tracking issue number for `iter_macro` | Pavel Grigorenko | -3/+3 |
| 2025-06-26 | Rollup merge of #141311 - folkertdev:tidy-natural-sort, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-06-25 | make RefCell unstably const | Daniel Bloom | -35/+63 |
| 2025-06-25 | make `tidy-alphabetical` use a natural sort | Folkert de Vries | -1/+1 |
| 2025-06-25 | Add `sym::macro_pin` diagnostic item for `core::pin::pin!()` | Samuel Tardieu | -0/+1 |
| 2025-06-25 | Add Sub, Mul, Div, Rem as const_traits | Kurt Heiritz (pseudo) | -5/+19 |
| 2025-06-24 | Corrected spelling mistake in c_str.rs | MetaNova | -1/+1 |
| 2025-06-24 | Rollup merge of #142704 - tgross35:remove-concat_idents, r=fee1-dead | Guillaume Gomez | -41/+1 |
| 2025-06-24 | Rollup merge of #137268 - bjoernager:c-string-eq-c-str, r=Amanieu | Guillaume Gomez | -0/+14 |
| 2025-06-24 | Remove the deprecated `concat_idents!` macro | Trevor Gross | -41/+1 |
| 2025-06-24 | Rollup merge of #142894 - pthariensflame:patch-1, r=jhpratt | Guillaume Gomez | -1/+1 |
| 2025-06-24 | Rollup merge of #142779 - Erk-:fix/core/142734, r=jhpratt | Guillaume Gomez | -0/+6 |
| 2025-06-23 | Rollup merge of #140985 - zachs18:fuse-default-some, r=tgross35 | Jubilee | -1/+23 |
| 2025-06-23 | Use a NonNull pointer | Alice Ryhl | -4/+7 |
| 2025-06-23 | Make `PartialEq` a `const_trait` | Oli Scherer | -9/+16 |
| 2025-06-22 | phantom_variance_markers: fix identifier usage in macro | Laine Taffin Altman | -1/+1 |
| 2025-06-22 | Rollup merge of #142594 - mejrs:new_desugaring, r=chenyukang | Guillaume Gomez | -7/+12 |
| 2025-06-22 | Make doc for transpose api better | yukang | -6/+6 |
| 2025-06-22 | Implement DesugaringKind::FormatLiteral | mejrs | -7/+12 |
| 2025-06-22 | Rollup merge of #142800 - tshepang:extraneous, r=Mark-Simulacrum | Jacob Pratt | -455/+0 |
| 2025-06-21 | add nvptx_target_feature | Jed Brown | -0/+1 |
| 2025-06-21 | Rollup merge of #142788 - lolbinarycat:core-AsciiChar-alias, r=tgross35 | Matthias Krüger | -0/+1 |
| 2025-06-21 | Rollup merge of #142787 - samueltardieu:diag-items-for-clippy, r=Manishearth,... | Matthias Krüger | -0/+5 |
| 2025-06-20 | Rollup merge of #142756 - Daniel-Aaron-Bloom:const-clone, r=oli-obk | Trevor Gross | -2/+8 |
| 2025-06-20 | Rollup merge of #142485 - mu001999-contrib:dead-code/adt-pattern, r=petrochenkov | Trevor Gross | -1/+0 |
| 2025-06-20 | Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35 | bors | -0/+160 |
| 2025-06-20 | integer docs: remove extraneous text | Tshepang Mbambo | -455/+0 |
| 2025-06-20 | Rollup merge of #142331 - deven:trim_prefix_suffix, r=Amanieu | Trevor Gross | -0/+160 |
| 2025-06-20 | add doc(alias("AsciiChar")) to core::ascii::Char | binarycat | -0/+1 |
| 2025-06-20 | Add diagnostic items for Clippy | Samuel Tardieu | -0/+5 |
| 2025-06-20 | Add note about `str::split` handling of no matches. | Valdemar Erk | -0/+6 |
| 2025-06-20 | Convert `ilog(10)` to `ilog10()` | Chai T. Rex | -4/+4 |
| 2025-06-20 | Auto merge of #142294 - GuillaumeGomez:specialize-tostring-on-128-integers, r... | bors | -94/+105 |
| 2025-06-19 | Make `Clone` a `const_trait` | Daniel Bloom | -2/+8 |
| 2025-06-19 | Add methods for converting bool to `Result<(), E>` | LimpSquid | -0/+67 |
| 2025-06-19 | Auto merge of #140748 - m-ou-se:super-format-args3, r=jdonszelmann | bors | -36/+2 |
| 2025-06-19 | Do not include NUL-terminator in computed length | Alice Ryhl | -13/+22 |
| 2025-06-18 | Fix `core::iter::Fuse`'s `Default` impl to do what it's docs say it does. | Zachary S | -1/+23 |
| 2025-06-18 | Auto merge of #142689 - Urgau:rollup-4ho6835, r=Urgau | bors | -92/+210 |
| 2025-06-18 | Rollup merge of #138237 - reitermarkus:remove-escape-debug-inner, r=tgross35 | Urgau | -92/+210 |
| 2025-06-18 | Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc... | Jakub Beránek | -1/+0 |
| 2025-06-18 | Allow storing `format_args!()` in `let`. | Mara Bos | -36/+2 |
| 2025-06-18 | Auto merge of #130887 - Soveu:repeatn, r=scottmcm | bors | -118/+43 |
| 2025-06-17 | Rollup merge of #142620 - a1phyr:borrowed_buf_remove_branch, r=jhpratt | Jacob Pratt | -3/+3 |
| 2025-06-17 | Rollup merge of #141574 - fee1-dead-contrib:push-owzulzmzszzx, r=jhpratt | Jacob Pratt | -0/+7 |
| 2025-06-17 | Auto merge of #142613 - workingjubilee:rollup-yuod2hg, r=workingjubilee | bors | -47/+46 |
| 2025-06-17 | Auto merge of #137944 - davidtwco:sized-hierarchy, r=oli-obk | bors | -194/+244 |
| 2025-06-17 | Remove a panicking branch in `BorrowedCursor::advance` | Benoît du Garreau | -3/+3 |
| 2025-06-17 | Rollup merge of #142216 - nealsid:refcell-logging, r=tgross35 | Jubilee | -36/+30 |
| 2025-06-17 | Rollup merge of #141946 - xizheyin:141933, r=jhpratt | Jubilee | -11/+16 |