| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-06-12 | Delegate `<CStr as Debug>` to `ByteStr` | Tamir Duberstein | -1/+3 |
| 2025-06-12 | intrinsics: rename min_align_of to align_of | Ralf Jung | -18/+10 |
| 2025-06-12 | Tracking the old name of renamed unstable library attribute | xizheyin | -18/+18 |
| 2025-06-12 | chore(doctest): Remove redundant blank lines | Shun Sakai | -3/+0 |
| 2025-06-12 | Allow `unpredictable_function_pointer_comparisons` lint in more places | Urgau | -0/+1 |
| 2025-06-12 | Auto merge of #136594 - pascaldekloe:fmt-int128, r=tgross35 | bors | -152/+128 |
| 2025-06-11 | Fix Debug for Location. | Mara Bos | -1/+12 |
| 2025-06-11 | stabilize gai | Boxy | -1/+0 |
| 2025-06-11 | faster fmt::Display of 128-bit integers, without unsafe pointer | Pascal S. de Kloe | -152/+128 |
| 2025-06-11 | Add trim_prefix and trim_suffix for slice and str. | Deven T. Corzine | -0/+160 |
| 2025-06-11 | feat: Add `bit_width` for unsigned integer types | Shun Sakai | -0/+24 |
| 2025-06-10 | core docs: improve clarity of considerations about atomic CAS operations | Gray Olson | -33/+146 |
| 2025-06-10 | Rollup merge of #142262 - aDotInTheVoid:nomemchr, r=Noratrieb | León Orell Valerian Liehr | -0/+1 |