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
/
src
Age
Commit message (
Expand
)
Author
2025-06-12
compiler: don't queue too much AIR/MIR
mlugg
2025-06-12
Compilation: prevent zig1 depending on fd_readdir
mlugg
2025-06-12
Zcu: handle unreferenced `test_functions` correctly
mlugg
2025-06-12
link.Queue: release safety lock before releasing mutex after stopping
mlugg
2025-06-12
cli: correctly error for missing output directories
mlugg
2025-06-12
Zcu: SPIR-V also doesn't generate MIR (yet)
mlugg
2025-06-12
link: fix goff and xcoff flush
mlugg
2025-06-12
x86_64: implement coff relocations
Jacob Young
2025-06-12
Sema: fix union layout logic to match struct layout logic
Jacob Young
2025-06-12
codegen: make threadlocal logic consistent
Jacob Young
2025-06-12
x86_64: fix `dbg_var_ptr` types in debug info
Jacob Young
2025-06-12
Zcu: fix `deleteExport` crash with LLVM backend
mlugg
2025-06-12
libs: fix caching behavior
mlugg
2025-06-12
compiler: estimate totals for "Code Generation" and "Linking" progress nodes
mlugg
2025-06-12
compiler: improve progress output
mlugg
2025-06-12
x86_64: remove linker references from codegen
Jacob Young
2025-06-12
x86_64: remove air references from mir
Jacob Young
2025-06-12
InternPool: store the Nav types are named after
mlugg
2025-06-12
Zcu: fix verbose air
Jacob Young
2025-06-12
compiler: rework emit paths and cache modes
mlugg
2025-06-12
link.Lld: remove dead caching logic
mlugg
2025-06-12
spirv: make the backend compile again
mlugg
2025-06-12
wasm: get self-hosted compiling, and supporting `separate_thread`
mlugg
2025-06-12
compiler: get most backends compiling again
mlugg
2025-06-12
compiler: rework backend pipeline to separate codegen and link
mlugg
2025-06-12
link: make checking for failed types the responsibility of Compilation
mlugg
2025-06-12
link: divorce LLD from the self-hosted linkers
mlugg
2025-06-12
compiler: slightly untangle LLVM from the linkers
mlugg
2025-06-12
compiler: minor refactors to ZCU linking
mlugg
2025-06-11
mingw: Fix def file preprocessing.
Alex Rønne Petersen
2025-06-11
zig_llvm: Strip @<n> suffix from .def symbols on all targets.
Alex Rønne Petersen
2025-06-11
mingw: Update MinGW-w64 sources to 38c8142f660b6ba11e7c408f2de1e9f8bfaf839e.
Alex Rønne Petersen
2025-06-07
fix: MIME for ZIP in Zig Fetch
PlayDay
2025-06-07
Dwarf: restore missing non-entry padding
Jacob Young
2025-06-06
x86_64: fix switch dispatch bug
Jacob Young
2025-06-06
x86_64: add support for pie executables
Jacob Young
2025-06-06
Sema: fix invalid pure Air instruction with comptime-known operands
Jacob Young
2025-06-06
Compilation.Config: prefer_llvm depends on pie
Andrew Kelley
2025-06-06
Compilation.Config: eliminate the only variable from this function
Andrew Kelley
2025-06-06
Compilation.Config: "can_use_llvm" -> "prefer_llvm"
Andrew Kelley
2025-06-06
Compilation: enable the x86_64 backend by default for debug builds
Jacob Young
2025-06-06
Merge pull request #24090 from fardragon/handle-empty-hash
Andrew Kelley
2025-06-06
Make zig fetch handle jar like zip
Gungun974
2025-06-06
hash mismatch error: don't make empty such a special case
Andrew Kelley
2025-06-06
Package.Hash.toSlice: consistent pointer
Andrew Kelley
2025-06-06
Handle empty hashes in build.zig.zon
fardragon
2025-06-06
Elf: support non-comdat groups
Jacob Young
2025-06-06
link: support static archives that are linker scripts
Jacob Young
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-06-05
Merge pull request #24068 from alexrp/android-pic-pie
Alex Rønne Petersen
[prev]
[next]