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-04-02
Zcu: fix ZOIR cache bugs
Mason Remaley
2025-03-29
Zcu: resolve layout of analyzed declaration type
mlugg
2025-03-23
codegen: fix packed byte-aligned relocations
Jacob Young
2025-03-07
std.zig.Ast: improve type safety
Techatrix
2025-03-03
incremental: invalidate namespace dependencies when a name changes visibility
mlugg
2025-02-07
std.ArrayHashMap: popOrNul() -> pop()
Meghan Denny
2025-02-06
incremental: codegen types which are recreated
mlugg
2025-02-04
Zcu: fix bug clearing compile errors
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-26
Merge pull request #22602 from mlugg/incr-embedfile
Matthew Lugg
2025-01-25
incremental: handle `@embedFile`
mlugg
2025-01-24
compiler: yet more panic handler changes
mlugg
2025-01-22
compiler: pass error return traces everywhere
mlugg
2025-01-21
compiler: simplify generic functions, fix issues with inline calls
mlugg
2025-01-18
incremental: fix enum resolution bugs
mlugg
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2025-01-15
compiler: add type safety for export indices
Andrew Kelley
2025-01-15
rework error handling in the backends
Andrew Kelley
2025-01-15
elf linker: conform to explicit error sets
Andrew Kelley
2025-01-15
macho linker: conform to explicit error sets
Andrew Kelley
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
2025-01-11
compiler: improve "... contains reference to comptime var" errors
mlugg
2025-01-05
Merge pull request #22412 from mlugg/line-number-incremental
Matthew Lugg
2025-01-05
compiler: slightly simplify builtin decl memoization
mlugg
2025-01-05
link: new incremental line number update API
mlugg
2025-01-04
incremental: new `AnalUnit` to group dependencies on `std.builtin` decls
mlugg
2025-01-04
incremental: correctly handle losing file root `struct_decl` inst
mlugg
2025-01-04
incremental: correctly return `error.AnalysisFail` when type structure changes
mlugg
2025-01-04
Zcu: fix crash when incremental re-analysis of type annotation yields same re...
mlugg
2024-12-31
compiler: ensure result of `block_comptime` is comptime-known
mlugg
2024-12-24
compiler: analyze type and value of global declaration separately
mlugg
2024-12-24
compiler: remove Cau
mlugg
2024-12-23
Zir: refactor `declaration` instruction representation
mlugg
2024-12-20
lldb: add pretty printer for intern pool indices
Jacob Young
2024-12-19
compiler: disallow `align` etc annotations on comptime-only globals
mlugg
2024-12-18
compiler: disallow `callconv` etc from depending on function parameters
mlugg
2024-12-15
compiler: remove doc comments from Zir
mlugg
2024-12-11
std.Build.Cache.hit: work around macOS kernel bug
Andrew Kelley
2024-12-10
std.Build.Cache.hit: more discipline in error handling
Andrew Kelley
2024-12-06
Zcu: allow test declarations to be failed
mlugg
2024-12-05
compiler: incremental compilation fixes
mlugg
2024-12-05
compiler: allow files with AstGen errors to undergo semantic analysis
mlugg
2024-11-27
std.os.windows: Map PIPE_NOT_AVAILABLE from OpenFile() to error.NoDevice (#21...
Justin Braben
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
[next]