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-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
2024-01-01
Compilation: don't add importlib jobs when outputting C code
Andrew Kelley
2024-01-01
move misc_errors from linker to Compilation
Andrew Kelley
2024-01-01
Compilation: inline the flush function
Andrew Kelley
2024-01-01
Compilation: fix whole mode cache hash
Andrew Kelley
2024-01-01
Compilation: consolidate module hashing code
Andrew Kelley
2024-01-01
move eh_frame_hdr from link.File to Compilation
Andrew Kelley
2024-01-01
move force_undefined_symbols into Compilation
Andrew Kelley
2024-01-01
Compilation: several branch regression fixes
Andrew Kelley
2024-01-01
compiler: push entry symbol name resolution into the linker
Andrew Kelley
2024-01-01
frontend: remove deprecated field from Compilation
Andrew Kelley
2024-01-01
frontend: fix "any" default resolution ambiguity
Andrew Kelley
2024-01-01
frontend: skip astgen for builtin.zig
Andrew Kelley
2024-01-01
CLI: fix logic for sending output file path
Andrew Kelley
2024-01-01
CLI: fix regressed logic for any_dyn_libs
Andrew Kelley
2024-01-01
fix compilations without zig compilation units
Andrew Kelley
2024-01-01
fix memory leak in addModuleTableToCacheHash
Andrew Kelley
2024-01-01
Compilation: don't store arena until it's done being used
Andrew Kelley
2024-01-01
fix compilation errors when enabling llvm
Andrew Kelley
2024-01-01
compilation: fix build artifact communication from sub-compilation
Andrew Kelley
2024-01-01
fix population of builtin.zig not making the parent dir
Andrew Kelley
2024-01-01
Compilation: oops! used comp before init
Andrew Kelley
2024-01-01
fix remaining compile errors except one
Andrew Kelley
2024-01-01
fix more compilation errors introduced by this branch
Andrew Kelley
2024-01-01
move dll_export_fns and rdynamic to Compilation.Config
Andrew Kelley
[next]