| Age | Commit message (Expand) | Author | Lines |
| 2025-04-09 | Speed up `String::push` and `String::insert` | lincot | -30/+62 |
| 2025-04-08 | Rollup merge of #139526 - smanilov:issue-139505, r=RalfJung | Matthias Krüger | -3/+3 |
| 2025-04-08 | Fix unreachable expression warning | Celina G. Val | -7/+19 |
| 2025-04-08 | Update 'u8'-to-and-from-'i8' suggestions; | Gabriel Bjørnager Jensen | -2/+2 |
| 2025-04-08 | Fix deprecation note for std::intrinsics | Stan Manilov | -3/+3 |
| 2025-04-07 | Enable contracts for const functions | Celina G. Val | -14/+47 |
| 2025-04-07 | update intrinsics/mod.rs comment about const intrinsics | Ralf Jung | -8/+4 |
| 2025-04-07 | f*::NAN: guarantee that this is a quiet NaN | Ralf Jung | -32/+40 |
| 2025-04-07 | Rollup merge of #139455 - Skgland:remove_rust-intrinsic_ABI, r=oli-obk | Stuart Cook | -0/+1 |
| 2025-04-06 | Auto merge of #138951 - jwnrt:alloc-raw-vec-strict-prov, r=Noratrieb | bors | -1/+15 |
| 2025-04-06 | update docs | Bennet Bleßmann | -0/+1 |
| 2025-04-06 | Rollup merge of #139072 - nickkuk:align_to_uninit_mut, r=Mark-Simulacrum | Guillaume Gomez | -2/+51 |
| 2025-04-06 | Rollup merge of #138562 - kornelski:nth-panic, r=Noratrieb | Guillaume Gomez | -25/+25 |
| 2025-04-06 | doc changes | izarma | -6/+6 |
| 2025-04-06 | Rollup merge of #139123 - thaliaarchi:core-alloc-test-paths, r=bjorn3 | Stuart Cook | -2/+2 |
| 2025-04-05 | Polymorphize `array::IntoIter`'s iterator impl | Scott McMurray | -141/+420 |
| 2025-04-05 | tidy: Fix paths to coretests and alloctests | Thalia Archibald | -2/+2 |
| 2025-04-05 | Rollup merge of #136877 - Sky9x:const-inherent-ptr-replace, r=jhpratt | Matthias Krüger | -2/+4 |
| 2025-04-05 | Rollup merge of #138381 - thaliaarchi:bstr-sliceindex, r=joshtriplett | Matthias Krüger | -273/+291 |
| 2025-04-05 | Rollup merge of #139389 - mejrs:hidden, r=workingjubilee | Stuart Cook | -0/+1 |
| 2025-04-05 | Rollup merge of #138024 - reitermarkus:unicode-panic-optimization, r=ibraheemdev | Stuart Cook | -83/+234 |
| 2025-04-05 | Rollup merge of #136457 - calder:master, r=tgross35 | Stuart Cook | -5/+250 |
| 2025-04-04 | Expose algebraic floating point intrinsics | Calder Coalson | -5/+250 |
| 2025-04-04 | make `Arguments::as_statically_known_str` doc(hidden) | mejrs | -0/+1 |
| 2025-04-04 | Optimize setting the slice to empty in slice Iter | Kornel | -9/+9 |
| 2025-04-04 | Optimize slice Windows::nth | Kornel | -7/+9 |
| 2025-04-04 | Optimize slice Iter::nth | Kornel | -10/+8 |
| 2025-04-03 | Stabilize the `cell_update` feature | Trevor Gross | -3/+1 |
| 2025-04-03 | Auto merge of #139301 - matthiaskrgr:rollup-sa6ali8, r=matthiaskrgr | bors | -71/+38 |
| 2025-04-03 | std: clarify RefCell::get_mut more clearly | xizheyin | -1/+5 |
| 2025-04-03 | Auto merge of #137738 - Daniel-Aaron-Bloom:const_slice_make_iter, r=dtolnay | bors | -36/+57 |
| 2025-04-03 | Rollup merge of #139273 - tgross35:cell-update-changes, r=jhpratt | Matthias Krüger | -11/+4 |
| 2025-04-03 | Rollup merge of #139145 - okaneco:safe_splits, r=Amanieu | Matthias Krüger | -60/+34 |
| 2025-04-02 | Apply requested API changes to `cell_update` | Trevor Gross | -11/+4 |
| 2025-04-02 | Make slice iterator constructors unstably const | Daniel Bloom | -36/+57 |
| 2025-03-31 | Refactor `diy_float` | Tobias Decking | -47/+15 |
| 2025-03-31 | Rollup merge of #139157 - mejrs:never, r=Noratrieb | Matthias Krüger | -5/+3 |
| 2025-03-31 | Auto merge of #139154 - jhpratt:rollup-rv8f915, r=jhpratt | bors | -2/+2 |
| 2025-03-31 | Remove mention of `exhaustive_patterns` from `never` docs | mejrs | -5/+3 |
| 2025-03-30 | Rollup merge of #139141 - mejrs:on_unimpl, r=Noratrieb | Jacob Pratt | -2/+2 |
| 2025-03-30 | Auto merge of #139131 - m-ou-se:format-args-struct-expr, r=Mark-Simulacrum | bors | -7/+1 |
| 2025-03-30 | slice: Remove some uses of unsafe in first/last chunk methods | okaneco | -60/+34 |
| 2025-03-30 | use `diagnostic::on_unimplemented` instead | mejrs | -2/+2 |
| 2025-03-30 | Simplify expansion for format_args!(). | Mara Bos | -7/+1 |
| 2025-03-29 | Rollup merge of #137928 - RalfJung:const_cell, r=m-ou-se | Matthias Krüger | -5/+5 |
| 2025-03-29 | Promise `array::from_fn` in generated in order of increasing indices | Scott McMurray | -6/+27 |
| 2025-03-28 | fix docs for `Peekable::next_if{_eq}` | Yotam Ofek | -3/+3 |
| 2025-03-28 | Rollup merge of #138976 - xizheyin:issue-138969, r=RalfJung | Matthias Krüger | -1/+2 |
| 2025-03-28 | Add `slice::align_to_uninit_mut` | Nikolai Kuklin | -2/+51 |
| 2025-03-28 | std: Explain range follows standard half-open range in `offset` | xizheyin | -1/+2 |