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
2023-08-28
Sema: revert reference trace changes that are no longer needed
Jacob Young
2023-08-21
frontend: directly pass resolved frameworks container to the linker
Jakub Konka
2023-08-20
frontend: move framework path resolution from the linker to frontend
Jakub Konka
2023-08-16
comp: make --verbose-cc actually thread-safe
Jakub Konka
2023-08-10
Merge pull request #16747 from jacobly0/llvm-wo-libllvm
Andrew Kelley
2023-08-09
change uses of std.builtin.Mode to OptimizeMode (#16745)
Zachary Raineri
2023-08-09
llvm: enable even without libllvm linked
Jacob Young
2023-08-03
Compilation: detect sysroot from libc installation
Andrew Kelley
2023-08-03
darwin: pass -iframework to clang for system frameworks
Andrew Kelley
2023-08-03
Compilation: fix incorrect non-optional assumption
Andrew Kelley
2023-08-03
zig libc: restore functionality on macOS
Andrew Kelley
2023-08-03
std.zig.system.NativePaths: simplify and integrate with Darwin SDK
Andrew Kelley
2023-08-03
frontend: make SystemLib.path optional
Andrew Kelley
2023-08-03
frontend: fix linking to Windows DLLs as system libs
Andrew Kelley
2023-08-03
compiler: resolve library paths in the frontend
Andrew Kelley
2023-07-26
compilation: change compiler_rt to inherit `strip` and `want_unwind_tables` f...
kcbanner
2023-07-26
Add --verbose-generic-instances to provide visibility on the number of generi...
kcbanner
2023-07-24
CLI: delete dead option -femit-analysis
Andrew Kelley
2023-07-23
test: test for issues starting codegen on many targets
Jacob Young
2023-07-23
Compilation: fix autodocs CLI
Andrew Kelley
2023-07-22
move installation logic to the build script where it belongs
Andrew Kelley
2023-07-20
compilation: pass omit_frame_pointer through to builtin.zig
kcbanner
2023-07-20
Remove the SingleThread limitation for ARM (#16442)
Hao Li
2023-07-20
Include system headers path when targeting assembly_with_cpp
Frank Denis
2023-07-19
llvm: start tracking more things without relying on the llvm api
Jacob Young
2023-07-18
compiler: begin untangling anonymous decls from source decls
Andrew Kelley
2023-07-18
rework generic function calls
Andrew Kelley
2023-07-11
remove arbitrary stderr size limit when spawning a child process tool
Xavier Bouchoux
2023-06-26
default to single-threaded for WebAssembly
Luuk de Gram
2023-06-26
Compilation: allow threads for Wasm when shared-memory is enabled
Luuk de Gram
2023-06-26
wasm-ld: implement `--export-memory` flag
Luuk de Gram
2023-06-25
std.cstr: deprecate namespace
Eric Joldasov
2023-06-25
Recognize the .res extension and link it as if it were an object file
Ryan Liptak
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-20
musl: deal with zig rename of i386 to x86
Andrew Kelley
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
2023-06-13
Never implicitly add rpaths for each lib dir, add NixOS libdir to rpath
Jan200101
2023-06-11
Autodoc: make it work under InternPool
mlugg
2023-06-10
compiler: eliminate Decl.value_arena and Sema.perm_arena
Andrew Kelley
2023-06-10
CLI: introduce --verbose-intern-pool
Andrew Kelley
2023-06-10
InternPool: port most of value tags
Jacob Young
2023-06-10
Module: remove tmp_hack_arena
Andrew Kelley
2023-06-10
stage2: move opaque types to InternPool
Andrew Kelley
2023-06-10
stage2: add tmp_hack_arena for the InternPool transition
Andrew Kelley
2023-06-10
InternPool: add a dump function
Andrew Kelley
2023-06-10
stage2: start the InternPool transition
Andrew Kelley
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
2023-05-29
Merge pull request #15891 from mlugg/fix/dont-emit-fn-called-at-comptime
Andrew Kelley
2023-05-30
zig ld: handle `--library :path/to/lib.so`
Motiejus Jakštys
[next]