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
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-11
bsd: detect os version
Michael Dusan
2021-04-28
std.Target: bump freebsd known maximum version
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-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
2021-02-25
initial support for haiku continue clean up
Al Hoang
2021-02-25
initial support for haiku past stage0
Al Hoang
2021-02-01
Merge pull request #7827 from Snektron/spirv-setup
Andrew Kelley
2021-01-22
std: Update `test ""` to `test` where it makes sense
LemonBoy
2021-01-19
SPIR-V: Add glsl450 and vulkan spir-v operating system definitions
Robin Voetter
2021-01-19
SPIR-V: Initial architecture definitions and setup
Robin Voetter
2021-01-11
macos: reimplement OS version detection
Michael Dusan
2021-01-11
std.os.windows.GetFinalPathNameByHandle: address non-structural review comments
Rohlem
2021-01-11
move windows runtime version detection into std.zig.system.windows
Rohlem
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2020-12-31
Year++
Frank Denis
2020-12-30
std: Remove duplicated code
LemonBoy
2020-12-16
update the CPU target features and models
Andrew Kelley
2020-12-16
Update changes due to different CPU feature sets
Jakub Konka
2020-12-16
Update zig_llvm.cpp and other bits
Jakub Konka
2020-11-20
stage2: Use correct ppc generic feature set
LemonBoy
2020-11-10
std.Target: bump default version max for macos
Andrew Kelley
2020-10-24
Add sparc64-specific values for the various SA_ and SIG_ constants
Koakuma
2020-10-24
Use correct names for generic SPARC targets
Koakuma
2020-10-24
Add pipe(2) support
Koakuma
2020-10-22
Merge pull request #6743 from LemonBoy/someppc64stuff
Andrew Kelley
2020-10-20
std: Implement featureSetHasAny/featureSetHasAll
LemonBoy
2020-10-19
std: Minor changes to startup code
LemonBoy
2020-10-17
Merge branch 'openbsd-minimal' of https://github.com/semarie/zig into semarie...
Andrew Kelley
2020-10-17
Merge branch 'master' into openbsd-minimal
Sebastien Marie
2020-10-17
Make std.meta.Int accept a signedness parameter
Jan Prudil
2020-10-15
std: move std.meta.refAllDecls to std.testing
Tadeo Kondrak
2020-10-15
getExternalExecutor fixups regarding dynamic linker
Andrew Kelley
2020-10-12
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley
2020-10-12
Rename .macosx to .macos
Vignesh Rajagopalan
2020-10-11
add minimal openbsd support
Sébastien Marie
2020-09-30
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley
2020-09-29
update wasm to use ".o.wasm" extension for objects
Andrew Kelley
2020-09-28
stage2: WASM LLD linking
Andrew Kelley
2020-09-28
`zig test` and `zig run` do not try to run foreign binaries
Andrew Kelley
[next]