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-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
2025-03-08
Compilation: Fix `-fno-rtlib-defaultlib` unused argument warning in ReleaseSafe.
Alex Rønne Petersen
2025-03-08
zig cc: Don't pass -mabi for assembly files when targeting arm.
Alex Rønne Petersen
2025-03-02
link: make sure MachO closes the damn files
mlugg
2025-02-28
Revert "Merge pull request #22898 from kristoff-it/deprecated-proposal"
Andrew Kelley
2025-02-27
Move the compiler's LLVM bitcode builder to std.zig.llvm.
Alex Rønne Petersen
2025-02-26
initial implementation of `@deprecated`
Loris Cro
2025-02-26
Compilation: disable ubsan_rt for spirv target
Ali Cheraghi
2025-02-25
ubsan: don't create ubsan in every static lib by default
Andrew Kelley
2025-02-25
correct some bugs
David Rubin
2025-02-25
Compilation: correct when to include ubsan
David Rubin
2025-02-25
Compilation: always import ubsan if a ZCU exists
David Rubin
2025-02-25
move libubsan to `lib/` and integrate it into `-fubsan-rt`
David Rubin
2025-02-25
Compilation: use the minimal runtime in `ReleaseSafe`
David Rubin
2025-02-25
ubsan: add a basic runtime
David Rubin
2025-02-22
link.MachO: Add support for the -x flag (discard local symbols).
Alex Rønne Petersen
2025-02-21
fix `-fsanitize-coverage-trace-pc-guard` and fuzzer support for C compile units
Xavier Bouchoux
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-11
Compilation: disable error return tracing in rt libs
Andrew Kelley
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2025-02-06
Merge pull request #22777 from mlugg/some-bugs
Matthew Lugg
2025-02-06
Merge pull request #19614 from jedisct1/wasi-libc-update
Alex Rønne Petersen
2025-02-05
incremental: fix crash when introducing syntax error
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 `*_loaded` fields on `File`
mlugg
2025-02-03
compiler,std: implement ZON support
Mason Remaley
[next]