gingerBill
89c71c920f
Merge pull request #6724 from reavencode/master
...
vendor/wgpu: Fix some incrrect proc signatures
2026-05-24 10:23:16 +01:00
reavencode
52e7e44930
vendor/wgpu: Fix some incrrect proc signatures
2026-05-24 10:50:26 +02:00
gingerBill
c34fe2a587
Merge pull request #6716 from wishfoundry/fix-parapoly-specialization-race
...
Fix race condition relating to type specialization
2026-05-23 18:48:50 +01:00
Be Dangerous
c30bb3afe7
narrow race condition fix during polymorphic specialization
2026-05-22 12:37:42 -05:00
Laytan
ad1b82abc3
Merge pull request #6713 from A1029384756/serialize-fixed-capacity
...
[encoding/json] add support for unmarshalling fixed capacity dynamic arrays
2026-05-21 20:29:00 +02:00
A1029384756
45a79f96f0
[encoding/json] add support for unmarshalling fixed capacity dynamic arrays
2026-05-21 11:48:25 -04:00
gingerBill
63a59210b0
Merge pull request #6711 from krnowak/krnowak/generic-procs
...
Be more thorough in detecting generic procedure types
2026-05-21 12:21:30 +01:00
gingerBill
e950abf0c2
Merge pull request #6712 from kalsprite/runtime_swizzle_patch
...
Runtime swizzle patch
2026-05-21 10:51:04 +01:00
kalsprite
98d6e0c26a
ARM chunking logic, improved docs
2026-05-20 17:55:29 -07:00
kalsprite
ae4b94fbd0
fix overloaded call
2026-05-20 16:57:05 -07:00
Krzesimir Nowak
b924da10a0
Be more thorough in detecting generic procedure types
2026-05-20 22:11:25 +02:00
gingerBill
844a828a94
Merge pull request #6661 from mothfuzz/patch-4
...
Fix naming for wgpuTextureGetDepthOrArrayLayers in wgpu.js
2026-05-20 12:37:53 +01:00
gingerBill
a91725f305
Add simd.interleave + simd.deinterleave
2026-05-19 21:32:09 +01:00
gingerBill
c66de5ee3c
Improve vector to integer transmute LLVM IR
2026-05-19 18:32:05 +01:00
gingerBill
f231ef0596
Support simd.byte_swap
2026-05-19 15:44:31 +01:00
gingerBill
a3240373ac
Allow simd.(reduce_any|reduce_all) to work with #simd integers
2026-05-19 15:33:45 +01:00
gingerBill
2094cd4768
Add suggestion for ternary if with simd
2026-05-19 15:27:34 +01:00
gingerBill
42d3f78bae
Improve simd.sign_bit code generation
2026-05-19 14:54:39 +01:00
gingerBill
cfef365c9f
Add another suggestion of #simd shifting
2026-05-19 14:53:50 +01:00
gingerBill
046771c94a
Merge branch 'master' of https://github.com/odin-lang/Odin
2026-05-19 14:52:56 +01:00
gingerBill
0a87628a76
Add suggestion when trying to use << and >> with #simd
2026-05-19 14:52:46 +01:00
gingerBill
f370632888
Add suggestion when trying to index a #simd array
2026-05-19 14:47:06 +01:00
Jeroen van Rijn
9a0d939442
Merge pull request #6695 from Yawning/feature/mldsa
...
core/crypto/mldsa: Initial import
2026-05-19 12:34:12 +02:00
Yawning Angel
ccc17780b4
core/crypto/mldsa: Initial import
2026-05-19 19:32:50 +09:00
Yawning Angel
0c1c0372c7
core/crypto/mlkem: Minor cleanups
2026-05-19 19:32:50 +09:00
Yawning Angel
d5903be4e5
core/crypto/noise: Stop cheating and reaching into "opaque" structs
2026-05-19 19:32:50 +09:00
Yawning Angel
104da7d54b
core/crypto/ecdh: Add private_key_public_bytes
2026-05-19 19:32:50 +09:00
Yawning Angel
c3e7a9026b
core/crypto/ed25519: Add private_key_public_bytes
2026-05-19 19:32:50 +09:00
Yawning Angel
675389aeab
core/crypto/ecdsa: Minor additions and cleanups
2026-05-19 19:32:50 +09:00
gingerBill
f6da3a76b4
Merge pull request #6707 from jakubtomsu/ord_gram_schmidt
...
linalg: gram schmidt in any order
2026-05-19 11:27:03 +01:00
jakubtomsu
6a206d9bce
tabs...
2026-05-18 20:05:30 +02:00
jakubtomsu
b57db64c8e
linalg: gram schmidt in any order
2026-05-18 19:34:53 +02:00
gingerBill
c19540dda4
Merge pull request #6696 from Spooky309/no-thread-local
...
Honour -no-thread-local for variables declared at procedure scope
2026-05-18 16:28:39 +01:00
gingerBill
9d92bf6a2e
Merge pull request #6706 from BadWolfuu/master
...
adding missing documentation to strconv.parse_int and strconv.parse_uint
2026-05-18 16:28:25 +01:00
gingerBill
9501894e80
Merge pull request #6701 from Creativty/fix_poly_proc_nil
...
Fix nil typing when procedure call argument
2026-05-18 15:00:18 +01:00
gingerBill
bb819109c0
Merge pull request #6702 from Creativty/add_switch_type_duplicate_checks
...
Add duplicates checking in type switches
2026-05-18 14:58:34 +01:00
gingerBill
1e1f37fcef
n -> num_appended for append return values
2026-05-18 14:33:35 +01:00
BadWolfuu
37aaf4519c
adding missing documentation to strconv.parse_int and strconv.parse_uint
...
parse_int and parse_uint where missing documentation for the optional parameter `n: ^int` to store the length of the parsed substring
2026-05-18 14:01:31 +02:00
Abderrahim Indjaren
d02c5e1a21
add: check duplicates in type switches
2026-05-18 03:15:55 +01:00
Abderrahim Indjaren
d37284ce55
fix: nil keeps its type instead of taking expected type
2026-05-17 18:49:49 +01:00
gingerBill
97482f53f4
Minor rearrange
2026-05-17 13:18:48 +01:00
gingerBill
d8bbdf5ae6
Add EBNF for Odin
2026-05-17 12:54:22 +01:00
Jeroen van Rijn
e2c8d9ea33
Merge pull request #6697 from dogue/master
...
[core:io/utils]: fix undeclared name in read_slice (typo)
2026-05-16 20:21:43 +02:00
dogue
e6d10b02e5
[core:io/utils]: fix undeclared name in read_slice (typo)
...
Fixes a typo where `read_slice` tries to pass a `w` argument to
`read_ptr` instead of `r`.
2026-05-16 14:07:41 -04:00
Spooky309
765776d136
Honour no-thread-local for variables declared at procedure scope
2026-05-16 10:56:17 +01:00
gingerBill
80a21a01cc
Merge pull request #6687 from MightyChubz/xlib-signature-changes
...
Additional Xlib binding changes
2026-05-15 12:40:17 +01:00
Alexander Cusaac (MightyChubz)
6888cca982
refactor: Change bit_set type for SizeHints to int
...
This doesn't really change actual behavior, but to stay accurate to the internal logic of X11, this would be a regular long for the flags, not an unsigned long.
2026-05-13 18:07:57 -04:00
gingerBill
7c2588b101
Fix formatting to keep -vet happy
2026-05-13 14:05:20 +01:00
gingerBill
1d1f72fa1a
Merge pull request #6683 from jasonKercher/oslinux-statx
...
core:os (Linux): Convert (f)stat calls to statx
2026-05-13 14:03:05 +01:00
gingerBill
265a81eb09
Merge pull request #6684 from ddenizozgur/fix-x11-XInternAtoms
...
vendor/x11: fix missing only_if_exists parameter in XInternAtoms
2026-05-13 14:01:26 +01:00