| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-04-24 | keep original text for is_ok and is_err | Hegui Dai | -8/+8 |
| 2025-04-23 | fix f*::MAX_EXP and MIN_EXP docs | Ralf Jung | -24/+48 |
| 2025-04-23 | Make algebraic intrinsics into 'const fn' items; Make algebraic functions of ... | Gabriel Bjørnager Jensen | -25/+45 |
| 2025-04-22 | remove intrinsics::drop_in_place | Ralf Jung | -9/+0 |
| 2025-04-22 | MANTISSA_DIGITS: explain relation to bitwise representation | Ralf Jung | -0/+12 |
| 2025-04-21 | Auto merge of #140127 - ChrisDenton:rollup-2kye32h, r=ChrisDenton | bors | -4/+2 |
| 2025-04-21 | Rollup merge of #140118 - tamird:cstr-cleanup, r=joboet | Chris Denton | -3/+1 |
| 2025-04-21 | Rollup merge of #134213 - folkertdev:stabilize-naked-functions, r=tgross35,Am... | Chris Denton | -1/+1 |
| 2025-04-21 | Rollup merge of #139946 - mumbleskates:any-fix-missing-word, r=jhpratt | Chris Denton | -2/+2 |
| 2025-04-21 | Replace colon with parentheses, add missing period | Tamir Duberstein | -1/+1 |