Commit Graph

17404 Commits

Author SHA1 Message Date
gingerBill
31184535a0 Merge pull request #6605 from odin-lang/bill/array-cast
Native Array Casting Semantics
2026-04-28 11:07:31 +01:00
gingerBill
7ca3b87bd8 Merge pull request #6625 from BunterSchatten/fix-lockfileex
Fix LockFileEx and UnlockFileEx
2026-04-27 13:52:31 +01:00
David Bader
e06fa11a67 Fix LockFileEx and UnlockFileEx 2026-04-27 14:42:56 +02:00
gingerBill
e06f3598f4 Merge pull request #6624 from 3rd-Party-Guy/issue/6621-recursive-type-def-assertion-fail
gh 6621
2026-04-27 11:05:31 +01:00
Ignacy Koper
3e64a72bad removed Essence from supported targets
Signed-off-by: Ignacy Koper <ignacy423@gmail.com>
2026-04-27 11:10:48 +02:00
Nikolay Hadzhiev
f91fd92842 gh 6621 2026-04-27 10:28:35 +02:00
gingerBill
a40f275b0c Check to see if a normal type is being used in a typeid context 2026-04-27 09:23:04 +01:00
gingerBill
8ea1cbc230 Mock out vectorization of array binary arithmetic (probably not better in practice some of the time) 2026-04-24 18:19:41 +01:00
andzdroid
494ecad737 core/math/linalg: Fix negated quaternions in angle_from_quaternion 2026-04-23 21:27:50 +01:00
gingerBill
5c2efb78ac SIMD-ify [N]float -> [N]complex 2026-04-23 18:35:00 +01:00
gingerBill
b0ce87eef8 Update to use the new casting operation 2026-04-23 10:45:27 +01:00
gingerBill
a44b8b0af0 Support ([N]T)([N]U{...}) 2026-04-23 10:42:53 +01:00
gingerBill
01734dfa9b Merge pull request #6599 from 3rd-Party-Guy/issue/6594-self-ref-global-init
Fixes #6594
2026-04-22 13:44:08 +01:00
gingerBill
021c224f5c Fix alignment 2026-04-22 13:38:47 +01:00
gingerBill
cad5e42eab Merge pull request #6601 from FourteenBrush/master
Make @(rodata) on constants yield 'not supported' message (Fixes #5422)
2026-04-22 13:38:28 +01:00
FourteenBrush
44938b6b64 Make @(rodata) on constants yield 'not supported' message 2026-04-22 14:33:21 +02:00
gingerBill
489cf7d521 Merge pull request #6600 from blob1807/master
Remove accidentally 7
2026-04-22 13:24:39 +01:00
blob1807
f2c3b00885 Remove accidentally 7
Remove a miss typed seven added in commit 6e09ce9
2026-04-22 22:22:13 +10:00
gingerBill
46ed5500b1 Fix lb_convert_struct_index for struct #raw_union 2026-04-22 13:18:26 +01:00
Nikolay Hadzhiev
48e83ad003 gh 6594
prevent compiler crash from self-referential global initialisation
2026-04-22 13:14:08 +02:00
gingerBill
608709693b Fix #6590 2026-04-22 11:32:58 +01:00
gingerBill
50323b43d6 Fix #6597 2026-04-22 11:17:17 +01:00
gingerBill
a52d0280f7 Merge pull request #6525 from blob1807/win32_association_api
[win32 api] Add Reg Association API
2026-04-22 11:14:46 +01:00
gingerBill
0b2b7d2c1f Merge pull request #6596 from odin-lang/bill/support-tuple-compound-elements
Support Multiple Return Values within Compound Literal Elements
2026-04-22 10:19:21 +01:00
gingerBill
ef275c5c0e Support []int{multiple_returns(), 123} 2026-04-21 17:45:36 +01:00
gingerBill
b1e8ec5e64 Allow for Some_Struct{multiple_return_value(), 123} 2026-04-21 17:17:59 +01:00
gingerBill
0a080751e0 Merge branch 'master' of https://github.com/odin-lang/Odin 2026-04-21 16:36:09 +01:00
gingerBill
92c17b85e1 Allow assigning subtypes to unions 2026-04-21 16:35:57 +01:00
gingerBill
ec091a638a Merge pull request #6586 from Znarf64/prevent_coredump_from_systemcall
Prevent coredump when child process gets killed by signal.
2026-04-21 16:26:15 +01:00
Jeroen van Rijn
a970a5c35b Merge pull request #6573 from Yawning/feature/crypto/noise
core/crypto/noise: Import Lord-Hellgrim's noise implementation
2026-04-21 13:29:09 +02:00
Yawning Angel
6ad118ca90 ci: Run the core/crypto/noise known answer tests 2026-04-20 21:34:24 +09:00
Yawning Angel
40554a5d87 test/core/crypto/noise: Add known answer tests 2026-04-20 21:34:24 +09:00
Yawning Angel
195b8593b5 test/core/crypto/wycheproof: Refactor/dead code removal 2026-04-20 21:34:24 +09:00
Yawning Angel
4e8c80f80b core/crypto/noise: Move the smoke tests to the standard location 2026-04-20 21:34:24 +09:00
Yawning Angel
81011ec361 core/crypto/noise: Add support for deferred patterns 2026-04-20 21:34:24 +09:00
Yawning Angel
81c89a6094 core/crypto/noise: Rename things to match convention 2026-04-20 21:34:24 +09:00
Yawning Angel
2a61f0920d core/crypto/noise: Fix HandshakeState_[Read,Write]Message
Per the specification EncryptAndHash/DecryptAndHash are always called.
2026-04-20 19:25:30 +09:00
Lord_Hellgrim
2623a8fa9f Added noise package to core:crypto
Special thanks to Yawning for review, guidance, and massive updates.
2026-04-20 19:25:30 +09:00
Yawning Angel
19f249b475 core/crypto/ecdh: Add private_key_set and public_key_set 2026-04-20 19:25:30 +09:00
Yawning Angel
64868089a6 core/crypto/ed25519: Add private_key_set, public_key_(set,clear) 2026-04-20 19:25:30 +09:00
Yawning Angel
bd7b67317d core/crypto/ecdsa: Add private_key_set and public_key_set 2026-04-20 19:25:30 +09:00
Yawning Angel
0af538c70a core/crypto: Fix doc comment (No functional changes) 2026-04-20 15:16:46 +09:00
gingerBill
5d75090014 Add more ntdll related timing procedures 2026-04-18 13:06:54 +01:00
Franz
fa3a9b6f04 Prevent coredump when child process gets killed by signal.
Generating a coredump here is not useful, but is relatively
slow and generates a useless ~20M file every time.
The child process still creates a coredump.
2026-04-17 12:49:29 +02:00
gingerBill
ef4241e00a Merge pull request #6565 from taylormck/update-vulkan-version-macros
feat(vulkan): add version macros
2026-04-17 10:18:20 +01:00
gingerBill
f462fbf0d9 Merge pull request #6583 from Znarf64/fix_array_count
Fix array counts for floats that are exactly representable as ints eg. [1.1e4]int
2026-04-17 09:52:11 +01:00
Franz
87c40b6465 Fix array counts for floats that are exactly representable as ints eg. [1.1e4]int 2026-04-16 22:57:20 +02:00
gingerBill
320f0f0fbd Merge pull request #6581 from jakubtomsu/fmt-map-set
Omit value when formatting map[T]struct{}
2026-04-16 18:05:54 +01:00
Jeroen van Rijn
ccd789f442 Merge pull request #6575 from juaumjuaumjuaum/master
core:path/filepath Create wrappers for allocating procedures
2026-04-16 18:25:09 +02:00
jakubtomsu
1b99e08a9e omit value when formatting map[T]struct{} 2026-04-16 17:04:34 +02:00