about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-06-02Remove bootstrap cfgs from library/Josh Stone-122/+13
2025-06-02Lightly tweak docs for BTree{Map,Set}::extract_ifSidney Cammeresi-7/+7
2025-06-02cleanup: Use `x.biteq(y)` rather than `x.to_bits() == y.to_bits()`Trevor Gross-19/+14
2025-06-02Disable f64 minimum/maximum tests for arm 32Eric Huss-2/+2
2025-06-02Rollup merge of #141874 - usamoi:eps, r=tgross35Jakub Beránek-0/+2
2025-06-02Rollup merge of #141858 - zacryol:spe-docs-typo, r=aDotInTheVoidJakub Beránek-1/+1
2025-06-02remove f16: From<u16>usamoi-1/+0
2025-06-02Explain TOCTOU on the top of `std::fs`, and ref it in functionsxizheyin-15/+41
2025-06-02add f16_epsilon and f128_epsilonusamoi-0/+2
2025-06-02Fixed a typo in `ManuallyDrop`'s docneeko-cat-1/+1
2025-06-01RISC-V: Linux 6.15 `riscv_hwprobe` supportTsukasa OI-3/+39
2025-06-01use `simd_bitreverse` on `aarch64`Folkert de Vries-21/+5
2025-06-01Upgrade all dependencies to the latest available versionTrevor Gross-16/+16
2025-06-01Fix new `dead_code` warnings from recent nightliesTrevor Gross-103/+116
2025-06-01Rollup merge of #141224 - RalfJung:no-objects, r=traviscrossGuillaume Gomez-142/+145
2025-06-01Fix typo in `StructuralPartialEq` docszacryol-1/+1
2025-06-01Auto merge of #141842 - jhpratt:rollup-r7ldrl2, r=jhprattbors-70/+279
2025-06-01Rollup merge of #141832 - workingjubilee:explain-what-toctou-races-are, r=tho...Jacob Pratt-8/+19
2025-06-01Rollup merge of #141521 - ruancomelli:const-float-rounding, r=RalfJungJacob Pratt-56/+220
2025-06-01Rollup merge of #141215 - xizheyin:issue-141138, r=workingjubileeJacob Pratt-2/+37
2025-06-01Rollup merge of #141072 - Rynibami:stabilize-const-result-flatten, r=jhprattJacob Pratt-4/+3
2025-05-31If HOME is empty, use the fallback insteadChris Denton-2/+5
2025-05-31Auto merge of #139118 - scottmcm:slice-get-unchecked-intrinsic, r=workingjubileebors-20/+120
2025-05-31library: explain TOCTOU races in `fs::remove_dir_all`Jubilee Young-8/+19
2025-05-31terminology: allocated object → allocationRalf Jung-142/+145
2025-05-31Add const support for float rounding methodsRuan Comelli-56/+220
2025-05-31Auto merge of #141824 - matthiaskrgr:rollup-7nffwd0, r=matthiaskrgrbors-4/+12
2025-05-31Rollup merge of #141805 - tgross35:update-builtins, r=tgross35Matthias Krüger-4/+4
2025-05-31Rollup merge of #141112 - xizheyin:issue-141079, r=Mark-SimulacrumMatthias Krüger-0/+8
2025-05-31Auto merge of #141685 - orlp:inplace-tls-drop, r=joboetbors-29/+51
2025-05-31std: note that `std::str::from_utf8*` functions are aliases to `std::<str>::f...xizheyin-0/+8
2025-05-31intrinsic-test: Reverse `has_constraints()` conditionTsukasa OI-1/+1
2025-05-31intrinsic-test: Use `c_prefix` to generate type namesTsukasa OI-1/+1
2025-05-31Stabilize `sha512`, `sm3` and `sm4` intrinsics and runtime detectionsayantn-13/+13
2025-05-31Stabilize keylocker intrinsics and runtime detectionsayantn-14/+14
2025-05-31intrinsic-test: Modernization of the coding styleTsukasa OI-95/+91
2025-05-31stdarch_examples: Modernization of the coding styleTsukasa OI-24/+24
2025-05-31stdarch-verify: Modernization of the coding styleTsukasa OI-0/+2
2025-05-31stdarch-test: Modernization of the coding styleTsukasa OI-1/+1
2025-05-31stdarch-gen-loongarch: Modernization of the coding styleTsukasa OI-1/+1
2025-05-31stdarch-gen-arm: Modernization of the coding styleTsukasa OI-170/+76
2025-05-31Auto merge of #141678 - Kobzol:revert-141516, r=workingjubileebors-32/+2
2025-05-31std: clarify Clone trait documentation about duplication semanticsxizheyin-2/+37
2025-05-30RISC-V: Linux: Imply Zicntr from the IMA base behaviorTsukasa OI-6/+4
2025-05-30Rollup merge of #141609 - lolbinarycat:core-dedup-ptr-docs-139190, r=workingj...Jubilee-123/+67
2025-05-30Rollup merge of #141237 - Qelxiros:139911-exact-div, r=workingjubileeJubilee-1/+207
2025-05-30Rollup merge of #140825 - rs-sac:ext, r=workingjubileeJubilee-66/+150
2025-05-30`slice.get(i)` should use a slice projection in MIR, like `slice[i]` doesScott McMurray-20/+120
2025-05-30Add back `std_detect_env_override`sayantn-2/+69
2025-05-30Upgrade more intrinsics to the new versionsayantn-24/+54