Michael Tesař
60061fe4ba
Register issue 7012 regression test
2026-08-09 00:15:46 +02:00
Michael Tesař
d01ec95ebe
Create regression test
2026-08-09 00:01:14 +02:00
Jeroen van Rijn
e140512954
Update test_issue_7188.odin
...
Add missing commas.
2026-08-07 20:05:53 +02:00
Isabella Basso
e94d3d4871
llvm: handle #soa fixed compound literals for vars
2026-08-06 16:43:52 -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
Brody
21fd0c4645
fix: bad merge
2026-08-05 00:40:13 +10:00
Brody
7945cf3ac3
Merge branch 'master' into poly-proc-fix
2026-08-05 00:19:06 +10:00
Brody
90f6c9d0db
whitespace
2026-08-05 00:17:48 +10:00
Jeroen van Rijn
a97f6b47b6
Don't use -microarch:native on odin check
2026-08-04 15:23:07 +02:00
Jeroen van Rijn
328c4f4569
Fix NetBSD CI
2026-08-04 15:11:25 +02:00
Brody
91e0e6ce47
fix: record resolved entity for proc-typed default values
2026-08-04 19:12:08 +10:00
Brody
6888e84386
fix: Added null check before setting operand type to invalid
2026-08-03 18:34:53 +10:00
Brody
df6719cb89
fix: remove broken special case for poly proc as default value
2026-08-03 18:13:12 +10:00
subotac
a4091c5d37
fix: pack tuple results into variadic arguments
2026-08-01 19:48:54 +03:00
aelobdog
d8eb6e0481
fix: expand_values panic on type expressions
2026-07-30 00:26:12 +05:30
aelobdog
f465f3dc6f
fix: hang for poly procs with default proc literal params
2026-07-28 22:48:38 +05:30
aelobdog
39cbaf0494
fix: reject the use of labels as expressions
2026-07-25 19:28:56 +05:30
Isabella Basso
0843def5f5
types: allow fixed-capacity arrays in constant unions
...
Fixes : #7089
2026-07-19 18:34:48 -03:00
Jeroen van Rijn
0051152f76
Merge pull request #7042 from catermujo/push-nyzmuzxuzpox
...
compiler: preserve recursive struct aliases
2026-07-16 10:21:31 +02:00
Urjasvi Suthar
d8c984d751
skip -sanitize:address for NetBSD
2026-07-14 22:12:57 +05:30
Urjasvi Suthar
3a9aa4c169
Add issue link to code
2026-07-14 21:36:06 +05:30
Urjasvi Suthar
38788c0348
Fix arm64 argument alignment abi for composite type of size <= 16 bytes
2026-07-14 21:33:39 +05:30
Isabella Basso
6299379911
compiler: preserve recursive struct aliases
...
fixes : #7037
2026-07-14 09:42:06 -03:00
Urjasvi Suthar
65591fad4e
fmt c test code
2026-07-14 10:37:20 +05:30
Urjasvi Suthar
b27f28d1ea
Fix darwin arm64 argument passing abi.
...
Darwin arm64 expects caller to take responsibility of zero/sign extending any arguments < 32 bits.
Fixes #6809 and #6816
2026-07-14 10:26:52 +05:30
Urjasvi Suthar
aef401fc9b
Fix arm64 ABI: '#simd' vectors and vector aggregates not passed in registers ( fixes #7010 )
2026-07-12 21:29:57 +05:30
RoBaertschi
c44740f570
Fix #6979
2026-07-09 14:14:05 +02:00
Bärtschi Robin
212004b3ad
test_issue_6874: fix formatting
2026-06-24 08:41:29 +02:00
Bärtschi Robin
640a0f2ef4
add test for #6874
2026-06-24 08:35:43 +02:00
ARay
912a45769b
fix issue 6853:
...
when iterating the values of an array literal,if one of the values
is a function with multiple returns, it doesn't offset the struct
field index by the number of values.
2026-06-19 16:52:51 +03:00
ARay
c3b2c9a9b3
add test for the pr
2026-06-18 18:05:54 +03:00
Nikolay Hadzhiev
f91fd92842
gh 6621
2026-04-27 10:28:35 +02:00
Nikolay Hadzhiev
48e83ad003
gh 6594
...
prevent compiler crash from self-referential global initialisation
2026-04-22 13:14:08 +02:00
k-nrd
2c6c646342
Merge branch 'master' into fix/field-first-writes-into-dynamic-soa
2026-04-09 15:19:11 -03:00
Harold Brenes
7da7bc8456
Add test case for issue #6484
2026-03-26 20:10:24 -04:00
Mortimer Snerd
6aceb7639f
Clean up the name of the test file for this PR
2026-03-25 19:55:38 -04:00
Mortimer Snerd
2363f85944
Fix for corner case in the scratch allocator.
...
The scratch allocator could erroneously return a slice
overlapping previously allocated memory for allocation
requests that were smaller than the arena size, but larger
than the amount of free space left in the arena.
- fix the check in mem::scratch_alloc_bytes_non_zeroed
that wasn't routing the request to the backup allocator.
- added concrete reproduction test under tests/issues.
2026-03-25 19:33:17 -04:00
Harold Brenes
35b4c42f87
Use odin test for test_pr_6470.odin on windows
2026-03-24 16:07:59 -04:00
Harold Brenes
b66e65e7f8
Rename temp test name given PR number
2026-03-24 15:40:29 -04:00
Harold Brenes
7a017d2ecd
Add test case for implicit cast pointer to offset zero subtype field proc param
2026-03-24 15:37:04 -04:00
bymehul
763c8d3a42
Fix generic cycle deadlock in struct layout
2026-03-11 03:04:26 +05:30
bymehul
c9e55d3add
fix: handle full-width bit_field literal masks
2026-03-10 23:21:19 +05:30
Louis Novy
7732a78c08
harden run.bat and add missing test_issue_2395
2026-03-01 21:33:14 -08:00
Louis Novy
1a27af515f
add test file
2026-03-01 21:18:30 -08:00
Louis Novy
e3d6fe72f8
fix broken bit_set parapoly specialization #6240
2026-03-01 20:58:43 -08:00
Gustavo Konrad
f82d41bc9a
fix #6344 : field-first index writes on #soa[dynamic]T and #soa[]T
2026-02-28 12:33:57 -03:00
Jeroen van Rijn
1c529d8cb2
Fix #6165
2026-01-24 14:06:31 +01:00
CJ
55f3a45322
Update run.bat and run.sh
2026-01-24 01:30:15 +09:00
CJ
89f6f535db
Fix string16 bugs in Mac and Linux
2026-01-24 01:26:36 +09:00