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 |
|
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 |
|
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 |
|
Jeroen van Rijn
|
3cee8f615b
|
Merge pull request #6552 from alektron/virtual_arena_overcommit_bug_revisited
Fix arena overcommit bug (revisited)
|
2026-04-11 10:27:14 +02:00 |
|
alektron
|
98d6b3bc85
|
Undo change from #6398 and fix arena overcommit bug in the correct place;
|
2026-04-10 23:53:41 +02:00 |
|
Jeroen van Rijn
|
c36bd4f858
|
Merge pull request #6549 from jakubtomsu/faster-linalg
Faster linalg `dot`, `cross3`, `floor`, `ceil` and add `trunc`
|
2026-04-10 19:06:54 +02:00 |
|
jakubtomsu
|
e15230c194
|
remove force_inline from vector_dot
|
2026-04-10 17:21:03 +02:00 |
|
Jeroen van Rijn
|
e1a3761232
|
Merge pull request #6547 from Faker-09/volume_name_len_fix
Fix os._volume_name_len to handle paths of purely path separators
|
2026-04-10 17:14:57 +02:00 |
|
Jeroen van Rijn
|
6873d8bbe3
|
Merge pull request #6545 from jakubtomsu/native-simd-width
Native simd width
|
2026-04-10 17:14:05 +02:00 |
|
jakubtomsu
|
d5e4e61c1c
|
implement floor, ceil and trunc with SIMD
|
2026-04-10 17:10:24 +02:00 |
|
jakubtomsu
|
47371791b3
|
faster vector_dot and vector_cross3
|
2026-04-10 17:08:40 +02:00 |
|
jakubtomsu
|
c55797356f
|
default NATIVE_SIMD_BIT_WIDTH to 128
|
2026-04-10 16:30:44 +02:00 |
|