about summary refs log tree commit diff
path: root/library/std_detect/src/detect/os
AgeCommit message (Expand)AuthorLines
2025-09-13std_detect Darwin AArch64: synchronize featuresLaine Taffin Altman-0/+11
2025-09-13std_detect Darwin AArch64: re-alphabetizeLaine Taffin Altman-3/+3
2025-09-13std_detect Darwin AArch64: add new-style detection for FEAT_CRC32Laine Taffin Altman-2/+3
2025-09-12fix typo in commentFang He-1/+1
2025-09-08fix typos in commentFang He-2/+2
2025-09-08add some comments to clarify the fixFang He-0/+6
2025-09-08check before test for hardware capabilites in bits 32~63 of usizeFang He-33/+38
2025-08-21Rollup merge of #145415 - a4lg:riscv-implication-to-c, r=AmanieuJacob Pratt-1/+21
2025-08-20Rollup merge of #145531 - sayantn:detect-apxf-avx10, r=AmanieuJacob Pratt-25/+41
2025-08-19Rollup merge of #145099 - heiher:loong-32s, r=folkertdev许杰友 Jieyou Xu (Joe)-7/+6
2025-08-19std_detect: RISC-V: implement implication to "C"Tsukasa OI-1/+21
2025-08-17Add runtime detection for APX-F and AVX10sayantn-25/+41
2025-08-16library: Migrate from `cfg_if` to `cfg_select`Josh Triplett-21/+34
2025-08-09rustc_target: Add the `32s` target feature for LoongArchWANG Rui-7/+6
2025-07-31std_detect: Linux 6.16 support for RISC-VTsukasa OI-4/+6
2025-07-24std_detect testing improvementsbjorn3-0/+1
2025-07-22Embed auxv files directly into the test binaryJakub Beránek-12/+10
2025-07-22Improve error messages of auxv loadingJakub Beránek-10/+17
2025-07-22Move tests around to appease `tidy`Jakub Beránek-260/+255
2025-07-22Reformat `std_detect`Jakub Beránek-77/+28
2025-07-22Move `std_detect` from `library/stdarch` to `library`Jakub Beránek-0/+2693