| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-05-31 | Auto merge of #141678 - Kobzol:revert-141516, r=workingjubilee | bors | -32/+2 |
| 2025-05-31 | std: clarify Clone trait documentation about duplication semantics | xizheyin | -2/+37 |
| 2025-05-30 | RISC-V: Linux: Imply Zicntr from the IMA base behavior | Tsukasa OI | -6/+4 |
| 2025-05-30 | Rollup merge of #141609 - lolbinarycat:core-dedup-ptr-docs-139190, r=workingj... | Jubilee | -123/+67 |
| 2025-05-30 | Rollup merge of #141237 - Qelxiros:139911-exact-div, r=workingjubilee | Jubilee | -1/+207 |
| 2025-05-30 | Rollup merge of #140825 - rs-sac:ext, r=workingjubilee | Jubilee | -66/+150 |
| 2025-05-30 | `slice.get(i)` should use a slice projection in MIR, like `slice[i]` does | Scott McMurray | -20/+120 |
| 2025-05-30 | Add back `std_detect_env_override` | sayantn | -2/+69 |
| 2025-05-30 | Upgrade more intrinsics to the new version | sayantn | -24/+54 |