| Age | Commit message (Expand) | Author | Lines |
| 2025-07-15 | Rollup merge of #143907 - Kijewski:pr-inline-split_at_unchecked, r=Mark-Simul... | Samuel Tardieu | -0/+1 |
| 2025-07-15 | constify `Index` trait and its slice impls | Oli Scherer | -13/+23 |
| 2025-07-15 | constify some methods using `SliceIndex` | Oli Scherer | -16/+25 |
| 2025-07-15 | constify `SliceIndex` trait | Oli Scherer | -25/+53 |
| 2025-07-14 | Auto merge of #142885 - a1phyr:borrowed_cursor_to_buf, r=Mark-Simulacrum | bors | -0/+51 |
| 2025-07-14 | update `cfg_select!` documentation | Folkert de Vries | -9/+7 |
| 2025-07-14 | Rollup merge of #143710 - joshtriplett:random-updates, r=joshtriplett | Samuel Tardieu | -40/+25 |
| 2025-07-14 | Rollup merge of #143917 - theemathas:change-allocated-object-to-allocation, r... | Jakub Beránek | -3/+3 |
| 2025-07-14 | Rollup merge of #143875 - fee1-dead-contrib:push-zvqrmzrprpzt, r=compiler-errors | Jakub Beránek | -22/+22 |
| 2025-07-14 | Change "allocated object" to "allocation". | Tim (Theemathas) Chirananthavat | -3/+3 |
| 2025-07-13 | core: make `str::split_at_unchecked()` inline | René Kijewski | -0/+1 |
| 2025-07-13 | Auto merge of #143461 - folkertdev:cfg-select-builtin-macro, r=petrochenkov | bors | -21/+5 |
| 2025-07-13 | update issue number for `const_trait_impl` | Deadbeef | -22/+22 |
| 2025-07-13 | Rollup merge of #143774 - oli-obk:const_from, r=fee1-dead | Matthias Krüger | -8/+21 |
| 2025-07-13 | Rollup merge of #143554 - okaneco:const_slice_rotate, r=Amanieu,tgross35 | Matthias Krüger | -9/+21 |
| 2025-07-13 | make `cfg_select` a builtin macro | Folkert de Vries | -21/+5 |
| 2025-07-13 | Rollup merge of #143803 - RalfJung:const-trait-tracking, r=compiler-errors | León Orell Valerian Liehr | -18/+18 |
| 2025-07-12 | Auto merge of #143766 - matthiaskrgr:rollup-0x7t69s, r=matthiaskrgr | bors | -2/+5 |
| 2025-07-12 | Fixed a core crate compilation failure when enabling the `optimize_for_size` ... | nazo6 | -4/+5 |
| 2025-07-12 | Add Ref/RefMut try_map method | Pavel Grigorenko | -0/+93 |
| 2025-07-11 | slice: Mark `rotate_left`, `rotate_right` unstably const | okaneco | -9/+21 |
| 2025-07-11 | random: Provide a `Distribution<T>` trait | Josh Triplett | -40/+20 |
| 2025-07-11 | fix const_ops tracking issue | Ralf Jung | -12/+12 |
| 2025-07-11 | fix PartialEq const feature name and const_cmp tracking issue | Ralf Jung | -6/+6 |
| 2025-07-11 | constify `From` and `Into` | Oli Scherer | -8/+21 |
| 2025-07-11 | Rollup merge of #143611 - GrigorenkoPV:ParseIntError, r=tgross35 | Matthias Krüger | -2/+5 |
| 2025-07-11 | Auto merge of #142911 - mejrs:unsized, r=compiler-errors | bors | -1/+1 |
| 2025-07-10 | Rollup merge of #143640 - oli-obk:const-fn-traits, r=compiler-errors | Matthias Krüger | -14/+22 |
| 2025-07-10 | Rollup merge of #143652 - moulins:doc-unsize-trait-upcasting, r=compiler-errors | Matthias Krüger | -0/+5 |
| 2025-07-10 | Rollup merge of #136906 - chenyukang:yukang-fix-136741-closure-body, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-07-10 | core: add Peekable::next_if_map | kennytm | -0/+102 |
| 2025-07-10 | Auto merge of #143721 - tgross35:rollup-sjdfp6r, r=tgross35 | bors | -0/+32 |
| 2025-07-10 | Rollup merge of #143265 - scottmcm:mention-as-chunks, r=ibraheemdev | Trevor Gross | -0/+32 |
| 2025-07-10 | Remove uncessary parens in closure body with unused lint | yukang | -1/+1 |
| 2025-07-09 | random: Add comment on `RandomSource::fill_bytes` about multiple calls | Josh Triplett | -0/+5 |
| 2025-07-09 | Add opaque TypeId handles for CTFE | Oli Scherer | -28/+71 |
| 2025-07-09 | core: Change `BorrowedCursor::written`'s origin | Benoît du Garreau | -9/+3 |
| 2025-07-09 | core: Remove `BorrowedCursor::uninit_mut` | Benoît du Garreau | -10/+3 |
| 2025-07-09 | core: Remove `BorrowedCursor::init_ref` method | Benoît du Garreau | -10/+0 |
| 2025-07-08 | Rollup merge of #143426 - hkBst:clippy-fix-indent-1, r=jhpratt | Trevor Gross | -46/+47 |
| 2025-07-08 | docs: document trait upcasting rules in `Unsize` trait | Moulins | -0/+5 |
| 2025-07-08 | Remove `const_eval_select` hack | Oli Scherer | -1/+1 |
| 2025-07-08 | Constify `Fn*` traits | Oli Scherer | -13/+21 |
| 2025-07-08 | Auto merge of #134628 - estebank:const-default, r=oli-obk | bors | -13/+28 |
| 2025-07-08 | clippy fix: markdown indentation for indented items after line break | Marijn Schouten | -16/+16 |
| 2025-07-08 | collect.rs: remove empty line after doc comment | Marijn Schouten | -8/+3 |
| 2025-07-08 | int_log10.rs: change top level doc comments to outer | Marijn Schouten | -2/+2 |
| 2025-07-08 | Auto merge of #143540 - yotamofek:pr/library/simplify-num-fmt, r=tgross35 | bors | -22/+3 |
| 2025-07-08 | Rollup merge of #142098 - GuillaumeGomez:int_format_into, r=Amanieu | Matthias Krüger | -60/+294 |
| 2025-07-07 | Make `Default` const and add some `const Default` impls | Esteban Küber | -13/+28 |