about summary refs log tree commit diff
path: root/library/std/tests/run-time-detect.rs
AgeCommit message (Expand)AuthorLines
2025-06-25make `tidy-alphabetical` use a natural sortFolkert de Vries-4/+4
2025-03-09expose `is_s390x_feature_detected` from `std::arch`Folkert de Vries-0/+30
2024-10-10rustc_target: Add sme-b16b16 as an explicit aarch64 target featureKajetan Puchalski-0/+1
2024-08-27rustc_target: Add SME aarch64 featuresKajetan Puchalski-0/+13
2024-08-27rustc_target: Add various aarch64 featuresKajetan Puchalski-0/+21
2024-05-24Stop using the avx512er and avx512pf x86 target featuresHans Wennborg-2/+0
2024-01-30Update feature names for new stdarchAmanieu d'Antras-6/+10
2023-05-08std: remove test for arm's crypto featureKisaragi Marine-1/+0
2023-01-27Rollup merge of #105784 - yanns:update_stdarch, r=AmanieuYuki Okushi-3/+3
2023-01-26fix alphabetical sortYann Simon-3/+3
2023-01-26remove avx512 prefix for gfni, vaes and vpclmulqdqYann Simon-3/+3
2022-12-30Replace libstd, libcore, liballoc in docs.jonathanCogan-1/+1
2022-12-28delete more `cfg(bootstrap)`Lukas Markeffsky-1/+0
2022-10-14Sort target features alphabeticallynils-38/+48
2022-03-22Fold aarch64 feature +fp into +neonJubilee Young-1/+0
2022-02-10Move `is_aarch64_feature_detected!` to `simd_aarch64` feature and stabiliseAdam Gemmell-3/+3
2022-01-28Move unstable is_{arch}_feature_detected! macros to std::archAmanieu d'Antras-0/+6
2021-08-03Update aarch64 runtime feature detection testsAdam Gemmell-2/+36
2021-05-19Remove test for crypto feature ahead of its removalAdam Gemmell-1/+0
2020-10-26Updated documentation, x86 feature detection testing, and removed LLVM 9 excl...DevJPM-0/+7
2020-10-25Removed movbe from run-time-detectDevJPM-1/+1
2020-10-25Updated the list of white-listed target features for x86DevJPM-25/+38
2020-07-27mv std libs to library/mark-0/+95