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
/
target.zig
Age
Commit message (
Expand
)
Author
2021-07-08
initial plan9 boilerplate
jacob gw
2021-07-02
avoid calling into stage1 backend when AstGen fails
Andrew Kelley
2021-06-11
better awareness of unwind tables
Andrew Kelley
2021-05-24
haiku case for libc link flags
Al Hoang
2021-05-23
stage2: introduce clangAssemblerSupportsMcpuArg
Andrew Kelley
2021-05-23
overhaul elf csu (c-runtime startup) logic
Michael Dusan
2021-05-22
stage2: only pass -lm -lc -ldl for android libc
Isaac Freund
2021-05-20
wasm: link dynamically by default when targeting wasm
Jakub Konka
2021-05-20
wasi,cc: fix naming and add stubs for building
Jakub Konka
2021-05-14
stage2: clarify logic of passing `-integrated-as` to clang
Andrew Kelley
2021-05-13
stage2: fix build on OpenBSD/NetBSD
Isaac Freund
2021-05-11
stage2: Allow building musl/glibc in thumb mode
LemonBoy
2021-04-04
glibc: add support for csky architecture
Andrew Kelley
2021-02-27
std.Target.Abi: add gnuilp32
Michael Dusan
2021-02-27
std.Target: add powerpcle
Andrew Kelley
2021-02-25
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-02-01
Merge pull request #7827 from Snektron/spirv-setup
Andrew Kelley
2021-01-22
stage2: wasm arch does not support -mred-zone flags
Andrew Kelley
2021-01-19
SPIR-V: Add glsl450 and vulkan spir-v operating system definitions
Robin Voetter
2021-01-11
stage2: cleanups regarding red zone CLI flags
Andrew Kelley
2021-01-06
stage2: rename and move files related to LLVM backend
Timon Kruiper
2020-12-30
std: Remove duplicated code
LemonBoy
2020-12-28
stage2: rename llvm.zig to llvm_bindings.zig
Timon Kruiper
2020-12-24
stage2: re-use compiler runtime libs across opt modes and strip flag
Andrew Kelley
2020-12-17
macos: add unfiltered aarch64 libc headers
Jakub Konka
2020-12-16
Update changes due to different CPU feature sets
Jakub Konka
2020-12-16
Update zig_llvm.cpp and other bits
Jakub Konka
2020-12-08
glibc: additionally provide -lcrypt
Andrew Kelley
2020-11-30
restore -target wasm32-freestanding-musl for C headers
Andrew Kelley
2020-11-08
macOS: depend on bundled headers even for native
Andrew Kelley
2020-10-21
Add minimal set of macOS libc headers
Jakub Konka
2020-10-17
code cleanups
Andrew Kelley
2020-10-17
Merge branch 'master' into openbsd-minimal
Sebastien Marie
2020-10-12
Rename .macosx to .macos
Vignesh Rajagopalan
2020-10-11
add minimal openbsd support
Sébastien Marie
2020-10-03
stage2: Build libunwind for non-msvc Windows targets
LemonBoy
2020-09-29
stage2: infer --strip on wasm builds
Andrew Kelley
2020-09-28
stage2: building DLL import lib files
Andrew Kelley
2020-09-26
fix another round of regressions in this branch
Andrew Kelley
2020-09-23
stage2: don't build libunwind on OS's that don't need it
Andrew Kelley
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley