Chaosus
33247c8ca9
Bring back "extra" error line
2026-07-26 19:49:57 +03:00
Chaosus
853134048e
Fix error hint for vet tag
2026-07-25 17:35:32 +03:00
gingerBill
c5e58ad05a
Merge pull request #7116 from corleypc/noalias-spurious-error-fix
...
Fixes spurious #no_alias compile errors during polymorphic overload resolution
2026-07-24 12:07:13 +02:00
gingerBill
d3a7d9cba7
Merge pull request #7117 from BradLewis/fix/hexadecimal-float-kind
...
Set token kind to float for hex floats
2026-07-24 11:58:18 +02:00
Brad Lewis
e5a9dd8567
Set token kind to float for hex floats
2026-07-24 12:41:57 +10:00
corley
b64407915d
fixes spurious no_alias errors during polymorphic overload resolution
2026-07-24 01:13:03 +03:00
gingerBill
59ad0d1a09
Merge pull request #7103 from corleypc/soa-zero-fix
...
Fixes SoA dynamic arrays not zeroing all elements after shrink + grow
2026-07-23 13:27:47 +02:00
Jeroen van Rijn
4b027f18ab
Merge pull request #7084 from catermujo/push-rvomsnkulxlu
...
make build scripts portable and pwd independent + fix instructions
2026-07-22 11:33:25 +02:00
corley
b821619325
fixes soa dynamic arrays not zeroing all elements after shrink + grow
2026-07-21 23:47:03 +03:00
gingerBill
f8440e453a
Merge pull request #7098 from corleypc/win-posix-open-fix
...
Fixes file open emulation of posix open behavior on mode/perm mismatch on windows
2026-07-21 11:37:28 +02:00
gingerBill
78ca109734
Merge pull request #7097 from corleypc/map-cap-fix
...
Fix for map reporting incorrect capacity after shrinking
2026-07-21 11:36:17 +02:00
gingerBill
786cc956e3
Merge pull request #7090 from catermujo/push-mpppyyryqunl
...
types: allow fixed-capacity arrays in constant unions
2026-07-21 11:34:38 +02:00
corley
e3185f0c44
fix file open emulating posix open on mode/perm mismatch on windows
2026-07-21 11:58:48 +03:00
corley
d1fd585b55
fix for map reported capacity incorrect after shrinking
2026-07-20 21:33:46 +03:00
Isabella Basso
382c8237e6
ci: build missing libraries
2026-07-20 09:35:53 -03:00
Isabella Basso
509dd8a983
vendor: pwd independent windows script
2026-07-20 09:35:53 -03:00
Isabella Basso
f4b6075c5d
fix unix build scripts + #panic instructions
2026-07-20 09:35:53 -03:00
Jeroen van Rijn
5a8adad68c
Merge pull request #7085 from catermujo/push-qrpsklzwpovp
...
ci: update netbsd to 10_2026Q1
2026-07-20 11:48:24 +02:00
Isabella Basso
0843def5f5
types: allow fixed-capacity arrays in constant unions
...
Fixes : #7089
2026-07-19 18:34:48 -03:00
Isabella Basso
ef748a8af0
ci: update netbsd to 11, make PKGSRC_BRANCH optional
2026-07-19 15:58:37 -03:00
gingerBill
2c25fb9242
Merge pull request #7071 from corleypc/utf16-eq-fix
...
Fixes compile time equality comparison for utf16 strings
2026-07-19 09:46:57 +02:00
Jeroen van Rijn
967c6046a6
Merge pull request #7077 from migliozziz/docs-runtime-pkg-overview
...
Docs: Closes markdown table header
2026-07-18 21:54:42 +02:00
zippylolz
05b42e518a
docs: closes markdown table header for runtime package overview documentation
2026-07-18 10:31:17 -04:00
Jeroen van Rijn
17e94fb6b9
Merge pull request #7076 from tarsir/docs-fix-csv-examples
...
Fix errors in encoding/csv example docs
2026-07-18 15:11:45 +02:00
Stephen Hara
8757541ba4
docs: fix errors in encoding/csv examples
...
Fix 1 is passing an `io.Stream` to `reader_init` instead of a
`FileStream`.
Fix 2 is an `err` that should (probably?) have been `csv_err`.
2026-07-18 20:27:33 +09:00
corley
f427e66603
fixes compile time equality comparison for utf16 strings
2026-07-17 23:34:08 +03:00
gingerBill
6983813b4e
Merge pull request #6839 from odin-lang/bill/rexcode
...
`core:rexcode`
2026-07-17 10:59:03 +02:00
gingerBill
65c3f2ded2
Merge pull request #7063 from Znarf64/core_sync_typo
...
Fix typo in core/sync/primitives.odin
2026-07-16 11:18:56 +01:00
gingerBill
f34870f232
Merge pull request #7064 from tf2spi/7027-add-constant-typeid-comparison
...
Add typeid constant case to check_comparison
2026-07-16 11:18:39 +01:00
gingerBill
18413699d1
Merge pull request #7060 from Znarf64/fix_deadlock_in_backend
...
Fix a deadlock in the backend where the holder of the `func_raw_types_mutex` and `types_mutex` were waiting for each other
2026-07-16 11:16:45 +01:00
gingerBill
78b6dfacac
Merge pull request #7057 from FourteenBrush/patch-7
...
`core:log`: make multi logger use all loggers instead of breaking on first non match
2026-07-16 11:16:10 +01:00
gingerBill
3f2a66044b
Merge pull request #7056 from korvahkh/fix-untyped-coercion
...
Stricter type coercions in `convert_to_typed`
2026-07-16 11:15:41 +01:00
Jeroen van Rijn
ba90cefabe
Merge pull request #7065 from Ruan-pysoft/master
...
Compare mmap result to MAP_FAILED rather than nullptr
2026-07-16 12:13:30 +02:00
Ruan
03aa867782
Compare mmap result to MAP_FAILED rather than nullptr
2026-07-16 11:44:58 +02: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
misomosi
dac6e7dbad
Add typeid constant case to check_comparison
2026-07-15 21:54:34 -04:00
Franz
cd577b2eef
Shrink lock region of func_raw_types_mutex to avoid deadlock.
2026-07-15 23:14:24 +02:00
Znarf
242ba12dde
Merge branch 'odin-lang:master' into core_sync_typo
2026-07-15 22:47:27 +02:00
Franz
98a119b052
Fix typo in core/sync/primitives.odin
2026-07-15 22:46:07 +02:00
FourteenBrush
353e451a0f
core:log: make multi logger use all loggerts instead of breaking on first one with lower level
2026-07-15 17:32:16 +02:00
korvahkh
f36ed5e668
Stricter type coercions in convert_to_typed
...
There were issues similar to #6923 with
arrays, matrices, & SIMD vectors.
This PR addresses those.
2026-07-15 10:26:15 -05:00
gingerBill
7c2b219259
Merge pull request #7045 from BlackGoku36/master
...
Fix arm64 argument alignment abi for composite type of size <= 16 bytes
2026-07-15 14:01:48 +01:00
gingerBill
663bc20c51
Merge pull request #7051 from FourteenBrush/patch-6
...
Fix switch fallthrough in lb_emit_struct_ev (Fixes #7050 )
2026-07-15 14:00:20 +01:00
gingerBill
8761172b6f
Merge pull request #7052 from catermujo/push-lkxtyukvvpux
...
checker: keep polymorphic probes read-only
2026-07-15 13:58:57 +01:00
FourteenBrush
727b5043e5
Fix switch fallthrough in lb_emit_struct_ev
2026-07-15 14:13:53 +02:00
Isabella Basso
ca878a1de7
checker: keep polymorphic probes read-only
...
Overload candidate checks pass modify_type=false, but generic array
counts still specialized their candidate Type and scope entity. Parallel
probes could then observe and mutate the same partial specialization.
Resolve generic dimensions in local state and commit them only when
specializing. Keep array-like and map cache updates out of probe mode.
2026-07-15 08:51:43 -03:00
gingerBill
6ccea209ba
Merge pull request #7046 from catermujo/push-vkwrsqysomyq
...
compiler: fix constant aggregate rebuild
2026-07-15 11:54:32 +01:00
Isabella Basso
43923eb3cb
compiler: fix constant aggregate rebuild
...
fixes : #7005
2026-07-15 05:29:38 -03:00
Jeroen van Rijn
a1cd49a1ae
Merge pull request #7043 from zhibog/crypto/turboshake
...
[core:crypto] Add TurboSHAKE
2026-07-14 19:19:44 +02:00
Urjasvi Suthar
d8c984d751
skip -sanitize:address for NetBSD
2026-07-14 22:12:57 +05:30