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-03-23
stage2: fix -Domit-stage2 regression
Andrew Kelley
2022-03-22
stage2: lazy `@alignOf`
Andrew Kelley
2022-03-22
macho: extend CodeSignature to accept entitlements
Jakub Konka
2022-03-17
stage2: default to LLVM backend
Andrew Kelley
2022-03-15
Sema: implement `@truncate` for SIMD vectors
Andrew Kelley
2022-03-11
Sema: fix resolution of inferred error sets
Andrew Kelley
2022-03-08
LLVM: add compile unit to debug info
Andrew Kelley
2022-02-23
stage2: make -lgcc_s additionally link libunwind
Andrew Kelley
2022-02-23
stage1-wasm: implement shared memory
xReveres
2022-02-18
stage2: make AIR not reference ZIR for inline assembly
Andrew Kelley
2022-02-17
stage2: fix crash using -femit-bin
Andrew Kelley
2022-02-14
haiku add missing cimport include for compilation
Al Hoang
2022-02-08
std.Progress: make the API infallible
Andrew Kelley
2022-02-06
Avoid depending on child process execution when not supported by host OS
Cody Tapscott
2022-01-27
stage2: .stub files are yet another c++ source file extension
Andrew Kelley
2022-01-27
stage2: make cuda file extensions a separate enum tag than c++
Andrew Kelley
2022-01-27
zig cc: Treat cu files as C++ source files
Daniel Saier
2022-01-26
zig cc: add --hash-style linker parameter
Andrew Kelley
2022-01-25
translate-c: update for new function pointer semantics
Andrew Kelley
2022-01-24
stage2: rework a lot of stuff
Andrew Kelley
2022-01-19
lld: allow for entrypoint symbol name to be set
Kenta Iwasaki
2022-01-17
remove `zig_is_stage2` from `@import("builtin")`
Andrew Kelley
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
[next]