about summary refs log tree commit diff
path: root/library/std/src/sys/platform_version/mod.rs
AgeCommit message (Collapse)AuthorLines
2025-09-05Add __isOSVersionAtLeast and __isPlatformVersionAtLeast symbolsMads Marquart-0/+13
Allows users to link to Objective-C code using `@available(...)`.