| Age | Commit message (Expand) | Author | Lines |
| 2025-02-15 | Make phantom variance markers transparent | Jacob Pratt | -0/+12 |
| 2025-02-14 | Rollup merge of #136983 - ehuss:misc-2024-prep, r=tgross35 | Jubilee | -157/+250 |
| 2025-02-14 | Rollup merge of #134016 - zachs18:stable-const-str-split_at, r=Amanieu | Jubilee | -5/+5 |
| 2025-02-15 | Stabilize (and const-stabilize) `integer_sign_cast` | Pavel Grigorenko | -9/+8 |
| 2025-02-14 | Remove target_feature_11 feature which is now stable | Amanieu d'Antras | -1/+0 |
| 2025-02-14 | Update CI to FreeBSD 13.4 | Amanieu d'Antras | -1/+1 |
| 2025-02-14 | proc_macro: Apply unsafe_op_in_unsafe_fn | Eric Huss | -1/+2 |
| 2025-02-14 | std: Apply unsafe_op_in_unsafe_fn | Eric Huss | -5/+5 |
| 2025-02-14 | Fix safety of windows uwp functions | Eric Huss | -2/+2 |
| 2025-02-14 | unwind: Apply unsafe_op_in_unsafe_fn | Eric Huss | -9/+12 |
| 2025-02-14 | panic_unwind: Apply unsafe_op_in_unsafe_fn | Eric Huss | -89/+110 |
| 2025-02-14 | panic_abort: Apply unsafe_op_in_unsafe_fn | Eric Huss | -18/+35 |
| 2025-02-14 | core: Apply unsafe_op_in_unsafe_fn | Eric Huss | -15/+15 |
| 2025-02-14 | Rollup merge of #136976 - jedbrown:jed/doc-boxed-deferred-init, r=tgross35 | Matthias Krüger | -84/+44 |
| 2025-02-14 | Rollup merge of #136967 - DaniPopes:io-repeat-fill, r=joboet | Matthias Krüger | -18/+11 |
| 2025-02-14 | Rollup merge of #136886 - ehuss:remove-prelude-common, r=jhpratt | Matthias Krüger | -24/+12 |
| 2025-02-14 | Rollup merge of #136052 - no1wudi:fix, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2025-02-14 | Add safe new to NotAllOnes | Kornel | -29/+24 |
| 2025-02-14 | Auto merge of #136735 - scottmcm:transmute-nonnull, r=oli-obk | bors | -1/+1 |
| 2025-02-13 | Rollup merge of #136992 - ehuss:update-backtrace, r=workingjubilee | Jubilee | -0/+0 |
| 2025-02-13 | Rollup merge of #136908 - mustartt:aix-mutex-destory-einval, r=joboet | Jubilee | -3/+3 |
| 2025-02-13 | Rollup merge of #136904 - pitaj:range-into_bounds, r=tgross35 | Jubilee | -1/+111 |
| 2025-02-13 | Update backtrace | Eric Huss | -0/+0 |
| 2025-02-14 | Implement `f{16,32,64,128}::{erf,erfc}` | Pavel Grigorenko | -0/+280 |
| 2025-02-13 | std: Apply deprecated_safe_2024 | Eric Huss | -42/+66 |
| 2025-02-13 | test: Apply deprecated_safe_2024 | Eric Huss | -2/+6 |
| 2025-02-13 | std: Apply fixes for tail drop expressions | Eric Huss | -2/+2 |
| 2025-02-13 | std: Apply rust_2024_incompatible_pat | Eric Huss | -2/+2 |
| 2025-02-13 | std: Apply dependency_on_unit_never_type_fallback | Eric Huss | -1/+3 |
| 2025-02-13 | std: Apply missing_unsafe_on_extern | Eric Huss | -2/+2 |
| 2025-02-13 | std: Apply unsafe_attr_outside_unsafe | Eric Huss | -28/+28 |
| 2025-02-13 | alloc: Apply missing_unsafe_on_extern | Eric Huss | -1/+1 |
| 2025-02-13 | alloc: Apply unsafe_attr_outside_unsafe | Eric Huss | -2/+2 |
| 2025-02-13 | alloc: Workaround hidden doctest line | Eric Huss | -1/+1 |
| 2025-02-13 | Migrate coretests to Rust 2024 | Eric Huss | -8/+10 |
| 2025-02-13 | Auto merge of #134633 - GrigorenkoPV:get_disjoint_mut, r=cuviper | bors | -103/+98 |
| 2025-02-13 | library: Update rand to 0.9.0 | Eric Huss | -65/+126 |
| 2025-02-13 | core: Apply unsafe_attr_outside_unsafe | Eric Huss | -1/+1 |
| 2025-02-13 | alloc boxed: docs: use MaybeUninit::write instead of as_mut_ptr | Jed Brown | -84/+44 |
| 2025-02-13 | Consistently using as_mut_ptr() and as_ptr() in thread | xizheyin | -8/+11 |
| 2025-02-13 | Replace mem::zeroed with mem::MaybeUninit::uninit for large struct in unix | xizheyin | -13/+31 |
| 2025-02-13 | Use `slice::fill` in `io::Repeat` implementation | DaniPopes | -18/+11 |
| 2025-02-13 | add `vec_nand`, `vec_nor`, `vec_eqv`, `vec_andc` and `vec_orc` | Folkert de Vries | -4/+212 |
| 2025-02-13 | s390x vector: add `vec_and`, `vec_or` and `vec_xor` | Folkert de Vries | -2/+58 |
| 2025-02-13 | s390x vector: add `vec_cntlz`, `vec_cnttz` and `vec_popcnt` | Folkert de Vries | -0/+114 |
| 2025-02-13 | Add the keylocker intrinsics | sayantn | -22/+543 |
| 2025-02-13 | Add runtime feature detection for keylocker | sayantn | -1/+17 |
| 2025-02-13 | Windows: Update generated bindings to 0.59 | Chris Denton | -2734/+2770 |
| 2025-02-13 | Rollup merge of #136949 - ehuss:wasm-bench-time, r=jhpratt | Jacob Pratt | -2/+1 |
| 2025-02-13 | Rollup merge of #136660 - compiler-errors:BikeshedGuaranteedNoDrop, r=lcnr | Jacob Pratt | -0/+17 |