| Age | Commit message (Expand) | Author | Lines |
| 2025-04-12 | docs: clarify uint exponent for `is_power_of_two` | Ricardo Fernández Serrata | -1/+1 |
| 2025-04-11 | Auto merge of #139430 - scottmcm:polymorphic-array-into-iter, r=cuviper | bors | -141/+420 |
| 2025-04-11 | Rollup merge of #137835 - scottmcm:signum, r=compiler-errors | Jacob Pratt | -8/+7 |
| 2025-04-11 | Update library/core/src/fmt/rt.rs | Alice Ryhl | -1/+0 |
| 2025-04-11 | Implement Default for raw pointers | Chris Denton | -0/+16 |
| 2025-04-10 | Stabilize `slice_as_chunks` library feature | Scott McMurray | -15/+12 |
| 2025-04-11 | Rollup merge of #139447 - izarma:issue-108131-fix, r=scottmcm | Stuart Cook | -6/+6 |
| 2025-04-11 | Rollup merge of #137447 - folkertdev:simd-extract-insert-dyn, r=scottmcm | Stuart Cook | -3/+36 |
| 2025-04-10 | indirect-const-stabilize the `exact_div` intrinsic | Scott McMurray | -6/+1 |
| 2025-04-10 | Apply suggestions from code review | Celina G. Val | -2/+2 |
| 2025-04-10 | Auto merge of #137412 - scottmcm:redo-swap, r=cuviper | bors | -48/+88 |
| 2025-04-10 | add `simd_insert_dyn` and `simd_extract_dyn` | Folkert de Vries | -3/+36 |
| 2025-04-10 | cfi: do not transmute function pointers in formatting code | Alice Ryhl | -23/+24 |
| 2025-04-10 | Don't allow flattened format_args in const. | Mara Bos | -1/+8 |
| 2025-04-09 | PR feedback | Scott McMurray | -8/+8 |
| 2025-04-10 | Auto merge of #139279 - BoxyUwU:bump-boostrap, r=jieyouxu | bors | -172/+69 |
| 2025-04-09 | Auto merge of #139595 - matthiaskrgr:rollup-kaa8aim, r=matthiaskrgr | bors | -4/+8 |
| 2025-04-09 | Rollup merge of #139575 - timesince:master, r=wesleywiser | Matthias Krüger | -1/+1 |
| 2025-04-09 | Rollup merge of #139532 - bjoernager:master, r=tgross35 | Matthias Krüger | -2/+2 |
| 2025-04-09 | Rollup merge of #139164 - xizheyin:issue-139034, r=joboet | Matthias Krüger | -1/+5 |
| 2025-04-09 | Auto merge of #124810 - lincot:speed-up-string-push-and-string-insert, r=tgro... | bors | -30/+62 |
| 2025-04-09 | Ensure `swap_nonoverlapping` is really always untyped | Scott McMurray | -48/+88 |
| 2025-04-09 | Rollup merge of #139099 - scottmcm:from_fn_docs, r=Amanieu | Matthias Krüger | -6/+27 |
| 2025-04-09 | Rollup merge of #138993 - CAD97:cfg_match_semitransparent, r=dtolnay | Matthias Krüger | -3/+4 |
| 2025-04-09 | update cfgs | Boxy | -110/+7 |
| 2025-04-09 | replace version placeholder | Boxy | -62/+62 |
| 2025-04-09 | Remove redundant words | timesince | -1/+1 |
| 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 |