about summary refs log tree commit diff
path: root/tests/ui/simd/array-trait.rs
AgeCommit message (Collapse)AuthorLines
2025-02-27remove most `simd_` intrinsic declaration in testsFolkert de Vries-10/+3
instead, we can just import the intrinsics from core
2025-02-02Ported tests/ui/simd to use the intrinsic macrovayunbiyani-4/+6
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-1/+0
Done with ```bash sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs ``` and ``` sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs ```
2024-02-25fix use of platform_intrinsics in testsRalf Jung-2/+2
2024-02-20update testsRalf Jung-7/+2
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-0/+2
2023-10-25Work around the fact that `check_mod_type_wf` may spuriously return ↵Oli Scherer-0/+1
`ErrorGuaranteed`, even if that error is only emitted by `check_modwitem_types`
2023-01-11Move /src/test to /testsAlbert Larsan-0/+41