Commit Graph

6606 Commits

Author SHA1 Message Date
kalsprite
2285f4e061 sysv abi 2026-08-11 16:53:57 -07:00
corley
87912a8b88 fixes range loop over array elements in soa containers 2026-08-11 03:20:13 +03:00
Jeroen van Rijn
3ac03e27b2 Merge pull request #7270 from corleypc/soa-array-elem-indexing-fix
Fixes chain indexing for array elements in soa containers
2026-08-09 21:55:47 +02:00
corley
e374541599 fixes chained indexing for soa containers with array element type 2026-08-09 22:23:32 +03:00
kalsprite
1a631b2f3f Fix constant string16 carrying UTF-8, and inverted slice indices reaching substring (#7268)
* str16 fix

* remove stale call
2026-08-09 21:22:13 +02:00
kalsprite
acb8806a96 fix rol typo 2026-08-09 11:00:03 -07:00
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
corley
7b45adf8e9 fixes swizzling for array elements in soa arrays/slices 2026-08-09 03:17:04 +03:00
Michael Tesař
f8a7071069 Check identical specialization 2026-08-09 00:06:30 +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
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
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
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
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
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
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
Mihail Moskov
dc022d53b9 fixes call site attribute->arg association when args are ignored 2026-08-06 17:42:13 +03:00
gingerBill
cce7159a55 Merge pull request #7208 from Taylbr/poly-proc-fix
Fix: Polymorphic procedures resolving to nil + further fixes
2026-08-05 16:56:34 +02:00
gingerBill
cd1e8293d7 Merge pull request #7185 from subotac/fix/variadic-tuple-arguments
fix: pack tuple results into variadic arguments
2026-08-05 16:56:24 +02:00
gingerBill
d059dafb09 Merge pull request #7210 from BigBoyBarney/vet-packages
Fix `-vet-packages` not working in certain cases
2026-08-05 14:33:12 +02:00
Sylphrena
5629c13aa0 Fix -vet-packages not working in certain cases 2026-08-05 14:06:13 +02:00
Jeroen van Rijn
9876fc3b9b Merge pull request #7226 from kalsprite/prefix
crash fix on poly
2026-08-05 12:44:31 +02:00
kalsprite
ab220ecee7 scoring experiment 2026-08-04 20:10:01 -07:00
kalsprite
91aec259c0 crash fix on poly 2026-08-04 19:15:24 -07:00
Jeroen van Rijn
e8e12a24b5 Merge pull request #7225 from kalsprite/field_list
minor typos
2026-08-05 04:06:05 +02:00
Jeroen van Rijn
83479b0a5c Merge pull request #7224 from kalsprite/matrix_col_err
fix matrix col err said rows
2026-08-05 03:49:46 +02:00
kalsprite
29c9c132b0 minor typos 2026-08-04 18:49:33 -07:00
kalsprite
9e7ccbb127 span caret on matrix on over max size 2026-08-04 18:39:43 -07:00
Jeroen van Rijn
5c96963ec6 Merge pull request #7222 from kalsprite/header_suppressed
fix new line suppression
2026-08-05 03:37:21 +02:00
kalsprite
fa3ea5461c fix col err said rows 2026-08-04 18:32:53 -07:00
kalsprite
4780d24836 fix grammar on import name error 2026-08-04 18:26:02 -07:00
kalsprite
2e3815acdf fix new line suppression 2026-08-04 18:16:25 -07:00
Jeroen van Rijn
dc28a91e88 Merge pull request #7221 from kalsprite/string16_oob
string16 oob
2026-08-05 03:15:06 +02:00
Jeroen van Rijn
f1dc9ce3c1 Merge pull request #7220 from kalsprite/i64_const
fix: Signed Int Constants permitted to exceed size
2026-08-05 03:09:29 +02:00
kalsprite
76c0c2c659 string16 oob 2026-08-04 17:59:15 -07:00
kalsprite
cd6a913e55 fix: oob signed int consts 2026-08-04 17:34:36 -07:00
Jeroen van Rijn
cfab1e391a Merge pull request #7218 from kalsprite/transposition
fix levenstein_distance
2026-08-05 02:28:37 +02:00
kalsprite
3fe310c7e9 fix levenstein_distance 2026-08-04 17:13:31 -07:00
kalsprite
439ab0a52e Merge branch 'master' into upstream_fixes 2026-08-04 17:02:36 -07:00
kalsprite
49f1ea6d2a fix: named operands dont advance 2026-08-04 17:00:04 -07:00