index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2025-11-04
libc: Add mach-o/getsect.h and mach/exception.h macOS headers
Linus Groh
2025-11-04
libc: Add all macOS CommonCrypto headers
Linus Groh
2025-10-30
std.debug.lockStderrWriter: also return ttyconf
Matthew Lugg
2025-10-30
Merge pull request #25733 from GasInfinity-Forks/x86_16-cpu_context
Alex Rønne Petersen
2025-10-29
Merge pull request #25592 from ziglang/init-std.Io
Andrew Kelley
2025-10-29
fix: add `i86` cpu in `update_cpu_features`
GasInfinity
2025-10-29
remove all IBM AIX and z/OS support
Alex Rønne Petersen
2025-10-29
std.Io.Threaded: add ioBasic which disables networking
Andrew Kelley
2025-10-29
incr-check: windows source files depend on ws2_32
Andrew Kelley
2025-10-29
update some tests and tools for new Io APIs
Andrew Kelley
2025-10-29
std: fix compilation errors on Windows
Andrew Kelley
2025-10-29
fix miscellaneous compilation errors
Andrew Kelley
2025-10-09
- Rework common translate-c and cImport logic into `Compilation.translateC`
kcbanner
2025-10-03
Add depth function to `Walker.Entry`
Ryan Liptak
2025-10-03
fix: Check if key exists instead of trying to match on null
Henry Kupty
2025-10-03
fix: Match prefix with static string map
Henry Kupty
2025-10-03
refactor: Reimplement tool using SelectiveWalker
Henry Kupty
2025-09-19
std: delete SegmentedList again
Andrew Kelley
2025-09-19
tools: eliminate dependency on std.SegmentedList
Andrew Kelley
2025-09-18
std.Target: adjustments to LoongArch CPU models
Alex Rønne Petersen
2025-09-16
tools: Update fetch_them_macos_headers.zig for macOS 26
Linus Groh
2025-09-04
std.elf: change STV enum from u2 to u3
Alex Rønne Petersen
2025-08-30
Merge pull request #25077 from ziglang/GenericReader
Andrew Kelley
2025-08-30
update tools and other miscellaneous things to new APIs
Andrew Kelley
2025-08-30
std.Target.x86: purge avx10.n-256, rename avx10.n_512 to avx10.n, require eve...
Alex Rønne Petersen
2025-08-30
update_cpu_features: bump branch quota for amdgcn
Alex Rønne Petersen
2025-08-30
update_cpu_features: fix a fmtId call to be fmtIdPU
Alex Rønne Petersen
2025-08-28
update langref and docs to avoid GenericWriter
Andrew Kelley
2025-08-28
update more to avoid GenericWriter
Andrew Kelley
2025-08-14
Rewrite `generate_linux_syscalls` to be completely table based
Stephen Gregoratto
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-08
zig std: fix build failures
Andrew Kelley
2025-08-08
std.Io: remove BufferedWriter
Andrew Kelley
2025-08-07
Merge pull request #24661 from alichraghi/spv4
Andrew Kelley
2025-08-04
spirv: define and use extended instruction set opcodes
Ali Cheraghi
2025-08-02
spirv: refactor
Ali Cheraghi
2025-08-01
build system: replace fuzzing UI with build UI, add time report
mlugg
2025-07-23
std.Io.poll: update to new I/O API
Andrew Kelley
2025-07-21
objcopy: delete most of it
Andrew Kelley
2025-07-16
update compiler
Andrew Kelley
2025-07-16
tools: fix some bitrot
Alex Rønne Petersen
2025-07-15
update dump-cov for alignment and writergate changes
dweiller
2025-07-14
spirv: snake-case the spec
Ali Cheraghi
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-07
update autodocs and langref to new API
Andrew Kelley
2025-07-07
update standalone and incremental tests to new API
Andrew Kelley
2025-07-07
remove `usingnamespace` from the language
Andrew Kelley
2025-07-07
remove `async` and `await` keywords
Andrew Kelley
2025-06-23
remove `spirv` cpu arch
Ali Cheraghi
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
[next]