| Age | Commit message (Expand) | Author | Lines |
| 2025-04-13 | Move `select_unpredictable` to the `hint` module | Amanieu d'Antras | -59/+60 |
| 2025-04-12 | https://github.com/rust-lang/rust/pull/139717#issuecomment-2799036117 🥴 | наб | -2/+2 |
| 2025-04-12 | Rollup merge of #139713 - GenYuLi:master, r=compiler-errors | Chris Denton | -1/+1 |
| 2025-04-12 | Rollup merge of #139701 - Rudxain:doc-pow2, r=tgross35 | Chris Denton | -1/+1 |
| 2025-04-12 | Rollup merge of #139688 - rust-lang:notriddle/io-result-unbox, r=GuillaumeGomez | Chris Denton | -0/+2 |
| 2025-04-12 | Rollup merge of #139382 - ChrisDenton:windows-bindgen-0-61, r=Mark-Simulacrum | Chris Denton | -28/+285 |
| 2025-04-12 | Rollup merge of #139276 - tgross35:enable-f16-without-neon, r=Mark-Simulacrum | Chris Denton | -7/+0 |
| 2025-04-12 | Rollup merge of #139163 - scottmcm:stabilize-exact_div, r=RalfJung | Chris Denton | -6/+1 |
| 2025-04-12 | Optimize `ToString` implementation for integers | Guillaume Gomez | -9/+67 |
| 2025-04-12 | Fix typo in documentation | GenYuLi | -1/+1 |
| 2025-04-12 | Unify owned Args types between platforms | Thalia Archibald | -222/+77 |
| 2025-04-12 | Use unsupported args for espidf and vita | Thalia Archibald | -14/+3 |
| 2025-04-12 | cfg(kcfi) | Alice Ryhl | -1/+8 |
| 2025-04-12 | Move args into std::sys | Thalia Archibald | -41/+53 |
| 2025-04-12 | RISC-V: tidying: Fix separation of I-related extensions | Tsukasa OI | -1/+1 |
| 2025-04-12 | RISC-V: doc: tidying: Move link to the ISA Manual | Tsukasa OI | -2/+2 |
| 2025-04-12 | RISC-V: doc: Updated status and clarification | Tsukasa OI | -24/+21 |
| 2025-04-12 | RISC-V: doc: Capitalize some words for consistency | Tsukasa OI | -5/+5 |
| 2025-04-12 | docs: clarify uint exponent for `is_power_of_two` | Ricardo Fernández Serrata | -1/+1 |
| 2025-04-11 | Auto merge of #139430 - scottmcm:polymorphic-array-into-iter, r=cuviper | bors | -141/+420 |
| 2025-04-11 | Rollup merge of #137835 - scottmcm:signum, r=compiler-errors | Jacob Pratt | -8/+7 |
| 2025-04-11 | rustdoc-search: add unbox flag to Result aliases | Michael Howell | -0/+2 |
| 2025-04-11 | Use with_native_path for Windows | Chris Denton | -47/+86 |
| 2025-04-11 | Update library/core/src/fmt/rt.rs | Alice Ryhl | -1/+0 |
| 2025-04-11 | Fix profiler_builtins build script to handle full path to profiler lib | Jesus Checa Hidalgo | -2/+8 |
| 2025-04-11 | Replace proc_macro::SourceFile by Span::{file, local_file}. | Mara Bos | -56/+21 |
| 2025-04-11 | sync::mpsc: prevent double free on `Drop` | Petros Angelatos | -1/+7 |
| 2025-04-11 | sync::mpsc: add miri reproducer of double free | Petros Angelatos | -0/+5 |
| 2025-04-11 | Remove proc_macro::SourceFile::is_real(). | Mara Bos | -20/+2 |
| 2025-04-11 | hmm | bendn | -1/+3 |
| 2025-04-11 | fix broken intra doc links | bendn | -6/+6 |
| 2025-04-11 | Implement Default for raw pointers | Chris Denton | -0/+33 |
| 2025-04-11 | cfi: Remove #[no_sanitize(cfi)] for extern weak functions | Bastian Kersting | -40/+0 |
| 2025-04-10 | Stabilize `slice_as_chunks` library feature | Scott McMurray | -15/+12 |
| 2025-04-11 | Rollup merge of #139600 - tgross35:update-builtins, r=tgross35 | Stuart Cook | -4/+4 |
| 2025-04-11 | Rollup merge of #139447 - izarma:issue-108131-fix, r=scottmcm | Stuart Cook | -6/+6 |
| 2025-04-11 | Rollup merge of #137447 - folkertdev:simd-extract-insert-dyn, r=scottmcm | Stuart Cook | -3/+36 |
| 2025-04-10 | indirect-const-stabilize the `exact_div` intrinsic | Scott McMurray | -6/+1 |
| 2025-04-10 | Apply suggestions from code review | Celina G. Val | -2/+2 |
| 2025-04-10 | Auto merge of #137412 - scottmcm:redo-swap, r=cuviper | bors | -48/+124 |
| 2025-04-10 | add `simd_insert_dyn` and `simd_extract_dyn` | Folkert de Vries | -3/+36 |
| 2025-04-10 | Update `compiler-builtins` to 0.1.153 | Trevor Gross | -4/+4 |
| 2025-04-10 | cfi: do not transmute function pointers in formatting code | Alice Ryhl | -23/+24 |
| 2025-04-10 | Disable cfg check for the recently-merged target features to allow stdarch up... | sayantn | -1/+11 |
| 2025-04-10 | Don't allow flattened format_args in const. | Mara Bos | -1/+8 |
| 2025-04-10 | Use posix_spawn on cygwin | Berrysoft | -2/+6 |
| 2025-04-09 | PR feedback | Scott McMurray | -8/+8 |
| 2025-04-10 | Doc more control flow behaviour for return keyword | Lynnesbian | -0/+22 |
| 2025-04-10 | Document async block control flow in async keyword | Lynnesbian | -0/+38 |
| 2025-04-10 | Auto merge of #139279 - BoxyUwU:bump-boostrap, r=jieyouxu | bors | -270/+162 |