Files
rust/library/std/src
Jubilee 037c62a196 Rollup merge of #124788 - madsmtm:reduce-target_os-macos, r=workingjubilee
Convert instances of `target_os = "macos"` to `target_vendor = "apple"`

https://github.com/rust-lang/rust/pull/124491 migrated towards using `target_vendor = "apple"` more, as there's very little difference between iOS, tvOS, watchOS and visionOS. In that PR, I only did the changes where the standard library already had fixes for iOS, that I could confidently apply to the other targets.

However, there's actually also not that big of a gap between macOS and the aforementioned platforms - so in this PR, I've gone through a few of the instances of `target_os = "macos"` and replaced it with `target_vendor = "apple"` to improve support on those platforms, see the commits for details.

r? workingjubilee

CC `@thomcc` `@simlay` (do tell me if I should stop pinging you on these Apple PRs)

`@rustbot` label O-apple
2024-05-08 00:37:10 -07:00
..
2023-12-10 10:56:22 +08:00
2023-12-10 10:56:22 +08:00
2023-08-13 13:07:53 -06:00
2024-04-10 13:50:27 -04:00
2024-04-10 13:50:27 -04:00
2023-12-22 11:01:42 +01:00
2024-03-20 15:35:13 +01:00
2024-01-11 11:30:12 -05:00
2023-12-10 10:56:22 +08:00
2024-05-01 22:19:11 -04:00
2023-05-03 22:09:33 -07:00
2024-02-29 14:28:47 -05:00
2023-11-26 09:25:07 +08:00
2024-04-10 13:50:27 -04:00
2024-04-10 13:50:27 -04:00
2024-05-01 22:19:11 -04:00
2023-12-12 18:12:23 +08:00
2024-05-01 21:01:51 -04:00
2024-04-08 11:57:17 +00:00
2024-05-01 21:01:51 -04:00
2024-03-07 07:49:22 +01:00