• Joined on 2022年08月11日
InKryption pushed to build-check-symlinks at InKryption/zig 2026年01月13日 22:46:17 +01:00
ae2d801ad2
Build: check if dynamic lib installed for symlinks
InKryption pushed to build-check-symlinks at InKryption/zig 2026年01月13日 22:43:57 +01:00
969874a80e Build: check if dynamic lib installed for symlinks
3da6e67199
std.Io.test: disable Group.concurrent on linux w/o libc
7ea3842549 cli: add --test-execve option
2301f2ecdf NtSetInformationFile: remove const from FileInformation buffer param
47cc233f22 aro: define arch macros for riscv
Compare 5 commits »
InKryption pushed to build-check-symlinks at InKryption/zig 2026年01月13日 16:13:26 +01:00
e24a25fb45
Build: check if dynamic lib installed for symlinks
9dd2716229
std.crypto.kangarootwelve: disable more flaky tests
85cac9e5b6 std: use sigaltstack for default segfault handler
be84d7cb9b Fix benchmarks after the randomness changes
d86e8b7795 std.mem.sliceTo: Return slice with sentinel from unbounded pointers
Compare 14 commits »
InKryption pushed to build-check-symlinks at InKryption/zig 2026年01月13日 03:42:44 +01:00
cfc22231de
Build: check if dynamic lib installed for symlinks
f1267e02c4
std.http.test: disable tests on openbsd
b671baee1a
ci: cut down the amount of stuff being run on riscv64-linux
Compare 3 commits »
InKryption created pull request ziglang/zig#30778 2026年01月10日 17:57:47 +01:00
fix semantic UAFs in std.Io.Threaded
InKryption pushed to build-check-symlinks at InKryption/zig 2026年01月10日 17:50:49 +01:00
3c9db1c38e
Build: check if dynamic lib installed for symlinks
ec25b13848 Merge pull request 'std: move memory locking and memory protection to process' (#30758) from mmap into master
4d6d2922b8 std: move memory locking and memory protection to process
9aaecde63f build: bump freebsd max_rss
5e242f0551 Merge pull request 'libc: use common ctype.h implementation' (#30763) from GasInfinity/zig:libc-ascii-ctype into master
Compare 153 commits »
InKryption pushed to master at InKryption/zig 2026年01月10日 17:44:30 +01:00
ec25b13848 Merge pull request 'std: move memory locking and memory protection to process' (#30758) from mmap into master
4d6d2922b8 std: move memory locking and memory protection to process
9aaecde63f build: bump freebsd max_rss
5e242f0551 Merge pull request 'libc: use common ctype.h implementation' (#30763) from GasInfinity/zig:libc-ascii-ctype into master
721bdb6256 Merge pull request 'crypto.scrypt: accept an std.Io parameter instead of direct entropy' (#30738) from jedisct1/zig:scryptfixes into master
Compare 170 commits »
InKryption created branch fix-uafs in InKryption/zig 2026年01月10日 17:43:44 +01:00
InKryption pushed to fix-uafs at InKryption/zig 2026年01月10日 17:43:44 +01:00
707823abdb
fix semantic UAFs in std.Io.Threaded
ec25b13848 Merge pull request 'std: move memory locking and memory protection to process' (#30758) from mmap into master
4d6d2922b8 std: move memory locking and memory protection to process
9aaecde63f build: bump freebsd max_rss
5e242f0551 Merge pull request 'libc: use common ctype.h implementation' (#30763) from GasInfinity/zig:libc-ascii-ctype into master
Compare 10 commits »
InKryption pushed to master at InKryption/zig 2026年01月10日 17:40:25 +01:00
e3b7cad81e std.heap.DebugAllocator: disable already flaky test
de25a6ffee Merge pull request 'std: delete os.environ, os.argv, add new parameter to main, move process API to std.Io' (#30644) from juice into master
ef1ddbe2f0 std.heap.DebugAllocator: disable already flaky test
420a9aed4c build: bump freebsd max_rss
9eb3b54eb5 std.Io.Threaded: revert making reading fork child status cancelable
Compare 350 commits »
InKryption pushed to build-check-symlinks at InKryption/zig 2026年01月04日 17:11:23 +01:00
cc19946298
Build: check if dynamic lib installed for symlinks
e3b7cad81e std.heap.DebugAllocator: disable already flaky test
de25a6ffee Merge pull request 'std: delete os.environ, os.argv, add new parameter to main, move process API to std.Io' (#30644) from juice into master
ef1ddbe2f0 std.heap.DebugAllocator: disable already flaky test
420a9aed4c build: bump freebsd max_rss
Compare 78 commits »
InKryption pushed to build-check-symlinks at InKryption/zig 2026年01月03日 18:04:37 +01:00
d0f60fe202
Build: check if dynamic lib installed for symlinks
04226193cc
Revert "Use mmap std.heap.page_allocator impl when compiling for Wasm + libc"
d024d9f005
std.Build: crashes in the test runner are fatal errors
c9fa8e46df Use mmap std.heap.page_allocator impl when compiling for Wasm + libc
1bf29757d9 Merge pull request 'crypto.edwards25519: optimize rejectLowOrder' (#30650) from jedisct1/zig:ed25519rej into master
Compare 24 commits »
InKryption pushed to build-check-symlinks at InKryption/zig 2025年12月29日 20:20:53 +01:00
037fa73c2c
Build: check if dynamic lib installed for symlinks
InKryption pushed to build-check-symlinks at InKryption/zig 2025年12月29日 20:20:48 +01:00
27e250651a
Build: check if dynamic lib installed for symlinks
ec13e8eaaa emit error and crash when trying to use the broken -femit-h option (#30229)
744e22b18a build_runner: re-order the help menu
8d4a9119b8 Properly support passing a packed struct to byteSwapAllFields (#30571)
e8a2e6578a Add std.Io.net.Stream.shutdown
Compare 22 commits »
InKryption pushed to build-check-symlinks at InKryption/zig 2025年12月27日 17:47:02 +01:00
22d82cd844 Build: check if dynamic lib installed for symlinks
e55e6b5528 Merge pull request 'std: migrate all fs APIs to Io' (#30232) from std.Io-fs into master
60a1ba0a8f
stage1: add more wasi.c stubs
d8460910b4 std.Io.Threaded: init stderr_writer in streaming mode
2fb46b0ed9 std.Progress: recancel in start()
Compare 230 commits »
InKryption commented on issue ziglang/zig#30225 2025年12月20日 23:26:59 +01:00
new builtin: @forbid

Is this specifically intended to only be used in a top-level comptme block? How do all of the following work?

InKryption created pull request ziglang/zig#30214 2025年12月17日 18:28:49 +01:00
Build: check if dynamic lib installed for symlinks
InKryption pushed to build-check-symlinks at InKryption/zig 2025年12月17日 18:24:38 +01:00
86fd7a2400
Build: check if dynamic lib installed for symlinks
InKryption created branch build-check-symlinks in InKryption/zig 2025年12月17日 18:24:38 +01:00
InKryption created repository InKryption/zig 2025年12月17日 18:19:18 +01:00