| Age | Commit message (Expand) | Author | Lines |
| 2025-02-17 | update version placeholders | Josh Stone | -21/+21 |
| 2025-02-15 | Rollup merge of #136879 - kornelski:non1, r=Noratrieb | Jacob Pratt | -0/+10 |
| 2025-02-15 | Rollup merge of #135687 - joseluis:feat-reexport_from_coroutine, r=scottmcm | Jacob Pratt | -4/+4 |
| 2025-02-14 | Rollup merge of #136983 - ehuss:misc-2024-prep, r=tgross35 | Jubilee | -1/+1 |
| 2025-02-14 | Rollup merge of #134016 - zachs18:stable-const-str-split_at, r=Amanieu | Jubilee | -5/+5 |
| 2025-02-14 | Rollup merge of #136886 - ehuss:remove-prelude-common, r=jhpratt | Matthias Krüger | -12/+6 |
| 2025-02-14 | Add safe new to NotAllOnes | Kornel | -0/+10 |
| 2025-02-14 | Auto merge of #136735 - scottmcm:transmute-nonnull, r=oli-obk | bors | -1/+1 |
| 2025-02-13 | Rollup merge of #136904 - pitaj:range-into_bounds, r=tgross35 | Jubilee | -1/+111 |
| 2025-02-13 | Auto merge of #134633 - GrigorenkoPV:get_disjoint_mut, r=cuviper | bors | -61/+58 |
| 2025-02-13 | core: Apply unsafe_attr_outside_unsafe | Eric Huss | -1/+1 |
| 2025-02-13 | Rollup merge of #136660 - compiler-errors:BikeshedGuaranteedNoDrop, r=lcnr | Jacob Pratt | -0/+17 |
| 2025-02-12 | `transmute` should also assume non-null pointers | Scott McMurray | -1/+1 |
| 2025-02-13 | Implement and use BikeshedGuaranteedNoDrop for union/unsafe field validity | Michael Goulet | -0/+17 |
| 2025-02-12 | Rollup merge of #134090 - veluca93:stable-tf11, r=oli-obk | Jacob Pratt | -1/+0 |
| 2025-02-12 | add `IntoBounds` trait | Peter Jaszkowiak | -1/+111 |
| 2025-02-12 | Rollup merge of #136890 - saethlin:swap_nonoverlapping, r=RalfJung | Guillaume Gomez | -1/+1 |
| 2025-02-12 | Change swap_nonoverlapping from lang to library UB | Ben Kimock | -1/+1 |
| 2025-02-12 | Rollup merge of #136874 - tgross35:likely-unlikely-tracking, r=jhpratt | Matthias Krüger | -3/+3 |
| 2025-02-11 | Remove the common prelude module | Eric Huss | -12/+6 |
| 2025-02-11 | Rollup merge of #136246 - hkBst:patch-29, r=ibraheemdev | Matthias Krüger | -2/+96 |
| 2025-02-11 | Change the issue number for `likely_unlikely` and `cold_path` | Trevor Gross | -3/+3 |
| 2025-02-11 | Auto merge of #136851 - jhpratt:rollup-ftijn95, r=jhpratt | bors | -4/+3 |
| 2025-02-11 | include note on variance and example | Marijn Schouten | -2/+96 |
| 2025-02-11 | Rollup merge of #136672 - safinaskar:alloc-2025-02-07-09-10, r=cuviper | Jacob Pratt | -1/+1 |
| 2025-02-11 | Rollup merge of #136663 - WaffleLapkin:count-non-zero-ones, r=cuviper | Jacob Pratt | -3/+2 |
| 2025-02-11 | Rollup merge of #136107 - dingxiangfei2009:coerce-pointee-wellformed, r=compi... | Matthias Krüger | -1/+15 |
| 2025-02-10 | Reword doc comment on `CoercePointeeValidated` | Michael Goulet | -6/+5 |
| 2025-02-10 | Rollup merge of #136705 - compiler-errors:edition-library, r=jhpratt | Jubilee | -13/+13 |
| 2025-02-10 | block coerce_pointee_validated for stabilization | Ding Xiang Fei | -1/+1 |
| 2025-02-09 | Mark extern blocks as unsafe | Michael Goulet | -6/+6 |
| 2025-02-09 | Rename field in OnceWith from gen to make | Michael Goulet | -7/+7 |
| 2025-02-09 | Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrum | bors | -9/+8 |
| 2025-02-09 | Auto merge of #136754 - Urgau:rollup-qlkhjqr, r=Urgau | bors | -1/+1 |
| 2025-02-09 | rename the trait to validity and place a feature gate afront | Ding Xiang Fei | -4/+13 |
| 2025-02-09 | introduce CoercePointeeWellformed for coherence checks at typeck stage | Ding Xiang Fei | -0/+6 |
| 2025-02-08 | Rollup merge of #136724 - steffahn:asyncfn-non-fundamental, r=compiler-errors | Jubilee | -3/+0 |
| 2025-02-08 | occured -> occurred | Michael Goulet | -1/+1 |
| 2025-02-08 | Rustfmt | bjorn3 | -9/+8 |
| 2025-02-08 | Document `Sum::sum` returns additive identities for `[]` | Jaken Herman | -1/+6 |
| 2025-02-08 | Make `AsyncFnOnce`, `AsyncFnMut`, `AsyncFn` non-`#[fundamental]` | Frank Steffahn | -3/+0 |
| 2025-02-07 | library: doc: core::alloc::Allocator: trivial typo fix | Askar Safin | -1/+1 |
| 2025-02-06 | stabilize `NonZero::count_ones` | Waffle Lapkin | -3/+2 |
| 2025-02-06 | Auto merge of #136613 - workingjubilee:rollup-ry6rw0m, r=workingjubilee | bors | -1/+1 |
| 2025-02-05 | Rollup merge of #136566 - hkBst:patch-1, r=scottmcm | Jubilee | -1/+1 |
| 2025-02-06 | Auto merge of #136409 - TDecking:mul_hi, r=Mark-Simulacrum | bors | -20/+1 |
| 2025-02-05 | Rollup merge of #136555 - cramertj:split_off, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -40/+79 |
| 2025-02-05 | Rollup merge of #136517 - m4rch3n1ng:inherent-str-constructors, r=jhpratt | 许杰友 Jieyou Xu (Joe) | -0/+176 |
| 2025-02-05 | Fix link in from_fn.rs | Marijn Schouten | -1/+1 |
| 2025-02-05 | Rollup merge of #136502 - yotamofek:pr/fmt-from-fn-must-use, r=dtolnay | León Orell Valerian Liehr | -0/+1 |