| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
| 2021-12-05 | Add spin_loop hint for RISC-V architecture | luojia65 | -0/+0 | |
| This commit also updates `stdarch` git submodule. | ||||
| 2021-11-19 | Update stdarch | Eric Huss | -0/+0 | |
| 2021-11-10 | Update stdarch/dlmalloc | Alex Crichton | -0/+0 | |
| Ensure that they compile with the now-a-feature-is-required logic. | ||||
| 2021-11-10 | Update stdarch/compiler_builtins | Alex Crichton | -0/+0 | |
| Brings in some fixes and better support for the wasm64 target. | ||||
| 2021-09-21 | Update stdarch submodule | Hans Kratz | -0/+0 | |
| This mainly fixes the critical issue of aarch64 store intrinsics overwriting additional memory, see https://github.com/rust-lang/stdarch/issues/1220 Other changes: * aarch64/armv7: additional vld1/vst1 intrinsics + perf fixes for existing ones * armv7: Make FMA work with vfpv4 * Non-visible changes to the testing framework | ||||
| 2021-08-24 | Update the stdarch submodule | Alex Crichton | -0/+0 | |
| This notably brings in a number of codegen updates to ensure that wasm simd intrinsics generate the expected instruction with LLVM 13 | ||||
| 2021-08-03 | Update `stdarch` to deprecate `crypto` aarch64 target_feature | Adam Gemmell | -0/+0 | |
| 2021-06-13 | Update `stdarch` submodule to stabilize `simd_x86_bittest` feature | Yuki Okushi | -0/+0 | |
| 2021-06-10 | std: Stabilize wasm simd intrinsics | Alex Crichton | -0/+0 | |
| This commit performs two changes to stabilize Rust support for WebAssembly simd intrinsics: * The stdarch submodule is updated to pull in rust-lang/stdarch#1179. * The `wasm_target_feature` feature gate requirement for the `simd128` feature has been removed, stabilizing the name `simd128`. This should conclude the FCP started on #74372 and... Closes #74372 | ||||
| 2021-05-20 | Update stdarch to fix x86 byte shift intrinsics | Amanieu d'Antras | -0/+0 | |
| Fixes #85446 | ||||
| 2021-05-13 | update stdarch | Ralf Jung | -0/+0 | |
| 2021-05-08 | Bump stdarch submodule | Amanieu d'Antras | -0/+0 | |
| 2021-04-12 | Update stdarch submodule (to before it switched to const generics) | Joshua Nelson | -0/+0 | |
| This also includes a cherry-pick of https://github.com/rust-lang/stdarch/commit/ec1461905b421cf0c56adeebb49bbf55bb33fd17 and https://github.com/rust-lang/stdarch/pull/1108 to fix a build failure. It also adds a re-export of various macros to the crate root of libstd - previously they would show up automatically because std_detect was defined in the same crate. | ||||
| 2020-12-21 | Update stdarch submodule | Tomasz Miąsko | -0/+0 | |
| 2020-12-11 | Update stdarch submodule | Tomasz Miąsko | -0/+0 | |
| 2020-11-17 | Enable AVX512 *epi64 variants by updating stdarch | Mahmut Bulut | -0/+0 | |
| 2020-10-01 | Update stdarch submodule | Joshua Nelson | -0/+0 | |
| The primary purpose is to get the fixes from https://github.com/rust-lang/stdarch/pull/920 and https://github.com/rust-lang/stdarch/pull/922. The other changes included are https://github.com/rust-lang/stdarch/pull/917 and https://github.com/rust-lang/stdarch/pull/919. | ||||
| 2020-09-27 | fix redundant delarations of const_fn_transmute | Dong Bo | -0/+0 | |
| 2020-09-27 | update stdarch submodule | Dong Bo | -0/+0 | |
| 2020-09-15 | Update stdarch | Jethro Beekman | -0/+0 | |
| 2020-08-03 | fix broken git commit in stdarch | kennytm | -0/+0 | |
| 2020-08-02 | Document the discrepancy in the mask type for _mm_shuffle_ps | Georgio Nicolas | -0/+0 | |
| 2020-07-28 | Update stdarch submodule | Alex Crichton | -0/+0 | |
| This commit updates the src/stdarch submodule primarily to include rust-lang/stdarch#874 which updated and revamped WebAssembly SIMD intrinsics and renamed WebAssembly atomics intrinsics. This is all unstable surface area of the standard library so the changes should be ok here. The SIMD updates also enable SIMD intrinsics to be used by any program any any time, yay! cc #74372, a tracking issue I've opened for the stabilization of SIMD intrinsics | ||||
