| Age | Commit message (Expand) | Author | Lines |
| 2025-04-18 | Auto merge of #139996 - matthiaskrgr:rollup-0nka2hw, r=matthiaskrgr | bors | -1/+12 |
| 2025-04-18 | rtprintpanic: clarify that the error is aborting the process | Lieselotte | -1/+1 |
| 2025-04-18 | LocalKey<T>: document that the dtor should not panic | Lieselotte | -1/+5 |
| 2025-04-18 | Ensure all public functions are marked `no_panic` | Trevor Gross | -0/+15 |
| 2025-04-18 | ci: Account for `PR_NUMBER` being set to an empty string | Trevor Gross | -1/+1 |
| 2025-04-18 | Ensure configure.rs changes trigger rebuilds | Trevor Gross | -0/+3 |
| 2025-04-18 | Remove impl_tag from CONTRIBUTING.md file | arshitas | -1/+1 |
| 2025-04-17 | ci: Increase the timeout for extensive tests | Trevor Gross | -1/+1 |
| 2025-04-17 | ci: Require `ci: allow-many-extensive` if a threshold is exceeded | Trevor Gross | -3/+25 |
| 2025-04-17 | ci: Allow skipping extensive tests with `ci: skip-extensive` | Trevor Gross | -30/+73 |
| 2025-04-17 | ci: Cancel jobs when a new push happens | Trevor Gross | -0/+5 |
| 2025-04-18 | Rollup merge of #139934 - tgross35:update-builtins, r=tgross35 | Matthias Krüger | -4/+4 |
| 2025-04-18 | Rollup merge of #139553 - petrosagg:channel-double-free, r=RalfJung,tgross35 | Matthias Krüger | -1/+12 |
| 2025-04-17 | Combine the source files for more generic implementations | Trevor Gross | -804/+819 |
| 2025-04-17 | Make `assert_biteq!` not rely on having `Int` in scope | Trevor Gross | -9/+9 |
| 2025-04-17 | Add `NEG_NAN` to `Float` | Trevor Gross | -4/+22 |
| 2025-04-17 | Rollup merge of #139977 - Amanieu:select_unpredictable_drop, r=RalfJung | Matthias Krüger | -9/+48 |
| 2025-04-17 | Rollup merge of #139483 - RalfJung:nan, r=tgross35 | Matthias Krüger | -32/+40 |
| 2025-04-17 | Update `compiler-builtins` to 0.1.155 | Trevor Gross | -4/+4 |
| 2025-04-17 | chore: release v0.1.155 | github-actions[bot] | -1/+9 |
| 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 |