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-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
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
[next]