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
Age
Commit message (
Expand
)
Author
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-06
x86_64: add support for pie executables
Jacob Young
2025-06-06
Compilation.Config: prefer_llvm depends on pie
Andrew Kelley
2025-06-06
Compilation.Config: eliminate the only variable from this function
Andrew Kelley
2025-06-06
Compilation.Config: "can_use_llvm" -> "prefer_llvm"
Andrew Kelley
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-04
compiler: Always dynamically link executables for Fuchsia.
Alex Rønne Petersen
2025-06-04
compiler: Rework PIE option logic.
Alex Rønne Petersen
2025-05-17
compiler: Link libc by default when targeting NetBSD.
Alex Rønne Petersen
2025-05-17
Compilation.Config: Default to dynamic linking with NetBSD libc.
Alex Rønne Petersen
2025-05-12
Merge pull request #23835 from alexrp/freebsd-libc
Alex Rønne Petersen
2025-05-11
compiler: Link libc by default when targeting FreeBSD.
Alex Rønne Petersen
2025-05-11
Compilation.Config: Default to dynamic linking with FreeBSD libc.
Alex Rønne Petersen
2025-05-10
std.Target: Remove ObjectFormat.nvptx (and associated linker code).
Alex Rønne Petersen
2025-05-03
compiler: Link libunwind when linking glibc statically.
Alex Rønne Petersen
2025-05-03
compiler: Allow linking native glibc statically.
Alex Rønne Petersen
2025-05-03
compiler: Rename misleading libcNeedsLibUnwind() function.
Alex Rønne Petersen
2025-04-26
compiler: Allow configuring UBSan mode at the module level.
Alex Rønne Petersen
2025-04-09
Merge pull request #23501 from imreallybadatnames/master
imreallybadatnames™️
2025-02-25
Compilation: correct when to include ubsan
David Rubin
2025-01-25
Compilation: Disable LTO by default.
Alex Rønne Petersen
2025-01-23
Package.Module: Make create() fall back on options.global.root_optimize_mode.
Alex Rønne Petersen
2025-01-23
compiler: Fix computation of Compilation.Config.any_unwind_tables.
Alex Rønne Petersen
2025-01-05
Added support for thin lto
Travis Lange
2024-12-11
compiler: Improve the handling of unwind table levels.
Alex Rønne Petersen
2024-11-19
Compilation: Re-enable LTO for RISC-V.
Alex Rønne Petersen
2024-11-18
Compilation: Disable LTO for all ILP32-on-LP64 ABIs.
Alex Rønne Petersen
2024-11-17
Compilation: Disable LTO for mips n32.
Alex Rønne Petersen
2024-11-16
Use options debug format if it is provided (#21995)
Benjamin
2024-09-23
std.Target: Remove Cpu.Arch.dxil and ObjectFormat.dxcontainer.
Alex Rønne Petersen
2024-08-11
std.Target: Add goff and xcoff to ObjectFormat.
Alex Rønne Petersen
2024-07-23
default "trace pc guard" coverage off
Andrew Kelley
2024-07-22
initial support for integrated fuzzing
Andrew Kelley
2024-07-08
Compilation: put supported codegen backends on a separate thread
Jacob Young
2024-06-19
add error message for `-fno-llvm` `-flld`
David Rubin
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-02-01
remove std.io.Mode
Veikka Tuominen
2024-01-01
compiler: Compilation.Config: trivial refactor
Andrew Kelley
2024-01-01
frontend: make dll_export_fns=false on non-windows
Andrew Kelley
2024-01-01
compiler: push entry symbol name resolution into the linker
Andrew Kelley
2024-01-01
frontend: avoid spurious error when no zcu
Andrew Kelley
2024-01-01
frontend: fix "any" default resolution ambiguity
Andrew Kelley
2024-01-01
fix MachO linking
Andrew Kelley
2024-01-01
fix logic for default entry point
Andrew Kelley
2024-01-01
Compilation.Config.resolve: explicit error set
Andrew Kelley
2024-01-01
resolve error tracing logic at module creation time
Andrew Kelley
2024-01-01
move dll_export_fns and rdynamic to Compilation.Config
Andrew Kelley
2024-01-01
libcxx: update to new Compilation API
Andrew Kelley
2024-01-01
update bin_file.options references in Sema
Andrew Kelley
[next]