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
/
Compilation.zig
Age
Commit message (
Expand
)
Author
2024-03-07
Merge pull request #19190 from mlugg/struct-equivalence
Andrew Kelley
2024-03-06
feat: add support for --enable-new-dtags and --disable-new-dtags
Dillen Meijboom
2024-03-06
Package.Module: deduplicate identical builtin modules
mlugg
2024-03-01
compiler: audit debug mode checks
Jacob Young
2024-02-28
use hash.addListOfBytes where applicable
Andrew Kelley
2024-02-28
add missing export symbol names to whole mode wasm cache hash
Andrew Kelley
2024-02-28
make aro-based translate-c lazily built from source
Andrew Kelley
2024-02-27
move `zig libc` command to be lazily built
Andrew Kelley
2024-02-26
compiler: JIT zig fmt
Andrew Kelley
2024-02-26
move Zir to std.zig.Zir
Andrew Kelley
2024-02-25
test: rework how filtering works
Jacob Young
2024-02-09
Merge pull request #18875 from ziglang/macho-zo-dwarf
Jakub Konka
2024-02-09
Merge pull request #18712 from Vexu/std.options
Andrew Kelley
2024-02-08
builtin: enable panic handler on self-hosted macho
Jakub Konka
2024-02-06
Merge pull request #18814 from mlugg/incremental-dependencies
Matthew Lugg
2024-02-05
compiler: rename value.zig to Value.zig
Andrew Kelley
2024-02-04
compiler: lock incremental dependency tracking behind --debug-incremental
mlugg
2024-02-04
Zcu: refactor Decl.analysis field
mlugg
2024-02-04
Zcu: incremental compilation improvements
mlugg
2024-02-04
Zcu: more dependency tracking logic
mlugg
2024-02-04
compiler: re-introduce dependencies for incremental compilation
mlugg
2024-02-02
Compilation: delete clang diag files afterwards
Andrew Kelley
2024-02-02
cli+build: handle -ObjC flag and route it to MachO linker
Jakub Konka
2024-02-01
remove std.io.Mode
Veikka Tuominen
2024-01-26
Merge pull request #18654 from mlugg/incremental-the-second
Andrew Kelley
2024-01-25
Compilation: preserve "builtin" as the first dependency
Jacob Young
2024-01-24
macho: parse dependent dylibs
Jakub Konka
2024-01-23
InternPool: introduce TrackedInst
mlugg
2024-01-22
Fix wrong if condition for windows (#18637)
ndbn
2024-01-20
Merge pull request #18596 from ypsvlq/mingw
Andrew Kelley
2024-01-20
Merge pull request #18622 from ziglang/zig-mod-edge-case
Andrew Kelley
2024-01-19
zig cc: expose clang precompiled C header support
Xavier Bouchoux
2024-01-19
Compilation: avoid caching root source file twice
Andrew Kelley
2024-01-20
mingw: update build logic
Elaine Gibson
2024-01-14
compiler: move each_lib_rpath to frontend
Jan200101
2024-01-10
Compilation: fix tsan error reporting
Andrew Kelley
2024-01-09
Add support for `--(no-)undefined-version`
dhash
2024-01-09
Merge pull request #18491 from ziglang/fix-mod-link-obj-path
Andrew Kelley
2024-01-08
compilation: fix bad path in error message
Andrew Kelley
2024-01-08
Compilation: only add __MSVCRT_VERSION__ for -lc
Andrew Kelley
2024-01-08
Compilation: add definition to prefer ucrt for windows C/C++ files
Andrew Kelley
2024-01-08
mingw: update from msvcrt to ucrt
Andrew Kelley
2024-01-06
Compilation: pass code model in buildOutputFromZig
Tristan Ross
2024-01-03
compiler: fix build runner not added to cache hash
Andrew Kelley
2024-01-01
link: accept the update arena in flush
Andrew Kelley
2024-01-01
CLI: introduce global -I args for C include paths
Andrew Kelley
2024-01-01
Compilation: rename before flush during whole cache mode
Andrew Kelley
2024-01-01
Compilation: fix cache hash of incremental builds
Andrew Kelley
2024-01-01
Compilation: make create() take an arena allocator
Andrew Kelley
2024-01-01
restore -fno-emit-bin -femit-llvm-ir functionality
Andrew Kelley
[next]