| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-10 | Add testing for Arm64EC Windows | Daniel Paoliello | -8/+2 | |
| 2025-07-29 | Use GitHub app for authenticating sync workflows | Jakub Beránek | -1/+2 | |
| 2025-07-22 | Remove `std_detect` from stdarch's CI | Jakub Beránek | -12/+1 | |
| 2025-07-18 | add CI action to check that generated files are correctly checked in | Folkert de Vries | -0/+23 | |
| 2025-07-12 | Add rustc-pull CI automation | Jakub Beránek | -0/+22 | |
| 2025-05-06 | Run `aarch64-pc-windows-msvc` runs on the new `windows-11-arm` runners | sayantn | -6/+13 | |
| 2025-05-06 | Add `riscv32` CI run | sayantn | -1/+8 | |
| 2025-05-03 | change how the test is run | James Barford-Evans | -2/+1 | |
| 2025-05-03 | retry adding aarch64_be to the pipeline | James Barford-Evans | -4/+2 | |
| 2025-05-03 | Pr feedback for instruction & hookup CI for aarch64_be | James Barford-Evans | -0/+13 | |
| 2025-04-23 | run `powerpc64le` `assert_instr` on CI | Folkert de Vries | -1/+0 | |
| 2025-04-20 | Remove `x86_64-unknown-linux-gnu` run | sayantn | -4/+1 | |
| + Rename `x86_64-unknown-linux-gnu-emulated` run to `x86_64-unknown-linux-gnu` | ||||
| 2025-04-20 | Add `test-everything` annotations to more archs to ensure test coverage, and ↵ | sayantn | -12/+36 | |
| some small changes to make CI pass - Disable `vsx` tests for `ppc` and `ppc64` - Disable `tme` tests for `aarch64` and `aarch64_be` - Disable `frecipe` tests for `loongarch64` - Add `altivec` run for PPC32 (with `-C target-feature=+vsx` `qemu` gives a nasty error) | ||||
| 2025-04-20 | Replace `cfg(stdarch_intel_sde)` with `STDARCH_TEST_SKIP_FUNCTION` | sayantn | -4/+0 | |
| 2025-04-20 | Remove `cupid` dependency and `env-override-no-avx` CI run | sayantn | -15/+0 | |
| 2025-04-20 | Add PowerPC64 to CI | sayantn | -0/+6 | |
| 2025-04-20 | Upgrade CI OS versions | sayantn | -11/+11 | |
| + Bump ubuntu to 25.04, windows to `windows-2025`, macos-arm to `macos-15` and macos-x86 to `macos-15-large` | ||||
| 2024-12-21 | Add PowerPC (32-bit) to CI | sayantn | -0/+6 | |
| 2024-12-21 | Enable `x86_64-pc-windows-msvc-dev` | Sayantan Chakraborty | -5/+0 | |
| 2024-12-13 | Enable LoongArch CI | WANG Rui | -3/+2 | |
| 2024-12-02 | wasm: Add missing `#[target_feature]` to simd ctors | Alex Crichton | -2/+2 | |
| This is a resubmission of #1609 which was ruled optional but not necessary at the time but it's now necessary. These weren't originally applied as they weren't allowed in a `const` context but that's no longer applicable. At the same time though be sure to add some small tests to ensure that these intrinsics can be used in a `const` context. | ||||
| 2024-11-28 | remove docs publishing | MarcoIeni | -25/+0 | |
| 2024-11-28 | add conclusion job | MarcoIeni | -8/+14 | |
| 2024-11-28 | use merge queue | MarcoIeni | -14/+26 | |
| 2024-11-27 | Disable loongarch and wasm in CI due to fallout from SIMD ABI checking | Amanieu d'Antras | -4/+5 | |
| 2024-11-07 | ci: fix matrix usage | David Wood | -97/+105 | |
| 2024-11-07 | ci: add debug testing | David Wood | -0/+5 | |
| Previous changes in Rust and LLVM have caused stdarch to be broken in debug, so add testing to ensure that this is caught. | ||||
| 2024-09-22 | Upgrade Intel SDE to v9.44 | Sayantan Chakraborty | -1/+0 | |
| Re-enabled `assert_instr` | ||||
| 2024-09-14 | Add Mac Catalyst to CI | Mads Marquart | -1/+6 | |
| 2024-09-14 | Remove unnecessary SDKROOT/MACOS_DEPLOYMENT_TARGET setup in CI | Mads Marquart | -5/+0 | |
| rustc will figure these out by itself. | ||||
| 2024-08-19 | Add loongarch64-unknown-linux-gnu to CI | Eduardo Sánchez Muñoz | -0/+3 | |
| 2024-06-30 | Updates SDE | sayantn | -0/+1 | |
| Updated SDE to v9.33.0 Disabled `assert-instr` in emulated run | ||||
| 2024-06-29 | Fixing CI | sayantn | -13/+3 | |
| Fixed x86_64-apple-darwin freezing. Bump all docker to Ubuntu-24.04 (except for emulated and armv7) | ||||
| 2024-06-29 | Update CI to accommodate for windows-gnu targets | sayantn | -3/+4 | |
| 2024-05-07 | Remove libc dependency on Windows by using Win32 to get env vars | Daniel Paoliello | -5/+9 | |
| 2024-04-19 | Enable testing for AArch64 Windows | Daniel Paoliello | -1/+9 | |
| 2024-03-05 | Update to `wasm32-wasip1`-based testing | Alex Crichton | -2/+2 | |
| This commit is a replacement for #1417 now that rust-lang/rust#12046 has landed. While I was here I went ahead and updated the Wasmtime used in CI and adapted its command line as well. | ||||
| 2024-01-26 | CI: add a success conclusion job | Jakub Beránek | -0/+17 | |
| 2024-01-10 | Use latest version of actions/checkout action | Taiki Endo | -6/+6 | |
| 2023-07-29 | Remove MIPS from CI | Amanieu d'Antras | -16/+20 | |
| These targets have been removed from rustup, see https://github.com/rust-lang/compiler-team/issues/648. | ||||
| 2023-04-24 | ci: Build std_detect on non-Linux & non-x86 targets | Taiki Endo | -0/+10 | |
| 2022-10-25 | Remove Android CI (#1346) | Amanieu d'Antras | -12/+0 | |
| 2021-12-09 | Import the asm! macro from core::arch (#1265) | Amanieu d'Antras | -0/+2 | |
| 2021-12-05 | Add RISC-V platform and PAUSE instruction (#1262) | Luo Jia | -0/+1 | |
| 2021-12-04 | Update the intrinsic checker tool (#1258) | Amanieu d'Antras | -1/+0 | |
| 2021-11-05 | Handle intrinsics with constraints in the test tool. (#1237) | Jamie Cunliffe | -0/+2 | |
| 2021-10-14 | xcode-select no longer necessary on action runners. (#1231) | Hans Kratz | -1/+0 | |
| 2021-09-08 | Run CI on Macos (Big Sur) again. Since otool is no longer used the OOM ↵ | Hans Kratz | -3/+2 | |
| should be gone. | ||||
| 2021-03-11 | Update WebAssembly SIMD/Atomics (#1073) | Alex Crichton | -3/+3 | |
| 2021-03-05 | temporarily disable WASM CI | Rémy Rakic | -3/+3 | |
| The LLVM12 upgrade in rustc may be causing issues | ||||
