- Boston, MA
- https://iznatius.com
-
Joined on
2026年04月06日
a85cb72877
cbe: fix helper call generation for int types that lower to 128-bit ints
9115f88386
test: skip failing/crashing behavior tests for spirv backend
88d2961df4
spirv: codegen and linker fixes for logical-addressing
281991328e
std: rename gpu.zig to spirv.zig
e2d11ff76b
spirv: set execution mode via cc info
fa7d0f7ac3
Merge branch 'master' into fix_connectUnix
284ab0ad86
std.Io.Uring: handle ReadOnlyFileSystem in dirOpenDir and dirRealPathFile
333724ff77
Maker.Step.Run: set WASMTIME_BACKTRACE_DETAILS=1 by default for Wasmtime
fba9a28a67
ci: bump timeout for aarch64-freebsd and aarch64-netbsd by 1 hour
0a22dae4a7
ci: only run aarch64-freebsd and aarch64-netbsd on master pushes for now
f3a7a4c5e2
Merge pull request 'NetBSD 11.0 cross libc support' (#35464) from alexrp/zig:netbsd-11 into master
fc3406a961
std.debug.Pdb: deduplicate inline source locations
456b2ec07a
forgejo: update the bug template
5940f65503
lldb: update for upcoming hash map rename
e966d0c385
Merge PR 'Fix build script compilation when usize is u32' (#32060)
7f668f6e25
Merge remote-tracking branch 'origin/master' into fix_connectUnix
c84f0f49d6
std.os.linux: fix
dirfd type in mknodat()
8086ae1769
Merge pull request 'Elf2: more enhancements' (#35447) from elf2 into master
11bb8ab9b3
Merge pull request 'std: initial
xtensa-linux-none port' (#35463) from alexrp/zig:xtensa-linux into master
84a100b3e0
std.os: no longer require libc for xtensa-linux
c84f0f49d6
std.os.linux: fix
dirfd type in mknodat()
8086ae1769
Merge pull request 'Elf2: more enhancements' (#35447) from elf2 into master
11bb8ab9b3
Merge pull request 'std: initial
xtensa-linux-none port' (#35463) from alexrp/zig:xtensa-linux into master
84a100b3e0
std.os: no longer require libc for xtensa-linux
b0bda2d744
std.Thread: implement LinuxThreadImpl.freeAndExit() for xtensa
57de38f2ad
Add missing bracket from merge
e29a77915f
Merge remote-tracking branch 'upstream/master' into fix_connectUnix
a38c6bbcc4
test: disable incremental tests on x86_64-windows-selfhosted
be878b87c2
std.EnumSet: add back deprecated initialization functions
5ec8e45f3d
Io: add failing io (Io.failing)
20b5fbb7ba
fix line format
std.http.Client: update connectUnix for std.Io.net.UnixAddress API and add test coverage
672877205b
Change variable name to match project convention
652ac959d7
Remove error{NameTooLong} as it is covered by Io.net.UnixAddress.InitError.
5ab9bfdd34
Create unit test to catch issue 31135.
77c623e6e5
Update std.posix errors to Io.net.UnixAddress.Init and .Connect errors. Remove node references to reflect updated API. Switch to Io.net.UnixAddress.init() + .connect(io).
5fb84445c2
Force evaluation of http.Client to catch signature mismatch at compile time