| Age | Commit message (Expand) | Author | Lines |
| 2025-05-14 | Rollup merge of #140988 - mathisbot:docfix_maybeuninit_write, r=tgross35 | Matthias Krüger | -1/+1 |
| 2025-05-14 | Add `Ipv4Addr` and `Ipv6Addr` diagnostic items | Samuel Tardieu | -0/+2 |
| 2025-05-14 | MaybeUninit::write: fix doc | Mathis Bottinelli | -1/+1 |
| 2025-05-13 | Format and skip formatting for pin | Michael Goulet | -0/+2 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -66/+29 |
| 2025-05-12 | update version placeholders | Pietro Albini | -26/+26 |
| 2025-05-11 | Rollup merge of #140882 - Dietr1ch:dev/duration_constructors_lite, r=BurntSushi | León Orell Valerian Liehr | -4/+4 |
| 2025-05-11 | Rollup merge of #140792 - Urgau:minimum-maximum-intrinsics, r=scottmcm,travis... | León Orell Valerian Liehr | -84/+180 |
| 2025-05-10 | Rollup merge of #140660 - RalfJung:more-order, r=WaffleLapkin | Matthias Krüger | -12/+0 |
| 2025-05-10 | Rollup merge of #140151 - RalfJung:drop_in_place-is-not-an-intrinsic, r=Mark-... | Matthias Krüger | -9/+0 |
| 2025-05-10 | Rollup merge of #129334 - ChayimFriedman2:more-lazy-methods, r=Amanieu | Matthias Krüger | -1/+9 |
| 2025-05-09 | Split duration_constructors to get non-controversial bits out faster. | Dietrich Daroch | -4/+4 |
| 2025-05-09 | Add intrinsic fallback for `{minimum,maximum}{16,32,64,128}` | Urgau | -164/+108 |
| 2025-05-09 | remove 'unordered' atomic intrinsics | Ralf Jung | -12/+0 |
| 2025-05-09 | Use intrinsics for `{f16,f32,f64,f128}::{minimum,maximum}` operations | Urgau | -76/+228 |
| 2025-05-08 | Rollup merge of #140341 - saethlin:black-box-qoi, r=Mark-Simulacrum | Matthias Krüger | -0/+4 |
| 2025-05-08 | Indicate that the warning on black_box is a general property of Rust | Ben Kimock | -0/+4 |
| 2025-05-07 | Rollup merge of #134273 - RalfJung:de-stabilize-bench, r=ibraheemdev,traviscross | Jacob Pratt | -1/+0 |
| 2025-05-06 | Rollup merge of #136183 - hkBst:patch-25, r=Amanieu | Guillaume Gomez | -230/+225 |
| 2025-05-06 | Update iterator.rs to use arrays by value | Marijn Schouten | -230/+225 |
| 2025-05-06 | Rollup merge of #140598 - ShE3py:iter-misc-docs, r=workingjubilee | Stuart Cook | -0/+3 |
| 2025-05-05 | Rollup merge of #140644 - the8472:revert-copy-clone-adapters, r=Mark-Simulacrum | Trevor Gross | -163/+20 |
| 2025-05-04 | Rollup merge of #137280 - RalfJung:const_swap_nonoverlapping, r=lcnr | Trevor Gross | -2/+36 |
| 2025-05-04 | Revert "Avoid unused clones in Cloned<I> and Copied<I>" | The 8472 | -163/+20 |
| 2025-05-02 | docs: alias `limit` to `Iterator::take`, cite `[u8]::utf8_chunks` in `Utf8Chu... | Lieselotte | -0/+3 |
| 2025-05-02 | Rollup merge of #140550 - Amanieu:stabilize_select_unpredictable, r=workingju... | Matthias Krüger | -3/+1 |
| 2025-05-01 | Rollup merge of #140544 - m-ou-se:format-args-const-cleanup, r=fee1-dead | Guillaume Gomez | -55/+69 |
| 2025-05-01 | Rollup merge of #140034 - RalfJung:simd_select_bitmask-padding, r=workingjubilee | Guillaume Gomez | -3/+1 |
| 2025-05-01 | Rollup merge of #139802 - Lee-Janggun:fix-allocate-hyperlink, r=workingjubilee | Guillaume Gomez | -2/+4 |
| 2025-05-01 | Rollup merge of #139780 - ongardie:iterator-take-by_ref-example, r=workingjub... | Guillaume Gomez | -0/+18 |
| 2025-05-01 | Rollup merge of #139186 - TDecking:float, r=workingjubilee | Guillaume Gomez | -47/+15 |
| 2025-05-01 | Rollup merge of #138703 - pudongair:master, r=workingjubilee | Guillaume Gomez | -2/+2 |
| 2025-05-01 | Stabilize `select_unpredictable` | Amanieu d'Antras | -3/+1 |
| 2025-05-01 | Clean up "const" situation in format_args!(). | Mara Bos | -21/+27 |
| 2025-05-01 | Move core::fmt::Arguments::new_v1* to rt.rs. | Mara Bos | -36/+44 |
| 2025-04-30 | Rollup merge of #139624 - m-ou-se:unconst-format-args, r=jhpratt | Matthias Krüger | -1/+8 |
| 2025-04-30 | Rollup merge of #139192 - lolbinarycat:docs-wrapping_offset-provenance-139008... | Matthias Krüger | -4/+6 |
| 2025-04-29 | mention provenance in the pointer::wrapping_offset docs | binarycat | -4/+6 |
| 2025-04-29 | stabilize ptr::swap_nonoverlapping in const | Ralf Jung | -2/+36 |
| 2025-04-28 | Rollup merge of #140391 - DaniPopes:sub-ptr-rename, r=RalfJung | Chris Denton | -12/+13 |
| 2025-04-28 | Rollup merge of #139656 - scottmcm:stabilize-slice-as-chunks, r=dtolnay | Chris Denton | -23/+106 |
| 2025-04-28 | Auto merge of #123948 - azhogin:azhogin/async-drop, r=oli-obk | bors | -324/+92 |
| 2025-04-28 | Rename sub_ptr to offset_from_unsigned in docs | DaniPopes | -12/+13 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -324/+92 |
| 2025-04-28 | Auto merge of #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra... | bors | -1/+11 |
| 2025-04-28 | Auto merge of #136316 - GrigorenkoPV:generic_atomic, r=Mark-Simulacrum | bors | -0/+94 |
| 2025-04-28 | Rollup merge of #140359 - DiuDiu777:str-fix, r=Noratrieb | Chris Denton | -2/+2 |
| 2025-04-27 | Rollup merge of #140297 - shepmaster:cstr-lossy, r=joboet | Matthias Krüger | -2/+3 |
| 2025-04-27 | Rollup merge of #139090 - yotamofek:pr/peekable-next-if-docs, r=tgross35 | Matthias Krüger | -3/+3 |
| 2025-04-27 | Rollup merge of #139031 - DaniPopes:str-trim-closure, r=tgross35 | Matthias Krüger | -3/+3 |