gingerBill
|
daa6bb1aee
|
Fix check_multi_expr_with_type_hint to use return rather than break
|
2026-05-08 14:34:44 +01:00 |
|
Jeroen van Rijn
|
9cf809f329
|
Merge pull request #6664 from Deserted999/add-defsubclassproc
Add DefSubclassProc binding
|
2026-05-08 15:21:38 +02:00 |
|
Deserted999
|
95cd01e32d
|
fix alignment
|
2026-05-08 16:02:19 +03:00 |
|
Deserted999
|
e9cf5fdc3a
|
Add DefSubclassProc binding
|
2026-05-08 15:01:11 +03:00 |
|
Jeroen van Rijn
|
e70f846de0
|
Merge pull request #6658 from BunterSchatten/nightly-arm-workflow
Add /src as safe directory for nightly linux arm workflow
|
2026-05-07 10:46:46 +02:00 |
|
gingerBill
|
ca7576a8b0
|
Merge pull request #6659 from jakubtomsu/tracking-alloc-panic
Use `context.assertion_failure_proc` in tracking allocator bad free callback
|
2026-05-07 09:09:32 +01:00 |
|
Gaia
|
f8c7225047
|
Fix naming for wgpuTextureGetDepthOrArrayLayers in wgpu.js
Fix wgpuTextureDepthOrArrayLayers -> wgpuTextureGetDepthOrArrayLayers to match definition in wgpu.odin
|
2026-05-06 23:26:11 -05:00 |
|
jakubtomsu
|
450e6917b2
|
use context.assertion_failure_proc in tracking allocator bad free callback
|
2026-05-06 20:57:19 +02:00 |
|
David Bader
|
f8410b1b6d
|
Add /src as safe directory for nightly linux arm workflow
|
2026-05-06 17:09:03 +02:00 |
|
gingerBill
|
d21fea404b
|
Merge pull request #6631 from heavyrain266/deprecate-haiku
removed Haiku from supported targets
|
2026-05-06 15:52:36 +01:00 |
|
gingerBill
|
54d8261355
|
Merge pull request #6649 from krnowak/krnowak/prefix-inc-dec-error-reporting
Better error reporting for unary decrement/increment operators
|
2026-05-06 11:11:21 +01:00 |
|
Jeroen van Rijn
|
f8dccc907a
|
Merge pull request #6635 from Yawning/feature/mlkem
core/crypto/mlkem: Support ML-KEM (FIPS 203)
|
2026-05-06 11:59:08 +02:00 |
|
Yawning Angel
|
d2c29c025e
|
core/crypto/mlkem: Initial import
|
2026-05-06 09:53:02 +09:00 |
|
Yawning Angel
|
8f1067f290
|
tests/core/crypto/wycheproof: Break up into separate files
|
2026-05-06 09:53:02 +09:00 |
|
Yawning Angel
|
a3d7300e55
|
core/crypto/ecdh,ecdsa: Add require_results annotations
|
2026-05-06 09:53:02 +09:00 |
|
Yawning Angel
|
e3504c94ad
|
core/crypto: Get rid of set (only used by legacy)
|
2026-05-06 09:53:02 +09:00 |
|
gingerBill
|
8ffcdf172a
|
Odin_Calling_Convention defined in compiler; Allow for main :: proc "contextless" () {} with -bedrock; intrinsics.type_proc_calling_convention
|
2026-05-05 15:07:42 +01:00 |
|
Krzesimir Nowak
|
34b198019f
|
Better error reporting for unary decrement/increment operators
There was a missing routing for those operators in parse_stmt
function.
|
2026-05-05 15:16:49 +02:00 |
|
gingerBill
|
942c1bff17
|
Merge branch 'master' into bill/bedrock
|
2026-05-05 13:57:14 +01:00 |
|
gingerBill
|
7788ca0242
|
Fix minor indentation problem
|
2026-05-05 12:16:42 +01:00 |
|
gingerBill
|
b083b980f7
|
Fix variable based procedure groups
|
2026-05-05 12:09:27 +01:00 |
|
gingerBill
|
09c7b75f79
|
Remove Odin_Endian_Type.Unknown
|
2026-05-05 10:18:19 +01:00 |
|
gingerBill
|
560f8847c7
|
Merge pull request #6651 from IllusionMan1212/os-fixes
os fixes
|
2026-05-04 19:55:04 +01:00 |
|
gingerBill
|
44e44911c8
|
Disable startup and cleanup calls in main with -bedrock
|
2026-05-04 11:55:00 +01:00 |
|
gingerBill
|
dbb62f240a
|
Disallow Objective-C setup with -bedrock
|
2026-05-04 11:52:09 +01:00 |
|
gingerBill
|
781b71e6ea
|
-disable-init-fini
|
2026-05-04 11:31:56 +01:00 |
|
gingerBill
|
cdc0efce43
|
-disallow-non-constant-globals
|
2026-05-04 11:28:57 +01:00 |
|
gingerBill
|
83dab63dcd
|
Fix when
|
2026-05-04 10:58:16 +01:00 |
|
IllusionMan1212
|
bda83a7c36
|
fix(os): create all dst directories in copy_directory_all
|
2026-05-04 01:26:23 +02:00 |
|
IllusionMan1212
|
a1a7da6f8a
|
fix(os): store absolute path on File_Info on Windows, matching Linux
fixes #6170
|
2026-05-04 01:25:19 +02:00 |
|
gingerBill
|
ea00291519
|
Begin work on -bedrock mode
Currently disables 128-bit integers, `map` type, and RTTI
|
2026-05-02 15:06:01 +01:00 |
|
gingerBill
|
ea5175d865
|
Support s: [2]u16 = "hi"
dev-2026-05
|
2026-05-02 12:11:39 +01:00 |
|
gingerBill
|
9869c492f5
|
Fix #6642
|
2026-05-02 11:26:49 +01:00 |
|
Pung
|
6a01e3fbf9
|
removed unused fmt
|
2026-05-01 13:41:13 +07:00 |
|
Pung
|
7005cf7cf0
|
update OS limit to its proper value
|
2026-05-01 13:22:03 +07:00 |
|
Pung
|
ecd8b89daf
|
better error message
|
2026-05-01 13:12:48 +07:00 |
|
gingerBill
|
0c9ea9bb56
|
Merge pull request #6638 from iciuperca/fix-linux-compiler-warning
Fix compiler warning on linux.
|
2026-04-30 09:57:07 +01:00 |
|
Ionut Ciuperca
|
b043ff2c87
|
Fix compiler warning on linux.
The resulting compiler binary would also crash with a core dump when
trying to compile odin code with it.
|
2026-04-30 06:48:37 +01:00 |
|
gingerBill
|
5dfd110be3
|
Merge pull request #6632 from jasonKercher/fix6620
sys/linux: emulate dup2 better on arm64 and riscv
|
2026-04-29 09:51:43 +01:00 |
|
jason
|
f388ebc4e3
|
sys/linux: emulate dup2 better on arm64 and riscv
|
2026-04-29 04:30:46 -04:00 |
|
gingerBill
|
2358cffb85
|
Merge pull request #6630 from Znarf64/fix_typeid_arrays
Fix type info not being generated for types only used in []typeid literals
|
2026-04-28 21:09:16 +01:00 |
|
Ignacy Koper
|
f327bcab92
|
removed Haiku from core:sync, and core:thread
Signed-off-by: Ignacy Koper <ignacy423@gmail.com>
|
2026-04-28 19:27:25 +02:00 |
|
Ignacy Koper
|
b5cb4b96fc
|
removed Haiku from core:sys/posix package
Signed-off-by: Ignacy Koper <ignacy423@gmail.com>
|
2026-04-28 19:27:25 +02:00 |
|
Ignacy Koper
|
c01e85ca67
|
removed core:sys/haiku package
also removes Haiku from core:sys/info, core:os/old, core:path/filepath, core:dynlib, core:time, core:testing, and core:terminal (minor changes)
Signed-off-by: Ignacy Koper <ignacy423@gmail.com>
|
2026-04-28 19:27:24 +02:00 |
|
Ignacy Koper
|
22e23d354a
|
removed Haiku from core:c/libc package
Signed-off-by: Ignacy Koper <ignacy423@gmail.com>
|
2026-04-28 19:27:24 +02:00 |
|
Ignacy Koper
|
183a4c2d7f
|
removed Haiku from base:runtime package
Signed-off-by: Ignacy Koper <ignacy423@gmail.com>
|
2026-04-28 19:27:24 +02:00 |
|
Ignacy Koper
|
748e1ecd3f
|
removed Haiku from vendor:directx/dxc package
Signed-off-by: Ignacy Koper <ignacy423@gmail.com>
|
2026-04-28 19:27:23 +02:00 |
|
Ignacy Koper
|
d1915fa6f5
|
removed Haiku from compiler targets, and tests
Signed-off-by: Ignacy Koper <ignacy423@gmail.com>
|
2026-04-28 19:27:23 +02:00 |
|
Franz Hoeltermann
|
0199c96f47
|
Fix type info not being generated for types only used in []typeid literals
|
2026-04-28 17:04:52 +02:00 |
|
gingerBill
|
ad940e40ca
|
Add linalg.matrix_pseudo_inverse
|
2026-04-28 15:41:50 +01:00 |
|