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-02-18
update std lib and compiler sources to new for loop syntax
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-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
2022-10-20
add m68k target CPU features
Andrew Kelley
2022-10-15
sanitize qualified name for nvptx backend
Guillaume Wenzek
2022-10-15
Merge branch 'amdgpu-improvements' of https://github.com/Snektron/zig into Sn...
Andrew Kelley
2022-10-15
Merge pull request #13100 from topolarity/powerpc64le
Andrew Kelley
2022-10-14
i386 ABI: Fix some sizes and alignments
Evan Haas
2022-10-13
stage2 LLVM: Correct long double for WASM
Cody Tapscott
2022-10-12
typo
Robin Voetter
2022-10-12
stage2: check address space cast validity
Robin Voetter
2022-08-29
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-18
improved ABI alignment/size for >= 128-bit integers
Andrew Kelley
2022-08-18
std.Target gains ObjectFormat field
Andrew Kelley
2022-08-18
stage2: agree with LLVM that `@alignOf(u128)` is 8
Andrew Kelley
2022-08-06
Type: adjust C type sizes
Veikka Tuominen
2022-07-31
update Target, CPU, OS, ABI, etc. to LLVM 15
Andrew Kelley
2022-07-28
std: rename std.Target.systemz to .s390x
Meghan Denny
2022-07-01
update CPU features to LLVM 14
Andrew Kelley
2022-07-01
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-05-22
Bump support macOS versions; clean up allocs in llvm.targetTriple
Jakub Konka
2022-05-22
Set macOS/iPhoneOS/tvOS/watchOS ABI to none (unspecified) by default
Jakub Konka
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-05-04
stage2: change max int align from 8 to 16 for more ISAs
Andrew Kelley
2022-05-04
stage2: change x86_64 max int alignment from 8 to 16
Andrew Kelley
2022-05-04
stage2: improve `@sizeOf` and `@alignOf` integers
Andrew Kelley
2022-05-02
Avoid some unnecessary underscores in constant names
r00ster91
2022-04-28
Merge pull request #10717 from gh-fork-dump/seccomp-bits
Veikka Tuominen
2022-04-16
stage2: fix @mulAdd on aarch64 Darwin
Jakub Konka
2022-03-30
replace other uses of `std.meta.Vector` with `@Vector` (#11346)
Meghan
2022-03-06
stage2: rework `@mulAdd`
Andrew Kelley
2022-02-05
stage2: add support for Nvptx target
gwenzek
2022-02-03
update C API bindings to LLVM 14
Andrew Kelley
2022-01-31
a small crusade against std.meta.declarations
Andrew Kelley
2022-01-29
Remove deprecation warnings and enable test
ominitay
2022-01-29
Add bits for the Linux Auditing System
Stephen Gregoratto
[next]