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
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
2021-11-24
Coff linker: Add IMPLIB support
Kurt Kartaltepe
2021-11-23
zld: handle -current_version and -compatibility_version
Jakub Konka
2021-11-22
add support for compiling Objective-C++ code (#10096)
Stephen Gutekanst
2021-11-20
stage2: default dynamic libraries to be linked as needed
Andrew Kelley
2021-11-16
disable LTO by default on Windows when linking libc++
Andrew Kelley
2021-11-15
update compilation includes for haiku
Al Hoang
2021-11-09
std.Thread.Mutex: change API to lock() and unlock()
Andrew Kelley
2021-11-09
stage2: add 4 new linker flags for WebAssembly
Andrew Kelley
2021-11-04
Replace ArrayList.init/ensureTotalCapacity pairs with initCapacity
Ryan Liptak
2021-11-01
correct bug with omit frame pointer logic
Lee Cannon
2021-10-31
use named frames to mark the stages of compilation
Lee Cannon
2021-10-29
zig: expose linker options and include '-z notext'
Kenta Iwasaki
2021-10-27
Compilation: fix crash in the compile error system
Andrew Kelley
2021-10-26
stage2: implement runtime pointer access to global constants
Andrew Kelley
2021-10-25
Merge pull request #9874 from leecannon/frame_pointer
Andrew Kelley
2021-10-22
macho: dump linker's state as JSON
Jakub Konka
2021-10-17
stage2: implement `@embedFile`
Andrew Kelley
2021-10-16
Add build.zig and command line flags
Lee Cannon
2021-10-07
stage2: add --debug-compile-errors CLI option
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-10-02
Delete Module.Scope, move Block into Sema
Martin Wickham
2021-10-02
Remove my dumb "namespace decl" hack
Martin Wickham
2021-09-30
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-09-29
stage2: put use_llvm and use_stage1 into the Module cache hash
Andrew Kelley
2021-09-29
stage2: enable building compiler_rt when using LLVM backend
Andrew Kelley
2021-09-24
Spelling corrections (#9833)
Josh Soref
2021-09-24
stage2: enable building freestanding libc with LLVM backend
Andrew Kelley
2021-09-23
Fix the failing "bad import" test on Windows
Martin Wickham
2021-09-21
stage2: free Sema's arena after generating machine code
Andrew Kelley
2021-09-20
stage2: various fixes to cImport, sizeOf and types to get tests passing
Veikka Tuominen
2021-09-20
stage2: implement cImport
Veikka Tuominen
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-09-16
stage2: implement `@setAlignStack` and 128-bit cmpxchg
Andrew Kelley
2021-09-16
zig cc: support -S and -emit-llvm CLI parameters
Andrew Kelley
2021-09-15
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-09-13
stage2: implement Value.copy for structs and unions
Andrew Kelley
2021-09-04
link: Recognize -z origin|noexecstack|now|relro linker args.
Alex Rønne Petersen
2021-09-01
rename std.zig.ast to std.zig.Ast; use top-level fields
Andrew Kelley
2021-08-28
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-08-21
Fix args when calling clang::ASTUnit::LoadFromCommandLine.
Tamas Kenez
[next]