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
2022-01-13
Introduce LinkObject with must_link field
Jakub Konka
2022-01-13
zld: support -Wl,-force_load=archive_path flag
Jakub Konka
2022-01-11
Merge branch 'linker-eport-symbols' of github.com:Luukdegram/zig into Luukdeg...
Jakub Konka
2022-01-07
Pass `--allow-unknown-exports` to wasmtime
Luuk de Gram
2022-01-07
lint: duplicate import (#10519)
Meghan
2022-01-06
wasm-linker: Only export symbols notated as such
Luuk de Gram
2022-01-04
stage2: introduce std.builtin.CompilerBackend
Andrew Kelley
2022-01-03
stage2: introduce renameTmpIntoCache into the linker API
Andrew Kelley
2022-01-02
stage2: fix missing items from whole cache mode hash
Andrew Kelley
2022-01-02
stage2: fix UAF of system_libs
Andrew Kelley
2022-01-02
stage2: fix implibs
Andrew Kelley
2022-01-02
stage2: fix memory leak in addNonIncrementalStuffToCacheManifest
Andrew Kelley
2022-01-02
stage2: fix memory leak of emit_bin.sub_path
Andrew Kelley
2022-01-02
stage2: fix not calling deinit() on whole_cache_manifest
Andrew Kelley
2022-01-02
stage2: CacheMode.whole: trigger loading zig source files
Andrew Kelley
2022-01-02
stage2: fix CLI not populating output binary files
Andrew Kelley
2022-01-02
stage2: CacheMode.whole fixes
Andrew Kelley
2022-01-02
stage2: introduce CacheMode
Andrew Kelley
2021-12-28
stage2: handle function dependency failures without crashing
Andrew Kelley
2021-12-21
stage2: error check for mixing --import-table and --export-table
Andrew Kelley
2021-12-21
wasm-linker: Implement the --export-table and --import-table flags.
Luuk de Gram
2021-12-18
macho: handle -install_name option for dylibs/MachO
Jakub Konka
2021-12-16
CLI: helpful error message when libc requested but not provided
Andrew Kelley
2021-12-15
glibc: improve RISC-V support
Andrew Kelley
2021-12-15
glibc: pass -D__GLIBC_MINOR__=XX
Andrew Kelley
2021-12-14
wasm-linker: Allow specifying symbols to be exported
Luuk de Gram
2021-12-14
Fix compilation cache updating bug leading to slow builds
Stephen Gutekanst
2021-12-06
stage2: improve handling of the generated file builtin.zig
Andrew Kelley
2021-12-03
stage2: use Target.Abi instead of introducing Target.TargetAbi
Andrew Kelley
2021-12-03
turn off LTO by default for RISCV even in Release mode
vole-dev
2021-12-03
default mabi based on RISC-V extensions and -mabi build option
vole-dev
2021-11-30
Merge pull request #10055 from leecannon/allocator_refactor
Andrew Kelley
2021-11-30
CLI: introduce -fsingle-threaded/-fno-single-threaded
Andrew Kelley
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-29
add clang_argv to stage1 cache hash
Andrew Kelley
2021-11-29
update libc linux headers to v5.16-rc3
Andrew Kelley
2021-11-28
Merge pull request #10223 from g-w1/print-mir
Jakub Konka
2021-11-27
initial implementation of print_mir
Jacob G-W
2021-11-26
macos: detect SDK path and version, then pass to the linker
Jakub Konka
2021-11-26
macos: always use Zig shipped libc headers when no native SDK
Jakub Konka
2021-11-25
stage2: better error message when copying artifacts fails
Andrew Kelley
2021-11-25
Skip detecting native libc dirs on darwin
Jakub Konka
2021-11-25
Autofetch macOS SDK if native target on macOS only
Jakub Konka
2021-11-25
infer and match macos sdk version for libc headers
Jakub Konka
2021-11-24
Merge pull request #10073 from hoanga/haiku-support-build2
Andrew Kelley
2021-11-24
stage2: support LLD -O flags on ELF
Andrew Kelley
2021-11-24
stage2: proper `-femit-implib` frontend support
Andrew Kelley
2021-11-24
stage2: remove extra_lld_args
Andrew Kelley
[next]