Files
rust/library/std/src
Stuart Cook 6ad98750e0 Rollup merge of #145660 - jbatez:darwin_objc, r=jdonszelmann,madsmtm,tmandry
initial implementation of the darwin_objc unstable feature

Tracking issue: https://github.com/rust-lang/rust/issues/145496

This feature makes it possible to reference Objective-C classes and selectors using the same ABI used by native Objective-C on Apple/Darwin platforms. Without it, Rust code interacting with Objective-C must resort to loading classes and selectors using costly string-based lookups at runtime. With it, these references can be loaded efficiently at dynamic load time.

r? ```@tmandry```

try-job: `*apple*`
try-job: `x86_64-gnu-nopt`
2025-09-17 14:56:44 +10:00
..
2025-09-01 21:38:26 -04:00
2024-11-02 11:27:14 +01:00
2025-02-13 13:10:28 -08:00
2025-09-13 20:13:37 +02:00
2025-01-11 06:35:21 +02:00
2025-09-12 17:16:38 +02:00
2025-08-02 01:32:52 +02:00
2025-05-15 11:20:13 +02:00
2025-02-07 16:54:07 +01:00
2025-09-12 17:16:38 +02:00