gingerBill
5d75090014
Add more ntdll related timing procedures
2026-04-18 13:06:54 +01:00
gingerBill
ef4241e00a
Merge pull request #6565 from taylormck/update-vulkan-version-macros
...
feat(vulkan): add version macros
2026-04-17 10:18:20 +01:00
gingerBill
f462fbf0d9
Merge pull request #6583 from Znarf64/fix_array_count
...
Fix array counts for floats that are exactly representable as ints eg. [1.1e4]int
2026-04-17 09:52:11 +01:00
Franz
87c40b6465
Fix array counts for floats that are exactly representable as ints eg. [1.1e4]int
2026-04-16 22:57:20 +02:00
gingerBill
320f0f0fbd
Merge pull request #6581 from jakubtomsu/fmt-map-set
...
Omit value when formatting map[T]struct{}
2026-04-16 18:05:54 +01:00
Jeroen van Rijn
ccd789f442
Merge pull request #6575 from juaumjuaumjuaum/master
...
core:path/filepath Create wrappers for allocating procedures
2026-04-16 18:25:09 +02:00
jakubtomsu
1b99e08a9e
omit value when formatting map[T]struct{}
2026-04-16 17:04:34 +02:00
Jeroen van Rijn
df6fff6e4d
Merge pull request #6579 from juaumjuaumjuaum/os-stem-empty-fix
...
Fix os.stem on empty path
2026-04-16 15:37:02 +02:00
juaum
7e4240a460
Fix os.stem on empty path
2026-04-16 15:11:40 +02:00
juaum
54866dc3c8
core:path/filepath Add wrappers that use context.allocator to functions that allocate
...
core:path/filepath Remove repeated function
core:os/path.base() Change empty return string if path is empty
core:os dir() & base() Revert changes to return output on empty path
2026-04-16 14:57:24 +02:00
gingerBill
813e2bd807
Merge pull request #6558 from sudokit/master
...
`address_hint` onto virtual memory reserve proc
2026-04-16 13:37:47 +01:00
gingerBill
421eaecd11
Merge pull request #6577 from c4veman/c4veman-patch-1
...
Fix virtual.map_file usage example
2026-04-16 12:58:30 +01:00
c4veman
9d0a27af7a
Fix virtual.map_file usage example
2026-04-16 10:56:02 +01:00
gingerBill
508f0b62cb
Merge pull request #6576 from victor-Lopez25/fix-sdl3_mixer-bindings
...
[SDL3_mixer] [bug] Removed #by_ptr from args that are valid as nil
2026-04-16 10:35:27 +01:00
victhor
c9c42f986c
Use Maybe(^T)
2026-04-16 11:19:45 +02:00
victhor
915a9589cc
Removed #by_ptr from args that are valid as nil
...
The docs say nil is not valid for the rest of the functions that still have #by_ptr
2026-04-16 08:56:00 +02:00
gingerBill
76eefe5a7e
Merge pull request #6566 from c4veman/master
...
vendor/zlib: Fix signature of inflateInit_
2026-04-15 10:27:22 +01:00
gingerBill
32d45bbd27
Merge pull request #6553 from jakubtomsu/minimal-sroa
...
`-o:minimal` SROA and simplification passes
2026-04-15 10:25:21 +01:00
gingerBill
4558356bcf
Merge pull request #6567 from Faker-09/print_double_flush
...
Remove extra 'defer bufio.writer_flush' from fprint procs
2026-04-14 11:02:43 +01:00
Jeroen van Rijn
1c170a8eca
Merge pull request #6570 from blob1807/test-win-oob-exception
...
[core:test] Windows - Fix stop reason being wrong for OOB
2026-04-14 11:34:31 +02:00
blob1807
912a2d78c9
[core:test] Windows Fix stop reason being wrong for OOB
2026-04-14 19:11:42 +10:00
Shane Shrybman
38a2e7f259
Remove extra 'defer bufio.writer_flush' from print procs
2026-04-13 13:09:02 -04:00
c4veman
21f63bbcce
vendor/zlib: Fix signature of inflateInit_
2026-04-13 18:02:04 +01:00
Lukas Arens
55c592955d
removed default arguments from virtual_{platform}.odin files
2026-04-13 19:28:17 +03:00
Taylor
ba9d7b6c9c
feat(vulkan): add version macros
2026-04-13 22:52:01 +09:00
gingerBill
3a70c8c89a
Merge pull request #6557 from GloriousPtr/d3d12_fix
...
Fix D3D12_BARRIER_SUBRESOURCE_RANGE struct
2026-04-13 14:29:00 +01:00
gingerBill
a1100166ac
Merge pull request #6562 from heavyrain266/ioring
...
IoRing API bindings
2026-04-13 14:26:32 +01:00
gingerBill
f252704e4e
Merge pull request #6563 from FourteenBrush/patch-6
...
Win32: ensure `make_*` style bounds traps are handled in test runner `expect_signal`
2026-04-13 14:26:30 +01:00
gingerBill
4ad670f476
Merge pull request #6559 from krnowak/krnowak/xar-typo
...
core/container/xar: Fix a typo in example
2026-04-13 14:25:25 +01:00
FourteenBrush
cce574cfc4
Add invalid array bound trap test
2026-04-13 14:51:51 +02:00
FourteenBrush
742cd5bc77
Add EXCEPTION_ARRAY_BOUNDS_EXCEEDED to win32 testing.expect_signal handler
2026-04-13 14:43:08 +02:00
Ignacy Koper
68c50e845f
core:sys/windows: Added IoRing API bindings
...
Signed-off-by: Ignacy Koper <ignacy423@gmail.com >
2026-04-13 14:02:42 +02:00
Krzesimir Nowak
000e92d632
core/container/xar: Fix a typo in example
2026-04-12 22:47:08 +02:00
Lukas Arens
f2635bbb13
added adress_hint to virtual memory reserve function on all platforms
2026-04-12 18:51:56 +03:00
Mohit Sethi
5398d2cfc1
Fix D3D12_BARRIER_SUBRESOURCE_RANGE struct
...
Should be all u32 in this struct, not uint
https://learn.microsoft.com/en-us/windows/win32/api/d3d12/ns-d3d12-d3d12_barrier_subresource_range
2026-04-12 14:30:14 +01:00
Laytan
ecbb20475e
nbio(posix): handle EOF in poll ( #6556 )
2026-04-12 11:48:59 +02:00
gingerBill
07cd20dd33
Merge pull request #6521 from A1029384756/master
...
[checker] fix break/continue being allowed in a nested unrolled range loop
2026-04-11 21:35:12 +01:00
gingerBill
9c8199feab
Merge pull request #6537 from RaphGL/freebsd-ioctl
...
added ioctl and stdio FILENO constants to core:sys/freebsd
2026-04-11 21:34:55 +01:00
gingerBill
a72d4fd909
Merge pull request #6551 from laytan/wgpu-29.0.0.0
...
wgpu: update to v29.0.0.0
2026-04-11 21:33:26 +01:00
Laytan Laats
1cb272b8e6
testing: fix doc formatting?
2026-04-11 20:08:38 +02:00
David Bader
1cf49db865
Fix missing argument in adjtimex syscall in core:sys/linux ( #6502 )
2026-04-11 20:03:35 +02:00
Laytan Laats
fc842a8cb2
wgpu: update to v29.0.0.0
2026-04-11 19:45:42 +02:00
jakubtomsu
d5baafb16c
bring back simplifycfg
2026-04-11 12:51:22 +02:00
gingerBill
1d65bd48f6
Merge pull request #6519 from lualvsil/android-aligned-alloc
...
Android: fix aligned_alloc not defined
2026-04-11 11:47:04 +01:00
gingerBill
736184b39e
Merge pull request #6539 from k-nrd/fix/field-first-writes-into-dynamic-soa
...
fix #6344 : field-first index writes on #soa[dynamic]T and #soa[]T
2026-04-11 11:45:19 +01:00
jakubtomsu
eb01ff554b
attributes, use instsimplify instead of instcombine
2026-04-11 12:42:34 +02:00
jakubtomsu
65ca5f02cd
fix typo
2026-04-11 11:49:48 +02:00
jakubtomsu
fd34e4b2ed
Use sroa<modify-cfg> explicitly
2026-04-11 11:48:09 +02:00
jakubtomsu
7882123158
WINDOWS_LEAN_AND_MEAN
2026-04-11 11:14:41 +02:00
jakubtomsu
e97f73e4aa
lightweight simplification and optimization passes in -o:minimal
2026-04-11 11:14:28 +02:00