gingerBill
769184db41
Merge pull request #7259 from corleypc/soa-swizzle-fix
...
Fixes swizzles on array elements in soa containers
2026-08-09 12:05:07 +02:00
Jeroen van Rijn
962e5a4f93
Merge pull request #7257 from michtesar/fix/type-specialization
...
Return false for identical specialization types
2026-08-09 12:02:17 +02:00
corley
7b45adf8e9
fixes swizzling for array elements in soa arrays/slices
2026-08-09 03:17:04 +03:00
Jeroen van Rijn
1a3d2dc091
Merge pull request #7258 from Dreamshade-1911/fix/tokenizer-keyword-lut-double-checked-lock
...
core/odin/tokenizer: fix broken double-checked lock in `init`
2026-08-09 01:50:20 +02:00
Fernando Nunes
3020cecd08
core/odin/tokenizer: fix broken double-checked lock in init
2026-08-08 20:25:52 -03:00
Michael Tesař
60061fe4ba
Register issue 7012 regression test
2026-08-09 00:15:46 +02:00
Michael Tesař
f8a7071069
Check identical specialization
2026-08-09 00:06:30 +02:00
Michael Tesař
d01ec95ebe
Create regression test
2026-08-09 00:01:14 +02:00
Jeroen van Rijn
0aaa8cf3fc
Merge pull request #7256 from alexthed1rk/impl-simd-arm-neon-table-lookup
...
Impl simd arm neon table lookup
2026-08-08 23:01:36 +02:00
Alex
1b14ce9453
Impl simd arm neon table lookup
2026-08-08 18:59:07 +03:00
Alexander Zhura
62afbd45f8
Impl simd arm neon table lookup
2026-08-08 18:49:08 +03:00
Jeroen van Rijn
512e33e633
Merge pull request #7255 from mororo18/perf/bytes-index-any-bitset
...
core/bytes: optimize `index_any` with a byte bitset
2026-08-08 16:54:05 +02:00
Victor Mororó
11c9d6a3dd
core/bytes: optimize index_any with a byte bitset
2026-08-08 11:05:20 -03:00
gingerBill
8ae0d9488c
Merge pull request #7227 from kalsprite/poly
...
Improve procedure group overload scoring
2026-08-08 12:08:28 +02:00
kalsprite
3756aae0f8
incorp specialized-vs-generic poly
2026-08-07 17:58:35 -07:00
kalsprite
b475525997
Merge branch 'master' into poly
2026-08-07 17:41:30 -07:00
Jeroen van Rijn
1f5c523844
Merge pull request #7203 from maxrabin/fix/simd-grammar
...
Fix grammar in simd.odin doc comment
2026-08-08 01:58:27 +02:00
Jeroen van Rijn
f34a8183e8
Merge pull request #7253 from kalsprite/s575
...
Make redeclaration diagnostics stable under threading
2026-08-08 01:57:32 +02:00
kalsprite
42bd26cb72
switch ordering
2026-08-07 16:14:12 -07:00
kalsprite
391a862e4f
make tok stable under multi-thread
2026-08-07 15:58:25 -07:00
Jeroen van Rijn
6603cb3609
Merge pull request #7252 from kalsprite/s002
...
fix typo in enumerated array
2026-08-08 00:28:21 +02:00
Jeroen van Rijn
c4b0084999
Merge pull request #7251 from kalsprite/s003
...
Validate floating-point array counts as integers
2026-08-08 00:28:04 +02:00
kalsprite
3dc7741e06
correct windows limb size
2026-08-07 15:18:46 -07:00
kalsprite
df41b93c45
fix typo
2026-08-07 15:05:35 -07:00
kalsprite
5393a11ee1
untyped integral float index conversion to int
2026-08-07 14:49:25 -07:00
kalsprite
114cbd7432
add proc group test matrix
2026-08-07 11:30:06 -07:00
Jeroen van Rijn
e140512954
Update test_issue_7188.odin
...
Add missing commas.
2026-08-07 20:05:53 +02:00
gingerBill
bc32696a5a
Merge pull request #7239 from catermujo/push-oyzvqkzwnlzz
...
llvm: handle #soa fixed compound literals for vars
2026-08-07 19:58:11 +02:00
gingerBill
b5f5b02bfb
Merge pull request #7247 from michtesar/fix/thread_pool_docs
...
Clarify completed task handling in thread pools
2026-08-07 19:12:37 +02:00
Jeroen van Rijn
afc1591548
Merge pull request #7003 from jpgleeson/jpgleeson/6912-truncated-text
...
[core:unicode/utf8]: Fix truncated text for grapheme clusters
2026-08-07 18:53:02 +02:00
jack gleeson
2162e7605e
core/unicode/utf8: Fix truncated text for grapheme clusters
2026-08-07 10:36:14 -06:00
Michael Tesař
713c7017b6
Clarify completed task handling in thread pools
2026-08-07 15:09:08 +02:00
Jeroen van Rijn
97a425ab7b
Merge pull request #7244 from kalsprite/constant_transmute
...
Fix constant `transmute` from unsigned to signed wrapping one value too many
2026-08-07 14:07:12 +02:00
Jeroen van Rijn
6b6b75ea37
Merge pull request #7243 from kalsprite/big_int_string
...
fix bigint negative prints
2026-08-07 14:05:11 +02:00
Jeroen van Rijn
1f061f6e0e
Merge pull request #7242 from kalsprite/doc_file
...
Fix `odin doc -doc-format` aborting on any package that imports another package
2026-08-07 14:00:35 +02:00
kalsprite
6276f6e12f
src/check_expr.cpp
2026-08-06 21:51:03 -07:00
kalsprite
33636c8236
fix bigint negative prints
2026-08-06 21:40:32 -07:00
kalsprite
678a7273b7
switch assert to 'no file'
2026-08-06 21:30:23 -07:00
kalsprite
8b56b15ee2
make value poly score top
2026-08-06 21:05:54 -07:00
Jeroen van Rijn
a7c8a4b942
Merge pull request #7240 from michtesar/fix/ld-link-name
...
Fix default linker timing label on non-Windows platforms
2026-08-06 22:16:47 +02:00
Michael Tesař
56c49287a6
Fix default linker timing label on non-Windows platforms
2026-08-06 22:08:28 +02:00
Isabella Basso
e94d3d4871
llvm: handle #soa fixed compound literals for vars
2026-08-06 16:43:52 -03:00
gingerBill
8412dc37aa
Merge pull request #7236 from corleypc/call-site-attribs-off-fix
...
Fixes call site attribute->argument association when there are ignored arguments in proc signature
dev-2026-08
2026-08-06 17:09:18 +02:00
Mihail Moskov
dc022d53b9
fixes call site attribute->arg association when args are ignored
2026-08-06 17:42:13 +03:00
gingerBill
391bec4195
Merge pull request #7235 from SimonBranch/master
...
Fix runtime quaternion division
2026-08-06 16:20:54 +02:00
Jeroen van Rijn
902106fc64
Merge pull request #7216 from alexthed1rk/impl-simd-arm-neon-bit-manip
...
Impl simd arm neon bit manipulation
2026-08-06 14:42:51 +02:00
Jeroen van Rijn
1daec0865c
Merge pull request #7234 from michtesar/fix/net-percent-encode
...
Fix percent encoding for bytes < 0x10
2026-08-06 13:54:36 +02:00
Michael Tesař
a1cb87c1c4
Add decode roundtrip test
2026-08-06 07:14:50 +02:00
Simon Branch
8f4f92db8f
Fix runtime quaternion division
...
The runtime implementations of quaternion division are incorrect when
calculating q/r with nonzero jmag(r) and either nonzero imag(q) or
kmag(q). Notably, the inverse 1/r is still calculated correctly
because imag(1) = kmag(1) = 0.
The mistake can be verified by calculating (a/b)*b which will be very
different from both a and a * (1/b) * b.
The compile-time constant folding is correct, see exact_value.cpp
in function exact_binary_operator_value -> ExactValue_Quaternion ->
Token_Quo.
quo256 :: proc(q, r: quaternion256) -> quaternion256 { return q/r }
a: quaternion256 : 3 + 5i + 7j + 11k
b: quaternion256 : 2 + 7i + 3j + 5k
c: quaternion256 : a/b
fmt.println("comp", abs((c*b) - a))
fmt.println("run ", abs(quo256(a,b)*b - a))
// both values should be very close to zero;
// without fix, only the first is
2026-08-05 20:43:50 -07:00
Michael Tesař
56d8293ae0
Restore formatting and remove unused import
2026-08-05 23:58:33 +02:00