• Joined on 2026年02月25日
ericsssan deleted branch fix/31307-sleep-waiter-cancel from ericsssan/zig 2026年03月11日 09:18:04 +01:00
35a16fd3ed compiler_rt: fix x86_64 ldmxcsr/stmxcsr GPF by preventing function inlining
39e81a0710 compiler_rt: fix x86_64 stmxcsr/ldmxcsr GPF using single aligned u32
44dfc5273c compiler_rt: fix x86_64 stmxcsr/ldmxcsr inline assembly constraints
Compare 3 commits »
98ef528817 Add .dockerignore to exclude large cache directories from Docker builds
3b12514012 compiler_rt: fix x86_64 ldmxcsr/stmxcsr GPF by using pointer-based register constraints
44cbe64567 compiler_rt: put back asm block with conditional check for sse support and force 16 byte alighment to prevent GPF.
0f356ee477 compiler_rt: put back asm block with conditional check for sse support and force 16 byte alighment to prevent GPF.
d11326592c compiler_rt: put back asm block with conditional check for sse support and force 16 byte alighment to prevent GPF.
73a5b07f40 compiler_rt: put back asm block with conditional check for sse support and force 16 byte alighment to prevent GPF.
0810d75cfa compiler_rt: put back asm block with conditional check for sse support and force 16 byte alighment to prevent GPF.
0a412853aa std.Io: fix Select cancel deadlock with no tasks
ac24e6caf5 Merge pull request 'enable aarch64-netbsd CI' (#31377) from alexrp/zig:aarch64-netbsd-ci into master
421c3c3cc5 ci: update qemu to 10.2.1.1
0a2f6a048b fix msghdr and cmsghdr on non-Linux targets, document musl behaviour
Compare 9 commits »
28885cb89d compiler_rt: update asm clobbers syntax to struct format
ericsssan closed pull request ericsssan/zig#1 2026年03月02日 17:09:53 +01:00
fix: sleep waiter cancel.
d258f01a3e compiler_rt: remove unsupported ldmxcsr instruction from x86_64 clearFpStatus
de750d6455 compiler_rt: fix aarch64 exception flags by adding volatile barriers and FPCR configuration
Compare 2 commits »
e58fea8227 tar: Fix symlink test when symlinks can't be created on Windows
74f361a5ce std.math.big.int: address log2/log10 reviews
da6d4e28ef
Revert "ci: disable aarch64-freebsd"
104e73ecb2
ci: disable aarch64-freebsd
Compare 24 commits »
f364e86151 Resolve conflicts with master - use upstream std.Io versions
bd6b9f4f2e compiler_rt: restore asm clobbers struct syntax - verified locally
808b13d800 compiler_rt: revert asm clobbers syntax to string format for compatibility
57f3256744 compiler_rt: upgrade asm clobbers syntax in math_error.zig
d634dfa5d5 compiler_rt: remove unused mem import from exp2.zig
0f4ae2b0d9 compiler_rt: fix aarch64 QC bit clobber and exp2 double comparison
Compare 11 commits »
b9cc5a9f9f compiler_rt: restore asm clobbers struct syntax - verified locally
ericsssan pushed to fix/31307-sleep-waiter-cancel at ericsssan/zig 2026年03月02日 12:45:10 +01:00
673690d475 Io.Dispatch: fix LLVM load deferral across fiber.destroy
369bba7dd9 fix: sleep waiter cancel.
e58fea8227 tar: Fix symlink test when symlinks can't be created on Windows
74f361a5ce std.math.big.int: address log2/log10 reviews
da6d4e28ef
Revert "ci: disable aarch64-freebsd"
Compare 20 commits »
5f8dd1145e compiler_rt: revert asm clobbers syntax to string format for compatibility
ericsssan pushed to fix/31307-sleep-waiter-cancel at ericsssan/zig 2026年02月27日 18:49:55 +01:00
42a2510d64 Io.Dispatch: fix LLVM load deferral across fiber.destroy
a62601f81e fix: sleep waiter cancel.
bbc77df3eb std.heap: delete ThreadSafeAllocator
4e2cec265d Make std.PriorityQueue an unmanaged container (#31299)
0b6b65b387 fix: Allow async and concurrent from Io.Select to accept non-void error unions
Compare 9 commits »