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
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
2021-12-16
glibc: update default cross-compile version to 2.19
Andrew Kelley
2021-12-02
improve detection of how to execute binaries on the host
Andrew Kelley
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-26
bpf: do not invoke lld when linking eBPF relocatables
Jakub Konka
2021-11-25
Pass inferred cpu_arch to defaultVersionRange
Jakub Konka
2021-11-25
infer and match macos sdk version for libc headers
Jakub Konka
2021-10-05
freestanding libc: don't rely on compiler_rt symbols we don't have yet
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-30
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-09-24
Initial bringup of the Solaris/Illumos port
Stephen Gregoratto
2021-08-28
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
[next]