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-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-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
2020-09-13
stage2: caching system integration & Module/Compilation splitting
Andrew Kelley
2020-09-09
stage2: more progress moving `zig cc` to stage2
Andrew Kelley
2020-09-07
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley
2020-09-03
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley
2020-09-04
Added .pe ObjectFormat
Alexandros Naskos
2020-09-04
Completed basic PE linker for stage2
Alexandros Naskos
2020-08-31
zig fmt: Remove dynamic stack from auto-indenting-stream
Lachlan Easton
2020-08-25
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley
2020-08-24
Fix & update windows version stuff (#6157)
Rocknest
2020-08-23
Fix unused argument error when formatting std.Target
LiterallyVoid
2020-08-22
stage2: clean up SPU Mk II code
Andrew Kelley
2020-08-22
Targets: add SPU Mark II architecture
Noam Preil
2020-08-21
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-18
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley
2020-08-11
copy_file_range linux syscall (#6010)
Maciej Walczak
2020-08-04
update target CPU features from llvm 10 to 11rc1
Andrew Kelley
2020-07-23
self-hosted: AST flattening, astgen improvements, result locations, and more
Andrew Kelley
2020-07-12
CBE: Make C an ObjectFormat instead of a special bool (#5849)
pixelherodev
2020-07-12
Merge pull request #5846 from Vexu/anytype
Andrew Kelley
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-07-11
use typeInfo instead of hardcoded tables in std.Target
Vexu
2020-07-05
add doc comment for std.Target.Os.WindowsVersion
Andrew Kelley
2020-07-05
added custom format method for WindowsVersion
emekoi
2020-05-01
link: introduce the concept of output mode and link mode
Andrew Kelley
[next]