17342 Commits

Author SHA1 Message Date
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
Jeroen van Rijn
df6fff6e4d Merge pull request #6579 from juaumjuaumjuaum/os-stem-empty-fix
Fix os.stem on empty path
2026-04-16 15:37:02 +02:00
juaum
7e4240a460 Fix os.stem on empty path 2026-04-16 15:11:40 +02:00
juaum
54866dc3c8 core:path/filepath Add wrappers that use context.allocator to functions that allocate
core:path/filepath Remove repeated function

core:os/path.base() Change empty return string if path is empty

core:os dir() & base() Revert changes to return output on empty path
2026-04-16 14:57:24 +02:00
gingerBill
813e2bd807 Merge pull request #6558 from sudokit/master
`address_hint` onto virtual memory reserve proc
2026-04-16 13:37:47 +01:00
gingerBill
421eaecd11 Merge pull request #6577 from c4veman/c4veman-patch-1
Fix virtual.map_file usage example
2026-04-16 12:58:30 +01:00
c4veman
9d0a27af7a Fix virtual.map_file usage example 2026-04-16 10:56:02 +01:00
gingerBill
508f0b62cb Merge pull request #6576 from victor-Lopez25/fix-sdl3_mixer-bindings
[SDL3_mixer] [bug] Removed #by_ptr from args that are valid as nil
2026-04-16 10:35:27 +01:00
victhor
c9c42f986c Use Maybe(^T) 2026-04-16 11:19:45 +02:00
victhor
915a9589cc Removed #by_ptr from args that are valid as nil
The docs say nil is not valid for the rest of the functions that still have #by_ptr
2026-04-16 08:56:00 +02:00
gingerBill
76eefe5a7e Merge pull request #6566 from c4veman/master
vendor/zlib: Fix signature of inflateInit_
2026-04-15 10:27:22 +01:00
gingerBill
32d45bbd27 Merge pull request #6553 from jakubtomsu/minimal-sroa
`-o:minimal` SROA and simplification passes
2026-04-15 10:25:21 +01:00
blob1807
3d4ccb3ec5 Update SHGetAssocKeys; rgKeys to multipointer 2026-04-14 20:53:05 +10:00