gingerBill 15f7148eae Merge pull request #3526 from laytan/target-features 1 year ago
..
chan f95bb77f72 Fix memory leak in `sync/chan` 1 year ago
atomic.odin 3e7e779abf Replace `core:*` to `base:*` where appropriate 1 year ago
extended.odin 8506e64345 sync: fix deadlock in one shot event 1 year ago
futex_darwin.odin 9c455b2213 darwin: use new wait on address API if possible 1 year ago
futex_freebsd.odin 20943a81c1 Make `sync` calls `contextless` where possible 2 years ago
futex_haiku.odin a71cd07b36 Update "core:runtime" to "base:runtime" 1 year ago
futex_linux.odin 4d65b1ab9c Implement new sys/unix package 1 year ago
futex_openbsd.odin 03b7194c97 Remove `os` dependency for futex_openbsd.odin 2 years ago
futex_wasm.odin 25f1d0906d compiler: improve target features support 1 year ago
futex_windows.odin 90ac400ec5 stdcall -> system 1 year ago
primitives.odin 3e7e779abf Replace `core:*` to `base:*` where appropriate 1 year ago
primitives_atomic.odin e79883e4fd Add `#no_copy` to sync primitives 2 years ago
primitives_darwin.odin 9a16bc5fc5 Remove `core:os` dependency for `base:runtime` 1 year ago
primitives_freebsd.odin 9eb3da0474 Remove import cycle on FreeBSD 3 years ago
primitives_haiku.odin 3ebf5dcc0e fix haiku 1 year ago
primitives_internal.odin f438153b81 Change to use `ODIN_VALGRIND_SUPPORT` 2 years ago
primitives_linux.odin 4d65b1ab9c Implement new sys/unix package 1 year ago
primitives_openbsd.odin 2fda3cf988 Remove os dependency in primitives_openbsd.odin 2 years ago
primitives_wasm.odin f5d9ca64f9 Begin work on new pseudo-architecture: wasm64p32 2 years ago
primitives_windows.odin 20943a81c1 Make `sync` calls `contextless` where possible 2 years ago
sync_util.odin 7f1069cb0b Add Recursive_Mutex procedures to procedure groups 1 year ago