| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-10 | Update version placeholders in stdarch | Josh Stone | -0/+0 | |
| 2025-06-12 | Update the stdarch submodule | Trevor Gross | -0/+0 | |
| Includes the following changes: * Add s390x z17 target features [1] * Remove `compiler-builtins` from `rustc-dep-of-std` dependencies [2] * Darwin AArch64 detection update [3] * Fixes for the latest nightly [4] * Add a lockfile [5] [1]: https://github.com/rust-lang/stdarch/pull/1826 [2]: https://github.com/rust-lang/stdarch/pull/1825 [3]: https://github.com/rust-lang/stdarch/pull/1827 [4]: https://github.com/rust-lang/stdarch/pull/1830 [5]: https://github.com/rust-lang/stdarch/pull/1829 | ||||
| 2025-06-03 | Update stdarch submodule | sayantn | -0/+0 | |
| 2025-05-21 | bump stdarch | Ralf Jung | -0/+0 | |
| 2025-05-18 | Stabilize `avx512_target_feature` | sayantn | -0/+0 | |
| 2025-05-01 | Update stdarch | sayantn | -0/+0 | |
| 2025-04-24 | stdarch | bendn | -0/+0 | |
| 2025-04-16 | Update stdarch submodule | Guillaume Gomez | -0/+0 | |
| 2025-03-06 | Update stdarch | Eric Huss | -0/+0 | |
| 2024-12-24 | Bump `stdarch` | daxpedda | -0/+0 | |
| 2024-11-18 | Bump `stdarch` to the latest master | Urgau | -0/+0 | |
| 2024-10-28 | bump stdarch | Ralf Jung | -0/+0 | |
| 2024-10-10 | stdarch: Bump stdarch submodule | Kajetan Puchalski | -0/+0 | |
| 2024-09-11 | update stdarch | Ralf Jung | -0/+0 | |
| 2024-08-21 | Update stdarch submodule | Scott McMurray | -0/+0 | |
| 2024-08-04 | Update stdarch | sayantn | -0/+0 | |
| 2024-05-15 | feat: update stdarch submodule for intrinsics on ARM | Olasunkanmi Olayinka | -0/+0 | |
| 2024-04-21 | Update stdarch submodule | Ben Kimock | -0/+0 | |
| 2024-04-11 | Update stdarch submodule | Daniel Paoliello | -0/+0 | |
| 2024-03-22 | Update stdarch submodule | Daniel Paoliello | -0/+0 | |
| 2024-02-24 | update stdarch | Ralf Jung | -0/+0 | |
| 2024-02-19 | Update stdarch submodule | Guillaume Gomez | -0/+0 | |
| 2024-01-30 | Update stdarch submodule | Amanieu d'Antras | -0/+0 | |
| 2023-10-12 | Bump stdarch submodule | Eduardo Sánchez Muñoz | -0/+0 | |
| 2023-10-02 | Bump stdarch submodule | Eduardo Sánchez Muñoz | -0/+0 | |
| 2023-09-05 | Bump stdarch submodule | Eduardo Sánchez Muñoz | -0/+0 | |
| 2023-06-13 | Bump stdarch | Scott McMurray | -0/+0 | |
| 2023-05-08 | stdarch: update submodule, take 5 | Kisaragi Marine | -0/+0 | |
| 2023-05-04 | stdarch: update submodule, take 4 | Kisaragi Marine | -0/+0 | |
| 2023-04-25 | stdarch: update submodule, take 3 | Kisaragi Marine | -0/+0 | |
| 2023-04-24 | stdarch: update submodule, take 2 | Kisaragi Marine | -0/+0 | |
| 2023-04-13 | stdarch: update submodule | Kisaragi Marine | -0/+0 | |
| 2023-03-19 | Update stdarch | Nilstrieb | -0/+0 | |
| Bring the the `#![allow(internal_features)]` | ||||
| 2022-12-29 | update stdarch | Yann Simon | -0/+0 | |
| This will allow using miri on simd instructions https://github.com/rust-lang/stdarch/issues/1347#issuecomment-1353664361 | ||||
| 2022-10-13 | library: update stdarch submodule | luojia65 | -0/+0 | |
| add feature target_feature_11 and riscv_target_feature | ||||
| 2022-09-15 | Update stdarch | Wesley Wiser | -0/+0 | |
| stdarch updated their version of `cfg-if` so we need to update the one used by libstd as well. | ||||
| 2022-08-23 | Update stdarch submodule | Tomasz Miąsko | -0/+0 | |
| 2022-05-10 | Also allow unused macro rules in stdarch | est31 | -0/+0 | |
| 2022-04-11 | Bump stdarch | Jacob Pratt | -0/+0 | |
| 2022-03-02 | Update stdarch submodule | Guillaume Gomez | -0/+0 | |
| 2022-02-17 | Fix 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-10 | Update stdarch submodule | Adam Gemmell | -0/+0 | |
| 2022-02-10 | Move `is_aarch64_feature_detected!` to `simd_aarch64` feature and stabilise | Adam Gemmell | -0/+0 | |
| 2022-01-28 | Update stdarch submodule | Amanieu d'Antras | -0/+0 | |
| 2022-01-18 | Fix stdarch submodule pointing to commit outside tree | Amanieu 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-17 | Stabilize vec_spare_capacity | Amanieu d'Antras | -0/+0 | |
| Closes #75017 | ||||
| 2022-01-05 | Add is_riscv_feature_detected!; modify impl of hint::spin_loop | luojia65 | -0/+0 | |
| Update library/core/src/hint.rs Co-authored-by: Amanieu d'Antras <amanieu@gmail.com> Remove redundant config gate | ||||
| 2021-12-15 | update stdarch | SparrowLii | -0/+0 | |
| 2021-12-12 | Stabilize 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-09 | Update stdarch dependency | luojia65 | -0/+0 | |
