Yawning Angel
d2c29c025e
core/crypto/mlkem: Initial import
2026-05-06 09:53:02 +09:00
Yawning Angel
a3d7300e55
core/crypto/ecdh,ecdsa: Add require_results annotations
2026-05-06 09:53:02 +09:00
Yawning Angel
e3504c94ad
core/crypto: Get rid of set (only used by legacy)
2026-05-06 09:53:02 +09:00
gingerBill
560f8847c7
Merge pull request #6651 from IllusionMan1212/os-fixes
...
os fixes
2026-05-04 19:55:04 +01:00
IllusionMan1212
bda83a7c36
fix(os): create all dst directories in copy_directory_all
2026-05-04 01:26:23 +02:00
IllusionMan1212
a1a7da6f8a
fix(os): store absolute path on File_Info on Windows, matching Linux
...
fixes #6170
2026-05-04 01:25:19 +02:00
gingerBill
5dfd110be3
Merge pull request #6632 from jasonKercher/fix6620
...
sys/linux: emulate dup2 better on arm64 and riscv
2026-04-29 09:51:43 +01:00
jason
f388ebc4e3
sys/linux: emulate dup2 better on arm64 and riscv
2026-04-29 04:30:46 -04:00
gingerBill
ad940e40ca
Add linalg.matrix_pseudo_inverse
2026-04-28 15:41:50 +01:00
gingerBill
8da640da58
Merge pull request #6629 from odin-lang/bill/va_arg
...
`intrinsics.c_va_*`
2026-04-28 15:32:00 +01:00
gingerBill
1f08e81b37
Add more general matrix calls up to 8x8
2026-04-28 15:31:43 +01:00
gingerBill
2fbc83d774
Fix typos
2026-04-28 15:07:56 +01:00
gingerBill
f7c4031a61
Map the C va_* to the intrinsics
2026-04-28 15:02:42 +01:00
gingerBill
7b97530443
Add intrinsics.c_var_*
2026-04-28 15:00:53 +01:00
gingerBill
d6aa1fe079
More inlining of matrix4x4 operations
2026-04-28 13:39:49 +01:00
gingerBill
c66ab0ade2
Add matrix_inverse_gauss_jordan matrix_inverse_lu_decomposition matrix_determinant_generic
2026-04-28 13:30:49 +01:00
gingerBill
6e04bb8a8b
Merge pull request #6607 from andzdroid/patch-5
...
core/math/linalg: Fix negated quaternions in angle_from_quaternion
2026-04-28 11:11:44 +01:00
gingerBill
1f50cda5d6
Merge pull request #6623 from heavyrain266/deprecate-essence
...
removed Essence from supported targets
2026-04-28 11:11:09 +01:00
gingerBill
c92c6edbb6
Inline array casts
2026-04-28 11:08:46 +01:00
gingerBill
31184535a0
Merge pull request #6605 from odin-lang/bill/array-cast
...
Native Array Casting Semantics
2026-04-28 11:07:31 +01:00
David Bader
e06fa11a67
Fix LockFileEx and UnlockFileEx
2026-04-27 14:42:56 +02: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
andzdroid
494ecad737
core/math/linalg: Fix negated quaternions in angle_from_quaternion
2026-04-23 21:27:50 +01:00
gingerBill
b0ce87eef8
Update to use the new casting operation
2026-04-23 10:45:27 +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
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
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
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
c4veman
9d0a27af7a
Fix virtual.map_file usage example
2026-04-16 10:56:02 +01:00
blob1807
3d4ccb3ec5
Update SHGetAssocKeys; rgKeys to multipointer
2026-04-14 20:53:05 +10:00
gingerBill
4558356bcf
Merge pull request #6567 from Faker-09/print_double_flush
...
Remove extra 'defer bufio.writer_flush' from fprint procs
2026-04-14 11:02:43 +01:00
blob1807
912a2d78c9
[core:test] Windows Fix stop reason being wrong for OOB
2026-04-14 19:11:42 +10:00
Shane Shrybman
38a2e7f259
Remove extra 'defer bufio.writer_flush' from print procs
2026-04-13 13:09:02 -04:00
Lukas Arens
55c592955d
removed default arguments from virtual_{platform}.odin files
2026-04-13 19:28:17 +03:00
gingerBill
a1100166ac
Merge pull request #6562 from heavyrain266/ioring
...
IoRing API bindings
2026-04-13 14:26:32 +01:00
gingerBill
f252704e4e
Merge pull request #6563 from FourteenBrush/patch-6
...
Win32: ensure `make_*` style bounds traps are handled in test runner `expect_signal`
2026-04-13 14:26:30 +01:00