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
2025-07-13
LLVM: Move pt field from Object to NavGen
antlilja
2025-07-13
Fix memory leak in `CObject.Diag.Bundle.destroy()`
Joost Doornbos
2025-07-07
std.fmt: fully remove format string from format methods
Andrew Kelley
2025-07-07
compiler: update a bunch of format strings
Andrew Kelley
2025-07-07
compiler: fix a bunch of format strings
Andrew Kelley
2025-07-07
compiler: upgrade various std.io API usage
Andrew Kelley
2025-07-07
compiler: update all instances of std.fmt.Formatter
Andrew Kelley
2025-07-07
update compiler source to new APIs
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
zig fmt
Andrew Kelley
2025-07-06
wasi: Build emulated libraries into libc.a
Alex Rønne Petersen
2025-07-06
Sema: Stop adding Windows implib link inputs for `extern "..."` syntax.
Alex Rønne Petersen
2025-06-28
resinator: Fix include directory detection when cross-compiling from certain ...
Ryan Liptak
2025-06-19
coff: add hack to build a compiler-rt dynamic library
Jacob Young
2025-06-19
Compilation: fix use after free
Jacob Young
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-17
Compilation: add missing link file options to cache manifest
mlugg
2025-06-12
compiler: improve progress output
mlugg
2025-06-12
compiler: don't queue too much AIR/MIR
mlugg
2025-06-12
Compilation: prevent zig1 depending on fd_readdir
mlugg
2025-06-12
Zcu: handle unreferenced `test_functions` correctly
mlugg
2025-06-12
compiler: estimate totals for "Code Generation" and "Linking" progress nodes
mlugg
2025-06-12
compiler: improve progress output
mlugg
2025-06-12
x86_64: remove air references from mir
Jacob Young
2025-06-12
compiler: rework emit paths and cache modes
mlugg
2025-06-12
wasm: get self-hosted compiling, and supporting `separate_thread`
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
link: divorce LLD from the self-hosted linkers
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: fix switch dispatch bug
Jacob Young
2025-06-06
Compilation: enable the x86_64 backend by default for debug builds
Jacob Young
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-06-05
Merge pull request #24068 from alexrp/android-pic-pie
Alex Rønne Petersen
2025-06-04
compiler-rt: Issue VALGRIND_DISCARD_TRANSLATIONS request in __clear_cache().
Alex Rønne Petersen
2025-06-04
zig cc: Pass -f(no-)PIE to clang.
Alex Rønne Petersen
2025-06-04
compiler: Don't link ucrtbased.dll when targeting *-windows-msvc in Debug mode.
Alex Rønne Petersen
2025-06-02
Revert "mingw: Link to ucrtbased.dll instead of API set DLLs in Debug mode."
Alex Rønne Petersen
2025-06-01
Legalize: implement scalarization of `@select`
Jacob Young
2025-05-30
mingw: Link to ucrtbased.dll instead of API set DLLs in Debug mode.
Alex Rønne Petersen
2025-05-25
compiler: introduce incremental debug server
mlugg
2025-05-21
compiler: fix ZIR hash not including compiler version
mlugg
2025-05-21
link.Elf: Don't require linking libc for dynamic linker path to take effect.
Alex Rønne Petersen
2025-05-20
Merge pull request #23913 from alexrp/netbsd-libc
Alex Rønne Petersen
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2025-05-17
compiler: Support building NetBSD crt1.o/Scrt1.o and stub shared libraries.
Alex Rønne Petersen
2025-05-17
compiler: Define __NetBSD_Version__ when targeting NetBSD libc.
Alex Rønne Petersen
[next]