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
/
lib
/
std
/
target.zig
Age
Commit message (
Expand
)
Author
2023-09-19
compiler_rt: fix arm hard-float f16 abi
Jacob Young
2023-09-19
LLVM 17 std lib updates and fixes
Andrew Kelley
2023-09-19
update for LLVM 17 new target data
Andrew Kelley
2023-08-03
std.target: mark helper functions inline
mlugg
2023-08-01
llvm: fix data layout calculation for experimental llvm targets
Jacob Young
2023-07-31
std: finish cleanup up asm
Jacob Young
2023-07-28
std.target | Remove comment referencing closed proposal
Zachary Raineri
2023-07-23
llvm: fix datalayout generation for more targets
Jacob Young
2023-07-19
llvm: fix various crashes
Jacob Young
2023-07-19
llvm: compute data layout without help like a grownup compiler
Jacob Young
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-20
std.Target: c_char is unsigned on RISC-V
Evan Haas
2023-06-20
std.Target: Add a function for determining char signedess
Evan Haas
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
2023-06-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
2023-06-15
target.zig adds ps4 and ps5 type sizes.
Dumitru Stavila
2023-05-26
std.Target adjustments
Veikka Tuominen
2023-05-11
opencl: define size of C types
Robin Voetter
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-13
add c_char type
Andrew Kelley
2023-04-09
spirv: cannot build libc
Robin Voetter
2023-04-09
spirv: make genericName match target name.
Robin Voetter
2023-04-09
std: add generic target for spirv
Robin Voetter
2023-04-05
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-03-31
std: bump max macOS version to 13.3
Jakub Konka
2023-03-16
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-03-06
std: reenable vectorized code with the C backend
Jacob Young
2023-02-27
std.Target: add xtensa to toCoffMachine
Andrew Kelley
2023-02-19
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-03
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-01-31
move compiler's CType logic to std.Target
Andrew Kelley
2023-01-31
std.Target: remove workaround
Andrew Kelley
2023-01-26
update CPU features to LLVM 16
Andrew Kelley
2023-01-25
update zig_llvm.cpp and zig_llvm.h to LLVM 16
Andrew Kelley
2023-01-23
target: use 16 byte alignment for 128-bit types on x86 and ofmt .c
kcbanner
2023-01-04
Sema: implement AVR address spaces
Maciej 'vesim' Kuliński
2023-01-02
std.Target: bump semver max for BSDs
Michael Dusan
2022-12-26
std.Target.ObjectFormat: specify dxcontainer file ext
zooster
2022-11-23
spirv: assembler
Robin Voetter
2022-11-12
Make invalidFmtError public and use in place of compileErrors for bad format ...
Nick Cernis
2022-11-06
Revert "x86" CPU model (not arch) back to "i386"
Jay Petacat
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-11-01
std: avoid vector usage with the C backend
Jacob Young
2022-10-27
Merge pull request #13257 from topolarity/ctype-fixes
Andrew Kelley
2022-10-25
darwin: bump minimum supported version to 11.7.1
Jakub Konka
2022-10-25
darwin: bump max macOS version to 13.0
Jakub Konka
2022-10-21
std.Target: Remove `longDoubleIs`
Cody Tapscott
2022-10-21
stage 2: Update C types' size/alignment
Cody Tapscott
[next]