| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-04-24 | Rollup merge of #140172 - bjoernager:const-float-algebraic, r=RalfJung | Matthias Krüger | -25/+45 |
| 2025-04-24 | Rollup merge of #140150 - RalfJung:MAX_EXP, r=tgross35 | Matthias Krüger | -24/+48 |
| 2025-04-24 | Rollup merge of #136083 - bend-n:⃤⃤, r=lcnr | Matthias Krüger | -4/+17 |
| 2025-04-24 | Auto merge of #140245 - matthiaskrgr:rollup-e0fwsfv, r=matthiaskrgr | bors | -9/+25 |
| 2025-04-24 | Rollup merge of #140075 - Urgau:midpoint-average, r=tgross35 | Matthias Krüger | -9/+25 |
| 2025-04-24 | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bendn | -4/+17 |
| 2025-04-24 | Rollup merge of #134446 - tgross35:stabilize-cell_update, r=jhpratt | Matthias Krüger | -3/+1 |
| 2025-04-24 | Mention average in midpoint documentations | Urgau | -9/+25 |
| 2025-04-24 | fix doc error | Hegui Dai | -2/+2 |
| 2025-04-24 | fix example | Hegui Dai | -1/+1 |
| 2025-04-24 | add examples using .as_ref() for is_some_and and is_none_or | Hegui Dai | -0/+8 |
| 2025-04-24 | keep the original text for is_some and is_none | Hegui Dai | -2/+2 |
| 2025-04-24 | add examples using .as_ref() for is_err_and and is_ok_and | Hegui Dai | -0/+8 |