| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-04-21 | Solved suggestions | Hegui Dai | -15/+14 |
| 2025-04-21 | Solved suggestions | Hegui Dai | -17/+11 |
| 2025-04-20 | Auto merge of #140079 - ChrisDenton:rollup-2h5cg94, r=ChrisDenton | bors | -6/+6 |
| 2025-04-20 | Rollup merge of #138870 - beetrees:tier-2-nans, r=RalfJung | Chris Denton | -3/+5 |
| 2025-04-20 | Rollup merge of #140054 - c-git:patch-1, r=joboet | Chris Denton | -1/+1 |
| 2025-04-20 | Rollup merge of #137953 - RalfJung:simd-intrinsic-masks, r=WaffleLapkin | Chris Denton | -5/+5 |
| 2025-04-20 | simd intrinsics with mask: accept unsigned integer masks | Ralf Jung | -5/+5 |
| 2025-04-20 | Allow `dangerous_implicit_autorefs` lint in some tests | Urgau | -1/+1 |
| 2025-04-20 | Add `#[rustc_no_implicit_autorefs]` and apply it to std methods | Urgau | -0/+10 |
| 2025-04-20 | stabilize `naked_functions` | Folkert de Vries | -1/+1 |
| 2025-04-20 | Stabilize <[T; N]>::as_mut_slice as const | Thalia Archibald | -1/+1 |
| 2025-04-19 | docs: fix typo change from inconstants to invariants | Onè | -1/+1 |
| 2025-04-19 | Rollup merge of #139533 - jogru0:130711, r=Mark-Simulacrum | Chris Denton | -0/+33 |
| 2025-04-19 | Rollup merge of #139535 - ChrisDenton:default-ptr, r=tgross35 | Chris Denton | -0/+16 |
| 2025-04-19 | added doctest for Enumerate::next_index | Jonathan Gruner | -0/+21 |
| 2025-04-19 | add next_index to Enumerate | Jonathan Gruner | -0/+12 |
| 2025-04-19 | simd_select_bitmask: the 'padding' bits in the mask are just ignored | Ralf Jung | -3/+1 |
| 2025-04-19 | Auto merge of #139114 - m-ou-se:super-let-pin, r=davidtwco | bors | -102/+35 |
| 2025-04-19 | Improve rustdocs on slice_as_chunks methods | Scott McMurray | -8/+94 |
| 2025-04-18 | Remove errant doc comment lines | Tamir Duberstein | -2/+0 |
| 2025-04-17 | Rollup merge of #139977 - Amanieu:select_unpredictable_drop, r=RalfJung | Matthias Krüger | -9/+23 |
| 2025-04-17 | Rollup merge of #139483 - RalfJung:nan, r=tgross35 | Matthias Krüger | -32/+40 |
| 2025-04-17 | Fix drop handling in `hint::select_unpredictable` | Amanieu d'Antras | -9/+23 |
| 2025-04-16 | fix missing word in comment | Kent Ross | -2/+2 |
| 2025-04-15 | Auto merge of #139632 - Darksonn:cfi-fmt, r=m-ou-se | bors | -25/+50 |
| 2025-04-15 | Implement `pin!()` using `super let`. | Mara Bos | -102/+35 |
| 2025-04-15 | Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalathar | bors | -18/+63 |
| 2025-04-15 | Add comment | Alice Ryhl | -0/+19 |
| 2025-04-15 | Use full path for core::mem::transmute | Alice Ryhl | -2/+2 |
| 2025-04-15 | Remove #![feature(no_sanitize)] | Tamir Duberstein | -1/+0 |
| 2025-04-15 | Rollup merge of #138374 - celinval:issue-136925-const-contract, r=compiler-er... | Stuart Cook | -18/+63 |
| 2025-04-14 | Rollup merge of #139745 - thaliaarchi:iter-unused-clone-copy, r=joboet | Matthias Krüger | -20/+163 |
| 2025-04-14 | Fix some grammar errors and hyperlinks in doc for `trait Allocator` | Janggun Lee | -2/+4 |
| 2025-04-14 | ptr docs: add missing backtics around 'usize' | Ralf Jung | -1/+1 |
| 2025-04-13 | docs: Add example to `Iterator::take` with `by_ref` | Diego Ongaro | -0/+18 |
| 2025-04-13 | Avoid unused clones in Cloned<I> and Copied<I> | Thalia Archibald | -20/+163 |
| 2025-04-13 | Rollup merge of #137043 - Sky9x:unsafe-pinned-pt1-libs, r=tgross35,RalfJung,W... | Jacob Pratt | -0/+232 |
| 2025-04-13 | docs(library/core/src/pin): rewrite for clarity | Ruan Comelli | -5/+5 |
| 2025-04-14 | Implement `Random` for tuple | Shun Sakai | -0/+13 |
| 2025-04-13 | Auto merge of #139746 - ChrisDenton:rollup-eq08b2e, r=ChrisDenton | bors | -59/+60 |
| 2025-04-13 | docs(library/core/src/pin): fix typo "necessarily" -> "necessary" | Ruan Comelli | -1/+1 |
| 2025-04-13 | Rollup merge of #139726 - Amanieu:select_unpredictable_hint, r=dtolnay | Chris Denton | -59/+60 |
| 2025-04-13 | Auto merge of #138881 - scottmcm:more-chaining-ord, r=Mark-Simulacrum | bors | -30/+205 |
| 2025-04-13 | Initial `UnsafePinned`/`UnsafeUnpin` impl [Part 1: Libs] | Sky | -0/+232 |
| 2025-04-12 | Extend the chaining logic to slices too | Scott McMurray | -30/+205 |
| 2025-04-13 | Move `select_unpredictable` to the `hint` module | Amanieu d'Antras | -59/+60 |
| 2025-04-12 | Rollup merge of #139701 - Rudxain:doc-pow2, r=tgross35 | Chris Denton | -1/+1 |