| Age | Commit message (Expand) | Author | Lines |
| 2025-02-16 | Make ub_check message clear that it's not an assert | Kornel | -3/+3 |
| 2025-02-15 | remove MaybeUninit::uninit_array | cyrgani | -36/+0 |
| 2025-02-15 | docs: fix broken intra-doc links that never worked | Michael Howell | -9/+2 |
| 2025-02-15 | Auto merge of #137065 - jhpratt:rollup-ree9mej, r=jhpratt | bors | -2767/+2899 |
| 2025-02-15 | Rollup merge of #137062 - thaliaarchi:io-optional-methods/write, r=workingjub... | Jacob Pratt | -0/+62 |
| 2025-02-15 | Rollup merge of #136978 - ChrisDenton:windows-bindgen, r=Amanieu | Jacob Pratt | -2734/+2770 |
| 2025-02-15 | Rollup merge of #136879 - kornelski:non1, r=Noratrieb | Jacob Pratt | -29/+24 |
| 2025-02-15 | Rollup merge of #136749 - mzeitlin11:extend-asciichar, r=scottmcm | Jacob Pratt | -0/+39 |
| 2025-02-15 | Rollup merge of #135687 - joseluis:feat-reexport_from_coroutine, r=scottmcm | Jacob Pratt | -4/+4 |
| 2025-02-15 | tidying up tidy | progressive-galib | -4/+4 |
| 2025-02-14 | Add real safety comments | Scott McMurray | -1/+14 |
| 2025-02-14 | Go back to `Some` instead of transmuting to it. | Scott McMurray | -1/+1 |
| 2025-02-14 | Save another BB by using `SubUnchecked` instead of a call to `arith_offset` | Scott McMurray | -5/+5 |
| 2025-02-14 | Simplify `slice::Iter::next` enough that it inlines | Scott McMurray | -7/+17 |
| 2025-02-14 | Forward all default methods for I/O impls | Thalia Archibald | -0/+62 |
| 2025-02-15 | replaced the four occurrences of issue ="50547" in | progressive.galib | -4/+4 |
| 2025-02-15 | Auto merge of #136324 - GrigorenkoPV:erf, r=tgross35 | bors | -0/+280 |
| 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 | 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 |