| Age | Commit message (Expand) | Author | Lines |
| 2025-06-02 | ci: Refactor benchmark regression checks | Trevor Gross | -74/+29 |
| 2025-06-02 | Stabilize AVX512 intrinsics | Amanieu d'Antras | -4595/+4595 |
| 2025-06-02 | Fix incorrect intrinsic name in WASM | sayantn | -2/+2 |
| 2025-06-02 | Fix incorrect intrinsic name in X86 | sayantn | -11/+11 |
| 2025-06-02 | Remove uses of deprecated type-specific pointers from ARM | sayantn | -380/+380 |
| 2025-06-02 | Use correct LLVM intrinsic for `vmull` and `vaddv` | sayantn | -36/+36 |
| 2025-06-02 | Use rust intrinsics for more ARM intrinsics | sayantn | -527/+73 |
| 2025-06-02 | Mark Neon f16 vectors as unstable | Adam Gemmell | -4/+9 |
| 2025-06-02 | Revert vbsl[q]_f16 to unstable | Adam Gemmell | -18/+3 |
| 2025-06-02 | Remove bootstrap cfgs from library/ | Josh Stone | -122/+13 |
| 2025-06-02 | Lightly tweak docs for BTree{Map,Set}::extract_if | Sidney Cammeresi | -7/+7 |
| 2025-06-02 | cleanup: Use `x.biteq(y)` rather than `x.to_bits() == y.to_bits()` | Trevor Gross | -19/+14 |
| 2025-06-02 | Disable f64 minimum/maximum tests for arm 32 | Eric Huss | -2/+2 |
| 2025-06-02 | Rollup merge of #141874 - usamoi:eps, r=tgross35 | Jakub Beránek | -0/+2 |
| 2025-06-02 | Rollup merge of #141858 - zacryol:spe-docs-typo, r=aDotInTheVoid | Jakub Beránek | -1/+1 |
| 2025-06-02 | remove f16: From<u16> | usamoi | -1/+0 |
| 2025-06-02 | Explain TOCTOU on the top of `std::fs`, and ref it in functions | xizheyin | -15/+41 |
| 2025-06-02 | add f16_epsilon and f128_epsilon | usamoi | -0/+2 |
| 2025-06-02 | Fixed a typo in `ManuallyDrop`'s doc | neeko-cat | -1/+1 |
| 2025-06-01 | RISC-V: Linux 6.15 `riscv_hwprobe` support | Tsukasa OI | -3/+39 |
| 2025-06-01 | use `simd_bitreverse` on `aarch64` | Folkert de Vries | -21/+5 |
| 2025-06-01 | Upgrade all dependencies to the latest available version | Trevor Gross | -16/+16 |
| 2025-06-01 | Fix new `dead_code` warnings from recent nightlies | Trevor Gross | -103/+116 |
| 2025-06-01 | Rollup merge of #141224 - RalfJung:no-objects, r=traviscross | Guillaume Gomez | -142/+145 |
| 2025-06-01 | Fix typo in `StructuralPartialEq` docs | zacryol | -1/+1 |
| 2025-06-01 | Auto merge of #141842 - jhpratt:rollup-r7ldrl2, r=jhpratt | bors | -70/+279 |
| 2025-06-01 | Rollup merge of #141832 - workingjubilee:explain-what-toctou-races-are, r=tho... | Jacob Pratt | -8/+19 |
| 2025-06-01 | Rollup merge of #141521 - ruancomelli:const-float-rounding, r=RalfJung | Jacob Pratt | -56/+220 |
| 2025-06-01 | Rollup merge of #141215 - xizheyin:issue-141138, r=workingjubilee | Jacob Pratt | -2/+37 |
| 2025-06-01 | Rollup merge of #141072 - Rynibami:stabilize-const-result-flatten, r=jhpratt | Jacob Pratt | -4/+3 |
| 2025-05-31 | If HOME is empty, use the fallback instead | Chris Denton | -2/+5 |
| 2025-05-31 | Auto merge of #139118 - scottmcm:slice-get-unchecked-intrinsic, r=workingjubilee | bors | -20/+120 |
| 2025-05-31 | library: explain TOCTOU races in `fs::remove_dir_all` | Jubilee Young | -8/+19 |
| 2025-05-31 | terminology: allocated object → allocation | Ralf Jung | -142/+145 |
| 2025-05-31 | Add const support for float rounding methods | Ruan Comelli | -56/+220 |
| 2025-05-31 | Auto merge of #141824 - matthiaskrgr:rollup-7nffwd0, r=matthiaskrgr | bors | -4/+12 |
| 2025-05-31 | Rollup merge of #141805 - tgross35:update-builtins, r=tgross35 | Matthias Krüger | -4/+4 |
| 2025-05-31 | Rollup merge of #141112 - xizheyin:issue-141079, r=Mark-Simulacrum | Matthias Krüger | -0/+8 |
| 2025-05-31 | Auto merge of #141685 - orlp:inplace-tls-drop, r=joboet | bors | -29/+51 |
| 2025-05-31 | std: note that `std::str::from_utf8*` functions are aliases to `std::<str>::f... | xizheyin | -0/+8 |
| 2025-05-31 | intrinsic-test: Reverse `has_constraints()` condition | Tsukasa OI | -1/+1 |
| 2025-05-31 | intrinsic-test: Use `c_prefix` to generate type names | Tsukasa OI | -1/+1 |
| 2025-05-31 | Stabilize `sha512`, `sm3` and `sm4` intrinsics and runtime detection | sayantn | -13/+13 |
| 2025-05-31 | Stabilize keylocker intrinsics and runtime detection | sayantn | -14/+14 |
| 2025-05-31 | intrinsic-test: Modernization of the coding style | Tsukasa OI | -95/+91 |
| 2025-05-31 | stdarch_examples: Modernization of the coding style | Tsukasa OI | -24/+24 |
| 2025-05-31 | stdarch-verify: Modernization of the coding style | Tsukasa OI | -0/+2 |
| 2025-05-31 | stdarch-test: Modernization of the coding style | Tsukasa OI | -1/+1 |
| 2025-05-31 | stdarch-gen-loongarch: Modernization of the coding style | Tsukasa OI | -1/+1 |
| 2025-05-31 | stdarch-gen-arm: Modernization of the coding style | Tsukasa OI | -170/+76 |