| Age | Commit message (Expand) | Author | Lines |
| 2025-04-17 | use `#[cfg(bootstrap)]` for rustc sync | Folkert de Vries | -0/+14 |
| 2025-04-17 | fix(test): Expose '--no-capture', deprecating '--nocapture' | Ed Page | -4/+7 |
| 2025-04-17 | refactor(test): Decouple parsing from help generation | Ed Page | -1/+1 |
| 2025-04-17 | allow unnecessary transmutes | bendn | -1/+2 |
| 2025-04-17 | add `vec_extract`, `vec_insert`, `vec_promote` and `vec_insert_and_zero` | Folkert de Vries | -0/+243 |
| 2025-04-17 | Be more specific about the error in the SystemTime example | Noa | -2/+2 |
| 2025-04-17 | Point UNIX_EPOCH to associated constant in SystemTime docs | Noa | -0/+1 |
| 2025-04-17 | Fix drop handling in `hint::select_unpredictable` | Amanieu d'Antras | -9/+48 |
| 2025-04-17 | Change void* type for `gather`/`scatter` intrinsics | sayantn | -186/+198 |
| 2025-04-17 | Change void* type for `cvt_storeu` intrinsics | sayantn | -81/+81 |
| 2025-04-17 | Change void* type for `compressstore` intrinsics | sayantn | -65/+57 |
| 2025-04-17 | Change void* type for 3 intrinsics | sayantn | -8/+8 |
| 2025-04-17 | Add checks for void pointer types to ensure consistency | sayantn | -20/+74 |
| 2025-04-17 | Replace the `bl!` macro with `asm_sym` | Trevor Gross | -18/+18 |
| 2025-04-16 | fix missing word in comment | Kent Ross | -2/+2 |
| 2025-04-16 | avr: __udivmod(h|q)i4 | Paul Sbarra | -0/+86 |
| 2025-04-17 | Rollup merge of #139667 - 1c3t3a:remove-no-sanitize, r=m-ou-se | Matthias Krüger | -41/+0 |
| 2025-04-16 | fmod: Correct the normalization of subnormals | Trevor Gross | -2/+2 |
| 2025-04-16 | fmod: Add regression tests for subnormal issue | Trevor Gross | -2/+24 |
| 2025-04-16 | Revert "std_detect: Do not use libc::getauxval on 32-bit Android" | Taiki Endo | -2/+1 |
| 2025-04-16 | chore: release v0.1.154 | github-actions[bot] | -1/+7 |
| 2025-04-16 | std_detect: Remove RV32E support attempt on Linux (RISC-V) | Tsukasa OI | -3/+0 |
| 2025-04-16 | turn #[naked] into an unsafe attribute | Folkert de Vries | -14/+14 |
| 2025-04-16 | fix incorrect type in cstr `to_string_lossy()` docs | Lyndon Brown | -1/+1 |
| 2025-04-16 | Update stdarch submodule | Guillaume Gomez | -0/+0 |
| 2025-04-16 | RISC-V: Remove privileged extensions for now | Tsukasa OI | -35/+0 |
| 2025-04-16 | RISC-V: `riscv_hwprobe`-based feature detection on Linux / Android | Tsukasa OI | -16/+521 |
| 2025-04-16 | RISC-V: OS-independent implication logic | Tsukasa OI | -12/+158 |
| 2025-04-16 | RISC-V: Add RISC-V + Linux / Android test | Tsukasa OI | -0/+65 |
| 2025-04-16 | RISC-V: Add placeholder for the "B" extension | Tsukasa OI | -2/+5 |
| 2025-04-16 | RISC-V: Add two "A" extension subsets | Tsukasa OI | -1/+10 |
| 2025-04-16 | RISC-V: Use `target_arch` for RV(32|64) detection | Tsukasa OI | -4/+6 |
| 2025-04-16 | RISC-V: Remove `enable_features` | Tsukasa OI | -45/+13 |
| 2025-04-16 | RISC-V: tidying: Make auxvec-based enablement a block | Tsukasa OI | -0/+1 |
| 2025-04-16 | RISC-V: tidying: Handling of base ISA | Tsukasa OI | -10/+14 |
| 2025-04-16 | RISC-V: tidying: Prefer more canonical reference | Tsukasa OI | -1/+1 |
| 2025-04-16 | Also remove the no_sanitize feature for std | Bastian Kersting | -1/+0 |
| 2025-04-15 | Add warning comment to `Take::get_ref` and `Chain::get_ref` | Josh Triplett | -0/+8 |
| 2025-04-15 | Stabilize proc_macro::Span::{start, end, line, column}. | Mara Bos | -4/+4 |
| 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/+36 |
| 2025-04-15 | Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalathar | bors | -105/+280 |
| 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 #139836 - glyn:test-mpmc-receiver-cloning, r=jhpratt | Stuart Cook | -0/+30 |
| 2025-04-15 | Rollup merge of #139822 - 0x79de:fix-eopnotsupp-mapping, r=dtolnay | Stuart Cook | -0/+1 |
| 2025-04-15 | Rollup merge of #139750 - no1wudi:fix, r=tgross35 | Stuart Cook | -6/+11 |
| 2025-04-15 | Rollup merge of #139671 - m-ou-se:proc-macro-span, r=dtolnay | Stuart Cook | -74/+21 |
| 2025-04-15 | Rollup merge of #139554 - lolbinarycat:std-output-exit_ok, r=tgross35 | Stuart Cook | -0/+34 |