summary refs log tree commit diff
path: root/library/stdarch
AgeCommit message (Collapse)AuthorLines
2025-06-20Backport rust-lang/stdarch#1818 for 1.88Amanieu d'Antras-0/+0
2025-05-01Update stdarchsayantn-0/+0
2025-04-24stdarchbendn-0/+0
2025-04-16Update stdarch submoduleGuillaume Gomez-0/+0
2025-03-06Update stdarchEric Huss-0/+0
2024-12-24Bump `stdarch`daxpedda-0/+0
2024-11-18Bump `stdarch` to the latest masterUrgau-0/+0
2024-10-28bump stdarchRalf Jung-0/+0
2024-10-10stdarch: Bump stdarch submoduleKajetan Puchalski-0/+0
2024-09-11update stdarchRalf Jung-0/+0
2024-08-21Update stdarch submoduleScott McMurray-0/+0
2024-08-04Update stdarchsayantn-0/+0
2024-05-15feat: update stdarch submodule for intrinsics on ARMOlasunkanmi Olayinka-0/+0
2024-04-21Update stdarch submoduleBen Kimock-0/+0
2024-04-11Update stdarch submoduleDaniel Paoliello-0/+0
2024-03-22Update stdarch submoduleDaniel Paoliello-0/+0
2024-02-24update stdarchRalf Jung-0/+0
2024-02-19Update stdarch submoduleGuillaume Gomez-0/+0
2024-01-30Update stdarch submoduleAmanieu d'Antras-0/+0
2023-10-12Bump stdarch submoduleEduardo Sánchez Muñoz-0/+0
2023-10-02Bump stdarch submoduleEduardo Sánchez Muñoz-0/+0
2023-09-05Bump stdarch submoduleEduardo Sánchez Muñoz-0/+0
2023-06-13Bump stdarchScott McMurray-0/+0
2023-05-08stdarch: update submodule, take 5Kisaragi Marine-0/+0
2023-05-04stdarch: update submodule, take 4Kisaragi Marine-0/+0
2023-04-25stdarch: update submodule, take 3Kisaragi Marine-0/+0
2023-04-24stdarch: update submodule, take 2Kisaragi Marine-0/+0
2023-04-13stdarch: update submoduleKisaragi Marine-0/+0
2023-03-19Update stdarchNilstrieb-0/+0
Bring the the `#![allow(internal_features)]`
2022-12-29update stdarchYann Simon-0/+0
This will allow using miri on simd instructions https://github.com/rust-lang/stdarch/issues/1347#issuecomment-1353664361
2022-10-13library: update stdarch submoduleluojia65-0/+0
add feature target_feature_11 and riscv_target_feature
2022-09-15Update stdarchWesley Wiser-0/+0
stdarch updated their version of `cfg-if` so we need to update the one used by libstd as well.
2022-08-23Update stdarch submoduleTomasz Miąsko-0/+0
2022-05-10Also allow unused macro rules in stdarchest31-0/+0
2022-04-11Bump stdarchJacob Pratt-0/+0
2022-03-02Update stdarch submoduleGuillaume Gomez-0/+0
2022-02-17Fix documentation for is_X_feature_detected!Amanieu d'Antras-0/+0
These are now properly documented for all architectures and the stability attributes in the docs are now correctly displayed.
2022-02-10Update stdarch submoduleAdam Gemmell-0/+0
2022-02-10Move `is_aarch64_feature_detected!` to `simd_aarch64` feature and stabiliseAdam Gemmell-0/+0
2022-01-28Update stdarch submoduleAmanieu d'Antras-0/+0
2022-01-18Fix stdarch submodule pointing to commit outside treeAmanieu d'Antras-0/+0
PR #93016 was merged with the stdarch submodule pointing to a commit in a PR branch and not in master. This was due to a circular dependency between the rust and stdarch changes which would cause the other to fail to build. cc #75109
2022-01-17Stabilize vec_spare_capacityAmanieu d'Antras-0/+0
Closes #75017
2022-01-05Add is_riscv_feature_detected!; modify impl of hint::spin_loopluojia65-0/+0
Update library/core/src/hint.rs Co-authored-by: Amanieu d'Antras <amanieu@gmail.com> Remove redundant config gate
2021-12-15update stdarchSparrowLii-0/+0
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-0/+0
They are also removed from the prelude as per the decision in https://github.com/rust-lang/rust/issues/87228. stdarch and compiler-builtins are updated to work with the new, stable asm! and global_asm! macros.
2021-12-09Update stdarch dependencyluojia65-0/+0
2021-12-05Add spin_loop hint for RISC-V architectureluojia65-0/+0
This commit also updates `stdarch` git submodule.
2021-11-19Update stdarchEric Huss-0/+0
2021-11-10Update stdarch/dlmallocAlex Crichton-0/+0
Ensure that they compile with the now-a-feature-is-required logic.
2021-11-10Update stdarch/compiler_builtinsAlex Crichton-0/+0
Brings in some fixes and better support for the wasm64 target.