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-08-25
sema: `resolve{Struct,Union}Inner` don't throw away Semas
David Rubin
2024-08-12
all: Handle spirv in addition to spirv(32,64) where applicable.
Alex Rønne Petersen
2024-08-11
std.Target: Add goff and xcoff to ObjectFormat.
Alex Rønne Petersen
2024-08-07
Merge pull request #20969 from alexrp/llvm-unsup-targets
Andrew Kelley
2024-08-07
target: Fix hasLlvmSupport() for dxil, spirv[32,64], and kalimba.
Alex Rønne Petersen
2024-08-02
glibc: Change riscv32-linux-gnuilp32 target triple to riscv32-linux-gnu.
Alex Rønne Petersen
2024-08-01
std: dwarf namespace reorg
Andrew Kelley
2024-07-30
std.Target: Remove `sparcel` architecture tag.
Alex Rønne Petersen
2024-07-30
std.Target: Remove `spir`/`spir64` architecture tags.
Alex Rønne Petersen
2024-07-28
std.Target.Cpu.Arch: Remove the `aarch64_32` tag.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `tce`/`tcele` arch tags.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `shave` arch tag.
Alex Rønne Petersen
2024-07-21
std.Target: Remove `hsail`/`hsail64` arch tags.
Alex Rønne Petersen
2024-07-21
std.Target: Remove `amdil`/`amdil64` arch tags.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `r600` arch tag.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `renderscript32`/`renderscript64` arch tags.
Alex Rønne Petersen
2024-07-20
std.Target: Remove `nacl` OS specifier and `le32`/`le64` arch specifiers.
Alex Rønne Petersen
2024-07-16
InternPool: enable separate codegen/linking thread
Jacob Young
2024-07-08
Compilation: put supported codegen backends on a separate thread
Jacob Young
2024-07-04
compiler: type.zig -> Type.zig
mlugg
2024-06-22
rename src/Module.zig to src/Zcu.zig
Andrew Kelley
2024-06-21
Closes #20355: Enables dynamic linking for `.os_tag == .other` again
Felix "xq" Queißner
2024-06-13
ZigObject: include all RISCs in `minFunctionAlignment`
David Rubin
2024-06-13
ZigObject: enforce min function alignement on riscv
David Rubin
2024-05-22
Revert "implement `@expect` builtin (#19658)"
Andrew Kelley
2024-05-22
implement `@expect` builtin (#19658)
David Rubin
2024-05-20
Target: add OpenHarmonyOS ABI
Veikka Tuominen
2024-05-11
riscv: back to hello world panics
David Rubin
2024-05-11
riscv: big rewrite to use latest liveness
David Rubin
2024-05-11
riscv: add a custom panic function
David Rubin
2024-05-11
riscv: implement `@abs`
David Rubin
2024-05-09
handle visionos target OS tag in the compiler
Jakub Konka
2024-05-08
LLVM 18 std lib updates and fixes
Andrew Kelley
2024-04-08
haiku: default to single threaded to work around tls bugs
Jacob Young
2024-03-30
cbe: rewrite `CType`
Jacob Young
2024-03-23
haiku: debitrot
Jacob Young
2024-02-27
move `zig libc` command to be lazily built
Andrew Kelley
2024-01-08
lift artificial restriction on minimum glibc version
Andrew Kelley
2024-01-04
minor cosmetic fixups
Andrew Kelley
2024-01-04
src/target: Restrict usable glibc versions
Pat Tullmann
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
[next]