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-02-05
stage2: add support for Nvptx target
gwenzek
2022-01-31
a small crusade against std.meta.declarations
Andrew Kelley
2022-01-29
Remove deprecation warnings and enable test
ominitay
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
2021-08-16
update src/ to LLVM 13 rc1 API
Andrew Kelley
2021-08-15
update target CPU features with LLVM 13 rc1 data
Andrew Kelley
2021-07-22
add -femit-llvm-bc CLI option and implement it
Andrew Kelley
2021-07-21
remove 'pe' object format
Andrew Kelley
2021-07-08
initial plan9 boilerplate
jacob gw
2021-06-30
changes to accomodate std.Thread update
kprotty
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-11
cleanups to previous commit
Andrew Kelley
2021-06-11
Add CPU feature check to standardTargetOptions
Edward Dean
2021-06-06
openbsd: adjust dynamic linker path (#9010)
Sebastien Marie
2021-06-01
os/bits: remove duplicate `sockaddr_storage` for dragonfly
Kenta Iwasaki
2021-05-31
std.sync.atomic: extended atomic helper functions (#8866)
protty
2021-05-24
make "gnu" (mingw-w64) the default C ABI on Windows
Andrew Kelley
2021-05-21
wasm: fix object extension to standard .o from .o.wasm
Jakub Konka
2021-05-20
cc,wasi: link compiled WASI libc with wasm-ld
Jakub Konka
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-14
SPIR-V: Add generated SPIR-V features
Robin Voetter
2021-05-14
SPIR-V: Set default ofmt to spirv
Robin Voetter
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-11
bsd: detect os version
Michael Dusan
2021-04-28
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-28
std.Target: bump freebsd known maximum version
Andrew Kelley
2021-04-24
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-21
std: Split syscall parameters for PowerPC targets
LemonBoy
2021-04-20
target: drop `ppc32` and prefer `ppc`
Michael Dusan
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-04-11
Merge remote-tracking branch 'origin/master' into llvm12
Michael Dusan
2021-04-06
stage2: Default AVR generic cpu to avr2
LemonBoy
2021-02-27
std.Target.Abi: add gnuilp32
Michael Dusan
2021-02-27
std.Target: add powerpcle
Andrew Kelley
2021-02-27
update most target CPU features to llvm12
Andrew Kelley
2021-02-26
tools/update_cpu_features: handle ISAs with no features
Andrew Kelley
2021-02-25
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-02-25
haiku: minor fixups
Andrew Kelley
2021-02-25
initial support for haiku sync update
Al Hoang
[next]