• Joined on 2025年12月06日
ashpil pushed to fix-spirv-windows at ashpil/zig 2026年05月17日 07:23:02 +02:00
ee98e04d6b spirv: fix linking when invoked as part of build system on windows
bdfbf432dd
std.process.abort: trap on freestanding
9787df9421 fix(std.Target/spirv): correct variable_pointers feature description
cb1fe0e578 Merge pull request 'ci: build/run all darwin module tests on aarch64-macos' (#35256) from alexrp/zig:maccatalyst-ci into master
c461befcf9
ci: build/run all darwin module tests on aarch64-macos
Compare 306 commits »
ashpil created pull request ziglang/zig#31971 2026年04月20日 09:09:02 +02:00
spirv: fix linking when invoked as part of build system on windows
ashpil pushed to fix-spirv-windows at ashpil/zig 2026年04月20日 09:07:10 +02:00
9fbc67cfc1 spirv: fix linking when invoked as part of build system on windows
ashpil pushed to fix-spirv-windows at ashpil/zig 2026年04月20日 09:04:53 +02:00
ashpil created branch fix-spirv-windows in ashpil/zig 2026年04月20日 09:04:53 +02:00
ashpil opened issue ziglang/zig#31964 2026年04月20日 00:30:29 +02:00
build: fetching zip files fails when cache is empty
ashpil pushed to fix-zip-fetching-with-empty-cache at ashpil/zig 2026年04月20日 00:09:17 +02:00
a626dc1a5f
build fetch: fix fetching zip file when cache is empty
ashpil created branch fix-zip-fetching-with-empty-cache in ashpil/zig 2026年04月20日 00:09:17 +02:00
ashpil pushed to master at ashpil/zig 2026年04月20日 00:03:00 +02:00
dea6914aaa bootstrap.c: fix zig2 version
b0f6889d12 Merge pull request 'docs: langref: Clear up terminology used for top-level doc comments' (#31920) into master
571388a93d langref: use the word "namespace" instead of "container"
f0649e7709 langref: Clear up terminology used for top-level doc comments
9b177a7d21 Merge pull request 'Rework StackFallbackAllocator' (#31841) into master
Compare 335 commits »
ashpil pushed to master at ashpil/zig 2026年03月23日 07:33:15 +01:00
c7d69f0160 std.mem: delete illegal code in findSentinel()
029719cf47 std.Uri: reject invalid URI schemes according to RFC3986
1708da2c71 libfuzzer: fix SkipZigTest with new inputs
b2c2b4d063 Merge pull request 'crypto: correct aes-siv s2v' (#31623) from sinon/zig:fix-aes-siv into master
1311880eea fix: use no_builtin when including zigc in the Zcu
Compare 533 commits »
ashpil commented on issue ziglang/zig#30873 2026年03月02日 08:14:19 +01:00
Remove extern/export decls and improve the ergonomics of @extern/@export

@mlugg regarding the second idea:

ashpil pushed to master at ashpil/zig 2026年02月01日 21:28:07 +01:00
37d14a4f3b Merge pull request 'libzigc: cbrt, cbrtf' (#31078) from jeffective/zig:jeff/libzigc-cbrt into master
171459f678 Merge pull request 'libzigc: round, roundf' (#31075) from jeffective/zig:jeff/libzigc-round into master
59073484ba std.Io: add ioctl / DeviceIoControlFile API
4aadb5e4a5 libzigc: cbrtf
0aae9768aa libzigc: cbrt
Compare 376 commits »
ashpil commented on issue ziglang/zig#30873 2026年02月01日 21:18:11 +01:00
Remove extern/export decls and improve the ergonomics of @extern/@export

I like this, as extern and @extern being non-orthogonal language features has bothered me a for a while. However, there's one part of this proposal I'm concerned about:

ashpil pushed to master at ashpil/zig 2026年01月08日 06:50:07 +01:00
514b103edb std.Io.Threaded: correctly initialize PosixAddress/WsaAddress from sockaddr (#30722)
6a5bb3ede3 std: find a better home for the "preopens" concept
d2d8b969a1 fix redundant safety checks being emitted for slicing
cdaf279314 link.Elf2: fix incorrect expected node length
8d06d8dca2 link.Elf: allow multiple relocs at the same location
Compare 433 commits »
ashpil commented on pull request ziglang/zig#30570 2025年12月22日 19:10:44 +01:00
@extern: add support for SPIR-V locations and descriptors

this is definitely ugly, haven't seen other examples of large tagged unions in the intern pool so I'm not sure what the preferred pattern here is

ashpil created pull request ziglang/zig#30570 2025年12月22日 19:09:32 +01:00
@extern: add support for spir-v locations and descriptors
ashpil created branch extern-bindings-locations in ashpil/zig 2025年12月22日 19:06:20 +01:00
ashpil pushed to extern-bindings-locations at ashpil/zig 2025年12月22日 19:06:20 +01:00
0ea79c85b2
remove std.gpu.(binding|location)
24e7500c33
@extern: add support for spir-v locations and descriptors
Compare 2 commits »
ashpil created repository ashpil/zig 2025年12月22日 19:05:53 +01:00