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.zig
Age
Commit message (
Expand
)
Author
2025-05-29
Legalize: introduce a new pass before liveness
Jacob Young
2025-05-25
Merge pull request #23986 from mlugg/incremental-stuff
Matthew Lugg
2025-05-25
Merge pull request #23815 from alichraghi/master
Robin Voetter
2025-05-25
compiler: introduce incremental debug server
mlugg
2025-05-21
compiler: fix ZIR hash not including compiler version
mlugg
2025-05-21
spirv: super basic composite int support
Ali Cheraghi
2025-05-20
compiler: Scaffold stage2_powerpc backend.
Alex Rønne Petersen
2025-05-20
Merge pull request #23836 from mlugg/incr-fixes
Matthew Lugg
2025-05-19
Zcu: fix memory leak
mlugg
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2025-05-16
compiler: include inline calls in the reference trace
mlugg
2025-05-03
std.Target: Add Cpu.Arch.or1k and basic target info.
Alex Rønne Petersen
2025-04-27
make `@memcpy` and `@memmove` share panic handlers
Andrew Kelley
2025-04-26
compiler: add @memmove builtin
dweiller
2025-04-20
compiler: integrate `@compileLog` with incremental compilation
mlugg
2025-04-02
Zcu: fix ZOIR cache bugs
Mason Remaley
2025-03-26
Zcu: include named tests in resolved references
mlugg
2025-03-16
Sema: rewrite comptime arithmetic
mlugg
2025-03-12
Merge pull request #22397 from Techatrix/type-safe-ast
Matthew Lugg
2025-03-11
Zcu: rename `skip_analysis_errors` to `skip_analysis_this_update` and respect it
mlugg
2025-03-07
std.zig.Ast: improve type safety
Techatrix
2025-03-07
std.zig.Ast: add `blockStatements` and `builtinCallParams`
Techatrix
2025-02-26
Merge pull request #22488 from Rexicon226/ubsan-rt
Andrew Kelley
2025-02-25
Zcu: correctly resolve references to test bodies
mlugg
2025-02-25
Compilation: always import ubsan if a ZCU exists
David Rubin
2025-02-24
spirv: replace some unreachables with compile errors
Ali Cheraghi
2025-02-23
Sema: allow `@ptrCast` of slices changing the length
mlugg
2025-02-22
zig build fmt
Andrew Kelley
2025-02-17
std.builtin: Rename CallingConvention.wasm_watc to wasm_mvp.
Alex Rønne Petersen
2025-02-17
std.builtin: Remove CallingConvention.arm_(apcs,aapcs16_vfp).
Alex Rønne Petersen
2025-02-17
std.Target: Remove Cpu.Arch.propeller2 and use a CPU feature instead.
Alex Rønne Petersen
2025-02-17
std.Target: Remove Cpu.Arch.spu_2.
Alex Rønne Petersen
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2025-02-07
std.ArrayHashMap: popOrNul() -> pop()
Meghan Denny
2025-02-05
incremental: fix crash when introducing syntax error
mlugg
2025-02-04
compiler: integrate importing ZON with incremental compilation
mlugg
2025-02-04
compiler: integrate ZON with the ZIR caching system
mlugg
2025-02-04
compiler: a few renames
mlugg
2025-02-04
compiler: don't perform semantic analysis if there are files without ZIR
mlugg
2025-02-04
Zcu: remove unused `parse_failure` field from `File.Status`
mlugg
2025-02-04
Zcu: remove `*_loaded` fields on `File`
mlugg
2025-02-03
compiler,std: implement ZON support
Mason Remaley
2025-01-31
Sema: introduce all_vector_instructions backend feature
Jacob Young
2025-01-30
compiler: add `intcast_safe` AIR instruction
mlugg
2025-01-26
Merge pull request #22602 from mlugg/incr-embedfile
Matthew Lugg
2025-01-25
incremental: handle `@embedFile`
mlugg
2025-01-24
Zcu: remove `null_stack_trace`
mlugg
2025-01-24
compiler: yet more panic handler changes
mlugg
2025-01-22
Zcu: fix switch prong source location resolution
mlugg
2025-01-21
compiler: simplify generic functions, fix issues with inline calls
mlugg
[prev]
[next]