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-07-04
stage2: ELF: improve error reporting when libc is missing
Andrew Kelley
2022-06-30
stage2: object format affects whether LLVM can be used
Andrew Kelley
2022-06-28
Pass -O0 rather than -Og to Clang for Debug builds
Ken Micklas
2022-06-27
macho: implement and handle `-needed-*` and `-needed_*` family of flags
Jakub Konka
2022-06-27
macho: implement -dead_strip_dylibs linker flag
Jakub Konka
2022-06-25
macho: implement -headerpad_max_install_names
Jakub Konka
2022-06-25
macho: implement -headerpad_size option
Jakub Konka
2022-06-25
cache setting macho search strategy flags
Jakub Konka
2022-06-24
macho: implement -search_dylibs_first linker option
Jakub Konka
2022-06-24
link:clarification & enable MachO getGlobalSymbol
Luuk de Gram
2022-06-24
stage2: Enable compiler-rt when LLVM is existant
Luuk de Gram
2022-06-20
macho: round down pagezero size to page size
Jakub Konka
2022-06-20
[MachO] add -pagezero_size
Motiejus Jakštys
2022-06-17
stage2: rip out multi-compilation-unit compiler-rt
Andrew Kelley
2022-06-17
compiler-rt: disable separate compilation units
Andrew Kelley
2022-06-17
Compilation: multi-thread compiler-rt
Andrew Kelley
2022-06-17
compiler_rt: use single cache for libcompiler_rt.a static lib
Jakub Konka
2022-06-17
compiler_rt: compile each unit separately for improved archiving
Jakub Konka
2022-06-10
Merge pull request #11819 from ziglang/std.debug.Trace
Andrew Kelley
2022-06-09
linker: remove `-z noexecstack` option
Isaac Freund
2022-06-09
stage2: fold redundant error notes
Andrew Kelley
2022-06-08
linker: Enable full RELRO by default
Isaac Freund
2022-05-31
stage2: -fbuild-id causes default linker to be LLD
Andrew Kelley
2022-05-31
stage2: add support for -fbuild-id,-fno-build-id
Andrew Kelley
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
[next]