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
2019-12-30
array literal address of fix
Haze Booth
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-12-04
add `other` OS and fix regression in build-exe for freestanding
Andrew Kelley
2019-12-02
remove upstream support for Zen hobby OS
Andrew Kelley
2019-11-26
std.elf: breaking improvements to the API
Andrew Kelley
2019-11-25
move logic to the appropriate layers; add new compile error
Andrew Kelley
2019-11-20
Add .enable_wasmtime build flag
Benjamin Feng
2019-11-09
build: initial support for using vcpkg libraries
Sahnvour
2019-11-08
missed cast in std/target.zig
dimenus
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-10-29
std lib networking improvements, especially non-blocking I/O
Andrew Kelley
2019-10-27
std.target: use mem instead of std.mem
Andrew Kelley
2019-10-27
lib/std/target.zig: Added missing 'mem' constant
Benoit Giannangeli
2019-10-24
get rid of std.os.foo.is_the_target
Andrew Kelley
2019-10-23
move types from builtin to std
Andrew Kelley