| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-06-16 | lint: don't consider sizedness in upcastable lint | David Wood | -1/+0 |
| 2025-06-16 | library/compiler: add `PointeeSized` bounds | David Wood | -193/+207 |
| 2025-06-16 | Rename BorrowFlag type to BorrowCounter | Neal | -12/+12 |
| 2025-06-16 | Two changes: Have BorrowError & BorrowMutError derive Debug and add | Neal | -24/+18 |
| 2025-06-16 | trait_sel: `{Meta,Pointee}Sized` on `Sized` types | David Wood | -1/+38 |
| 2025-06-16 | Rollup merge of #142373 - m-ou-se:debug-for-location, r=tgross35 | Jakub Beránek | -1/+12 |
| 2025-06-16 | Specialize `ToString` implementation on `u128` and `i128` | Guillaume Gomez | -15/+13 |
| 2025-06-16 | Implement `_fmt` on `u128` | Guillaume Gomez | -94/+107 |
| 2025-06-15 | small iter.intersperse.fold() optimization | The 8472 | -1/+10 |
| 2025-06-15 | Get rid of `EscapeDebugInner`. | Markus Reiter | -92/+210 |
| 2025-06-15 | Add `simd_funnel_sh{l,r}` and `simd_round_ties_even` | sayantn | -0/+42 |
| 2025-06-14 | Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errors | Matthias Krüger | -2/+26 |
| 2025-06-14 | Marks ADT live if it appears in pattern | Mu001999 | -1/+0 |
| 2025-06-13 | Rollup merge of #142439 - scrabsha:rust/sasha/uwkqrkztvqry, r=RalfJung | Jubilee | -0/+4 |
| 2025-06-13 | 100% safe implementation of RepeatN | Soveu | -118/+43 |
| 2025-06-13 | doc: mention that intrinsics should not be called in user code | Sasha Pourcelot | -0/+4 |
| 2025-06-13 | Auto merge of #142442 - matthiaskrgr:rollup-6yodjfx, r=matthiaskrgr | bors | -37/+31 |
| 2025-06-13 | Auto merge of #142432 - matthiaskrgr:rollup-ziuls9y, r=matthiaskrgr | bors | -33/+156 |
| 2025-06-13 | Rollup merge of #142410 - RalfJung:align_of, r=WaffleLapkin,workingjubilee | Matthias Krüger | -18/+10 |
| 2025-06-13 | Rollup merge of #142158 - xizheyin:141617, r=jdonszelmann | Matthias Krüger | -18/+18 |
| 2025-06-13 | Rollup merge of #141491 - tamird:cstr-debug-bstr, r=joshtriplett | Matthias Krüger | -1/+3 |
| 2025-06-13 | Unimplement unsized_locals | mejrs | -2/+26 |
| 2025-06-12 | Rollup merge of #142402 - sorairolake:remove-blank-line, r=workingjubilee | Matthias Krüger | -3/+0 |
| 2025-06-12 | Rollup merge of #134536 - Urgau:fn-ptr-option, r=compiler-errors,traviscross | Matthias Krüger | -0/+1 |
| 2025-06-12 | Rollup merge of #142252 - fu5ha:doc-cas-ops, r=ibraheemdev | Matthias Krüger | -33/+146 |
| 2025-06-12 | Rollup merge of #141947 - zachs18:patch-4, r=workingjubilee,traviscross | Matthias Krüger | -0/+3 |
| 2025-06-12 | Rollup merge of #138016 - nwoods-cimpress:slice_chunkby_clone, r=dtolnay | Matthias Krüger | -0/+7 |