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
2024-01-01
frontend: fix incorrect WebAssembly hasDebugInfo=false
Andrew Kelley
2024-01-01
compiler: push entry symbol name resolution into the linker
Andrew Kelley
2024-01-01
resolve error tracing logic at module creation time
Andrew Kelley
2024-01-01
fix entry symbol name on mips
Andrew Kelley
2024-01-01
frontend: fix stack protector option logic
Andrew Kelley
2024-01-01
move a large chunk of linker logic away from "options"
Andrew Kelley
2024-01-01
WIP: move many global settings to become per-Module
Andrew Kelley
2024-01-01
move is_libcpp_lib_name and is_libc_lib_name to std.Target
Andrew Kelley
2023-11-12
elf: lower TLS data into appropriate TLS section
Jakub Konka
2023-11-10
move libssp into libcompiler_rt
Andrew Kelley
2023-11-06
frontend: fix -fsingle-threaded default detection logic
Andrew Kelley
2023-10-02
Add illumos OS tag
Stephen Gregoratto
2023-09-25
macos: update libc names for darwin
Michael Dusan
2023-09-25
macos: vendored libc: combine headers: part 2
Michael Dusan
2023-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
2023-08-09
change uses of std.builtin.Mode to OptimizeMode (#16745)
Zachary Raineri
2023-08-03
frontend: update is_libc_lib_name for mingw-w64 crt files
Andrew Kelley
2023-07-26
target: emit unwind tables if the platform supports unwinding
kcbanner
2023-07-20
compilation: pass omit_frame_pointer through to builtin.zig
kcbanner
2023-07-20
debug: fix initialization of the optional fields on StackIterator
kcbanner
2023-06-26
default to single-threaded for WebAssembly
Luuk de Gram
2023-06-26
Compilation: allow threads for Wasm when shared-memory is enabled
Luuk de Gram
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
2023-06-10
stage2: move function types to InternPool
Andrew Kelley
2023-06-10
stage2: start the InternPool transition
Andrew Kelley
2023-04-21
cbe: implement 128-bit atomics support
Jacob Young
2023-04-21
Do not use -fPIC when compiling a UEFI application
Eric Rowley
2023-04-10
glibc: allow linking against external libcrypt.
Piotr Sikora
2023-04-09
spirv: cannot build libc
Robin Voetter
2023-03-03
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-03-03
sema: Place functions on AVR in flash addrspace
Eckhart Köppen
2023-02-27
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-02-23
CBE: support call attributes
Jacob Young
2023-01-26
update CPU features to LLVM 16
Andrew Kelley
2022-12-29
powerpc does not have a red zone
Andrew Kelley
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-12-06
Update wasi-libc to 8b7148f69ae241a2749b3defe4606da8143b72e0 (#13793)
Frank Denis
2022-11-22
C backend: implement vector reduce and overflow intrinsics
Andrew Kelley
2022-11-19
LLVM: add valgrind integration for x86 and aarch64
Andrew Kelley
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-10-26
darwin: remove 10.15.7 as available libc from src/target.zig
Jakub Konka
2022-10-25
darwin: bump max macOS version to 13.0
Jakub Konka
2022-10-15
addrSpaceCastIsValid nvptx
Guillaume Wenzek
2022-10-15
sanitize qualified name for nvptx backend
Guillaume Wenzek
2022-10-15
disable debug info for ptx<7.5
Guillaume Wenzek
2022-10-12
stage2: check address space cast validity
Robin Voetter
2022-08-30
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-30
avoid exposing supportsTailCall in the standard library
Andrew Kelley
2022-08-29
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-19
stage2: disable stack-protector on wasm, matching stage1
Andrew Kelley
[next]