| Age | Commit message (Expand) | Author | Lines |
| 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 | Fix parameter order for `_by()` variants of `min` / `max`/ `minmax` in `std::... | Michael Rieder | -3/+26 |
| 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 | docs: Specify that common sort functions sort in an ascending direction | Natrix | -5/+5 |
| 2025-04-30 | Stabilize `#![feature(non_null_from_ref)]` | Mathis B | -3/+4 |
| 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 |
| 2025-04-27 | Rollup merge of #137439 - clarfonthey:c-str-module, r=tgross35 | Matthias Krüger | -1/+1 |
| 2025-04-27 | specify explicit safety guidance for from_utf8_unchecked | LemonJ | -2/+2 |
| 2025-04-27 | Remove `#[doc(hidden)]` from `AtomicPrimitive::AtomicInner` | Pavel Grigorenko | -2/+2 |
| 2025-04-27 | name ATOMIC_INIT without unstable alias | Christopher Durham | -3/+3 |
| 2025-04-27 | use generic Atomic type where possible | Christopher Durham | -3/+3 |
| 2025-04-27 | add generic Atomic<T> type alias | Christopher Durham | -0/+94 |
| 2025-04-26 | Update example to use `CStr::to_string_lossy` | Jake Goulding | -2/+3 |
| 2025-04-26 | moved simple test to coretests, introduced more fleshed out doctests for brea... | Jonathan Gruner | -4/+107 |
| 2025-04-25 | Auto merge of #140298 - matthiaskrgr:rollup-5tc1gvb, r=matthiaskrgr | bors | -2/+30 |
| 2025-04-25 | Rollup merge of #138968 - Natural-selection1:update-Result-doc, r=Amanieu | Matthias Krüger | -2/+30 |
| 2025-04-25 | Rollup merge of #138957 - Natural-selection1:update-Option-doc, r=Amanieu | Matthias Krüger | -2/+27 |
| 2025-04-25 | Rollup merge of #137653 - tgross35:deprecate-concat_idents, r=workingjubilee | Matthias Krüger | -0/+5 |
| 2025-04-25 | Solved suggestions | Hegui Dai | -2/+2 |
| 2025-04-24 | Deprecate the unstable `concat_idents!` | Trevor Gross | -0/+5 |
| 2025-04-24 | implement continue_ok and break_ok for ControlFlow | Jonathan Gruner | -0/+44 |