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-05-22
Return an error when macOS ABI is not {none, simulator, macabi}
Jakub Konka
2022-05-22
Set macOS/iPhoneOS/tvOS/watchOS ABI to none (unspecified) by default
Jakub Konka
2022-05-19
[Elf] add -z nocopyreloc
Motiejus Jakštys
2022-05-16
stage2: enable error return tracing on llvm backend
Veikka Tuominen
2022-05-15
x64: remove verbose_mir functionality
Jakub Konka
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-05-10
reduce the scope of this branch
Andrew Kelley
2022-05-10
Added _LIBCPP_HAS_NO_THREADS for single_threaded binaries linked with libcxx.
Alexander Slesarev
2022-05-06
flatten lib/std/special and improve "pkg inside another" logic
Andrew Kelley
2022-05-06
stage2: fix std lib tests always filtering out all tests
Andrew Kelley
2022-04-29
std: Do not allocate the result for ChildProcess.init
Jimmi Holst Christensen
2022-04-26
std.Thread: ResetEvent improvements (#11523)
protty
2022-04-22
Revert "Fix C include files not being in `whole` cache (#11365)"
Andrew Kelley
2022-04-22
Fix C include files not being in `whole` cache (#11365)
Tom Read Cutting
2022-04-21
stage2: add zig_backend to the cache hash
Andrew Kelley
2022-04-20
stage2: use indexes for Decl objects
Andrew Kelley
2022-04-17
stage2: expose progress bar API to linker backends
Andrew Kelley
2022-04-14
stage2: sparcv9: Register the backend in stdlib & driver
Koakuma
2022-04-01
stage2: hook up Sema to the progress bar
Andrew Kelley
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
[next]