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-01-15
Compilation: account for C objects and resources in prelink
Andrew Kelley
2025-01-15
wasm linker: implement stack pointer global
Andrew Kelley
2025-01-15
implement the prelink phase in the frontend
Andrew Kelley
2025-01-15
wasm linker: allow undefined imports when lib name is provided
Andrew Kelley
2025-01-15
elf linker: conform to explicit error sets
Andrew Kelley
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
2025-01-10
cbe: fix miscomps of the compiler
Jacob Young
2025-01-06
fix win32 manifest ID for DLLs
Reuben Dunnington
2025-01-05
Added support for thin lto
Travis Lange
2025-01-05
link: new incremental line number update API
mlugg
2025-01-04
incremental: new `AnalUnit` to group dependencies on `std.builtin` decls
mlugg
2025-01-01
incremental: fix errors not being deleted upon re-analysis
mlugg
2024-12-31
compiler: ensure result of `block_comptime` is comptime-known
mlugg
2024-12-24
compiler: analyze type and value of global declaration separately
mlugg
2024-12-24
compiler: remove Cau
mlugg
2024-12-20
lldb: add pretty printer for intern pool indices
Jacob Young
2024-12-15
zig cc: Remove broken CUDA C/C++ support.
Alex Rønne Petersen
2024-12-14
Compilation: Clean up addCCArgs().
Alex Rønne Petersen
2024-12-13
Compilation: Use Clang dependency file for preprocessed assembly files.
Alex Rønne Petersen
2024-12-13
Compilation: Use a better canonical file extension for header files.
Alex Rønne Petersen
2024-12-13
Compilation: Override Clang's language type for header files.
Alex Rønne Petersen
2024-12-13
Compilation: Improve classification of various C/C++/Objective-C files.
Alex Rønne Petersen
2024-12-13
Merge pull request #22035 from alexrp/unwind-fixes
Alex Rønne Petersen
2024-12-11
std.Build.Cache.hit: work around macOS kernel bug
Andrew Kelley
2024-12-10
std.Build.Cache.hit: more discipline in error handling
Andrew Kelley
2024-12-11
compiler: Improve the handling of unwind table levels.
Alex Rønne Petersen
2024-12-10
fix unknown file extension with rmeta
Travis Lange
2024-12-09
Merge pull request #22157 from mlugg/astgen-error-lazy
Andrew Kelley
2024-12-08
Compilation: Don't rely on Clang defaults for options that are user-facing.
Alex Rønne Petersen
2024-12-05
compiler: incremental compilation fixes
mlugg
2024-12-05
Compilation: Consider *.rlib files to be static libraries.
Alex Rønne Petersen
2024-11-28
Merge pull request #22067 from alexrp/pie-tests
Alex Rønne Petersen
2024-11-26
diversify "unable to spawn" failure messages
Andrew Kelley
2024-11-24
std.Target: Add Os.HurdVersionRange for Os.Tag.hurd.
Alex Rønne Petersen
2024-11-23
Compilation: Consider *.lo files to be object files.
Alex Rønne Petersen
2024-11-13
Compilation: Pass -municode on to Clang.
Alex Rønne Petersen
2024-11-05
musl: Pass -fomit-frame-pointer via CrtFileOptions.
Alex Rønne Petersen
2024-11-05
musl: Pass -f(function,data)-sections via CrtFileOptions instead of CFLAGS.
Alex Rønne Petersen
2024-11-05
Compilation: Fix unwind table logic for compiler-rt.
Alex Rønne Petersen
2024-11-05
Compilation: Also set essential module options when including compiler-rt.o.
Alex Rønne Petersen
2024-11-05
Compilation: Move no_builtin to Package.Module.
Alex Rønne Petersen
2024-11-03
glibc: Don't build CRT objects that won't be used.
Alex Rønne Petersen
2024-11-03
Compilation: Use the regular module mechanism for setting PIC on CRT objects.
Alex Rønne Petersen
2024-11-03
Compilation: Pass -fno-PIC to clang if PIC is disabled.
Alex Rønne Petersen
2024-11-02
Merge pull request #21729 from alexrp/target-cpu-baseline
Alex Rønne Petersen
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-26
Compilation: Omit Clang CPU model flags for some targets.
Alex Rønne Petersen
2024-10-24
remove leak from linker
David Rubin
2024-10-23
avoid unnecessarily building Scrt1.o when cross-compiling glibc
Andrew Kelley
2024-10-23
combine codegen work queue and linker task queue
Andrew Kelley
[prev]
[next]