about summary refs log tree commit diff
path: root/library/std_detect/src/detect/os/darwin
AgeCommit message (Collapse)AuthorLines
2025-09-13std_detect Darwin AArch64: synchronize featuresLaine Taffin Altman-0/+11
Brings the list of checkable features up to date with the initial release of macOS 26 "Tahoe".
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
Now that this feature has a standard identifier, Darwin has started exposing it accordingly, in addition to the existing less-standard way. Check both, and enable the `crc` feature if either identifier for it is present to ensure backwards and forwards compatibility.
2025-07-22Reformat `std_detect`Jakub Beránek-8/+3
2025-07-22Move `std_detect` from `library/stdarch` to `library`Jakub Beránek-0/+155