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-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
2025-01-29
Add libdl shims from wasi-libc
Frank Denis
2025-01-27
frontend: use main Compilation code_model when building libxx
Andrew Kelley
2025-01-26
Merge pull request #22602 from mlugg/incr-embedfile
Matthew Lugg
2025-01-25
Compilation: Remove the _tls_index hack for MinGW.
Alex Rønne Petersen
2025-01-25
compiler: Rework LTO settings for some Zig-provided libraries.
Alex Rønne Petersen
2025-01-25
incremental: handle `@embedFile`
mlugg
2025-01-24
Compilation pipeline: repeat failed prelink tasks
Andrew Kelley
2025-01-23
compiler: Fix computation of Compilation.Config.any_unwind_tables.
Alex Rønne Petersen
2025-01-22
std.Target: Define and use lime1 as the baseline CPU model for WebAssembly.
Alex Rønne Petersen
2025-01-20
embrace the future slightly less
Andrew Kelley
2025-01-20
reject crti.o/crtn.o, embrace the future
Andrew Kelley
2025-01-20
Compilation: take advantage of `@splat`
Andrew Kelley
2025-01-20
Compilation pipeline: linker input producing Job representation
Andrew Kelley
2025-01-20
compilation pipeline: do glibc jobs earlier
Andrew Kelley
2025-01-20
Compilation pipeline: do musl jobs earlier
Andrew Kelley
2025-01-16
x86_64: rewrite
Jacob Young
[next]