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
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
2024-01-01
compiler: miscellaneous branch progress
Andrew Kelley
2024-01-01
linkers: update references to "options" field
Andrew Kelley
2024-01-01
compiler: update references to single_threaded
Andrew Kelley
2024-01-01
frontend: fix stack protector option logic
Andrew Kelley
2024-01-01
move a large chunk of linker logic away from "options"
Andrew Kelley
2024-01-01
WIP: move many global settings to become per-Module
Andrew Kelley