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
/
Zcu
Age
Commit message (
Expand
)
Author
2025-09-15
frontend: fix reference tracking through coerced function bodies
mlugg
2025-08-15
what if we kissed by the extern source bit
mlugg
2025-08-15
Zcu: don't tell linkers about exports if there are compile errors
mlugg
2025-08-12
remove redundant test cases
Justus Klausecker
2025-08-12
replace even more aggregate interns
Justus Klausecker
2025-08-12
address most comments
Justus Klausecker
2025-08-12
Sema: Improve comptime arithmetic undef handling
Justus Klausecker
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-07
Merge pull request #24661 from alichraghi/spv4
Andrew Kelley
2025-08-05
std: remove BoundedArray
Andrew Kelley
2025-08-02
spirv: refactor
Ali Cheraghi
2025-08-01
build system: replace fuzzing UI with build UI, add time report
mlugg
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-19
std.Io.Writer: fix writeSliceSwap
Andrew Kelley
2025-07-16
inline assembly: use types
Andrew Kelley
2025-07-14
std.Io: handle packed structs better
Andrew Kelley
2025-07-07
compiler: update a bunch of format strings
Andrew Kelley
2025-07-07
std.zig.llvm.Builder: update format API
Andrew Kelley
2025-07-07
compiler: upgrade various std.io API usage
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
2025-07-07
remove `usingnamespace` from the language
Andrew Kelley
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-06-13
link: fix obvious race condition
mlugg
2025-06-13
compiler: fix atomic orderings
mlugg
2025-06-12
compiler: improve progress output
mlugg
2025-06-12
Zcu: handle unreferenced `test_functions` correctly
mlugg
2025-06-12
Zcu: SPIR-V also doesn't generate MIR (yet)
mlugg
2025-06-12
Zcu: fix `deleteExport` crash with LLVM backend
mlugg
2025-06-12
compiler: improve progress output
mlugg
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
spirv: make the backend compile again
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
compiler: slightly untangle LLVM from the linkers
mlugg
2025-06-12
compiler: minor refactors to ZCU linking
mlugg
2025-06-06
x86_64: add support for pie executables
Jacob Young
2025-06-01
compiler: implement better shuffle AIR
mlugg
2025-06-01
Legalize: replace `safety_checked_instructions`
mlugg
2025-05-31
cbe: implement `stdbool.h` reserved identifiers
Jacob Young
2025-05-31
Legalize: implement scalarization of binary operations
Jacob Young
2025-05-31
Legalize: implement scalarization of unary operations
Jacob Young
2025-05-29
Legalize: introduce a new pass before liveness
Jacob Young
2025-05-25
Zcu: fix `nav_ty` dependency on `nav_val`
mlugg
2025-05-25
compiler: introduce incremental debug server
mlugg
[next]