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-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
2025-05-16
compiler: include inline calls in the reference trace
mlugg
2025-05-16
Compilation: fix reference trace behavior without `-freference-trace`
mlugg
2025-05-10
Compilation: Don't pass -mabi to Clang on powerpc64(le)-freebsd.
Alex Rønne Petersen
2025-05-10
compiler: Support building FreeBSD crt1.o/Scrt1.o and stub shared libraries.
Alex Rønne Petersen
2025-05-10
compiler: Define __FreeBSD_version when targeting FreeBSD libc.
Alex Rønne Petersen
2025-05-10
compiler: Move vendored library support to `libs` subdirectory.
Alex Rønne Petersen
2025-05-09
Compilation: don't warn about failure to delete missing C depfile
mlugg
2025-05-05
compiler: Set libc++ ABI version to 2 for Emscripten.
Alex Rønne Petersen
2025-04-28
Compilation: don't build `compiler_rt` for `amdgcn` and `ubsan_rt` for ptx
Ali Cheraghi
2025-04-27
compiler: Fix `-m<os>-version-min=...` ordering
Kevin Primm
2025-04-27
std.Build.Cache: fix several bugs
mlugg
2025-04-26
compiler: Allow configuring UBSan mode at the module level.
Alex Rønne Petersen
2025-04-22
Merge pull request #23617 from mlugg/incr-fixes
Matthew Lugg
2025-04-21
Module: ignore `xnack` and `sramecc` features on some gpu models
Ali Cheraghi
2025-04-20
compiler: integrate `@compileLog` with incremental compilation
mlugg
2025-04-12
Merge pull request #23529 from alexrp/2879-groundwork
Alex Rønne Petersen
2025-04-11
Introduce libzigc for libc function implementations in Zig.
Alex Rønne Petersen
2025-04-10
Compilation: Pass `-m<os>-version-min=...` to Clang for all applicable Darwin...
Alex Rønne Petersen
2025-04-09
Compilation: Fix logic in addCCArgs() for various file types and flags.
Techatrix
2025-04-09
Merge pull request #23501 from imreallybadatnames/master
imreallybadatnames™️
2025-04-04
Compilation: Remove the PowerPC soft float preprocessor workaround.
Alex Rønne Petersen
2025-04-04
zig cc: Avoid passing any "CPU" features related to float ABI to Clang.
Alex Rønne Petersen
2025-04-04
libcxx: Update to Clang 20.
Alex Rønne Petersen
2025-03-27
std.meta.FieldType -> @FieldType
Андрей Краевский
2025-03-18
mingw: Rename mingw32.lib to libmingw32.lib.
Alex Rønne Petersen
2025-03-11
Zcu: rename `skip_analysis_errors` to `skip_analysis_this_update` and respect it
mlugg
[prev]
[next]