aboutsummaryrefslogtreecommitdiff
path: root/base/runtime/procs_darwin.odin
Commit message (Expand)AuthorAgeFilesLines
* Correct signature (missing return value) for `objc_msgSendSuper2`Harold Brenes2025-09-301-1/+3
* Automatically emit objc_msgSend calls when calling imported or implemented Ob...Harold Brenes2025-09-291-4/+12
* Implementes the block ABI.2010.3.16 natively via the `objc_block` intrinsic a...Harold Brenes2025-08-061-1/+11
* Fix @objc_implement methods not respecting @objc_is_class_methodHarold Brenes2025-07-151-0/+1
* Add initial support for Objective-C class implementationHarold Brenes2025-04-201-6/+19
* Add `priority_index` to `Foundation.framework` import in `base:runtime`gingerBill2025-01-221-0/+1
* Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-141-1/+1
* Remove `core:os` dependency from `base:runtime`; change to `base:intrinsics`gingerBill2024-01-281-1/+1
* Move `core:runtime` to `base:runtime`; keep alias aroundgingerBill2024-01-281-0/+21