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
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-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-20
add license header to all std lib files
Andrew Kelley
2020-08-11
copy_file_range linux syscall (#6010)
Maciej Walczak
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
2020-04-28
std.meta.IntType -> std.meta.Int
Tadeo Kondrak
2020-04-28
@Vector -> std.meta.Vector
Tadeo Kondrak
2020-04-21
ir: analyze int casting
Andrew Kelley
2020-04-07
fix compile errors in some std.Target functions
Andrew Kelley
2020-04-05
std: Delete a hack in the feature set code
LemonBoy
2020-04-01
std: don't return sentinel slices from cross_target functions
daurnimator
2020-03-07
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-06
cleanup CPU model & feature detection
Andrew Kelley
2020-03-04
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-04
zig is now aware of DragonflyBSD versions
Andrew Kelley
2020-03-03
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-29
add CrossTarget.getObjectFormat
Andrew Kelley
2020-02-29
std.Target.standardDynamicLinkerPath: delete bad doc comment
Andrew Kelley
2020-02-28
std.Target.Os.WindowsVersion: non-exhaustive enum
Andrew Kelley
2020-02-28
dynamic_linker becomes a field of std.zig.CrossTarget
Andrew Kelley
2020-02-28
remove special darwin os version min handling
Andrew Kelley
2020-02-28
stage1: make get_native_target go through self-hosted
Andrew Kelley
2020-02-28
std.zig.system.NativeTargetInfo.detect: almost no Allocator
Andrew Kelley
2020-02-28
getStandardDynamicLinkerPath renamed and no allocator
Andrew Kelley
2020-02-28
WASI has no dynamic linker
Andrew Kelley
2020-02-28
mips: implement Target.getStandardDynamicLinkerPath
Andrew Kelley
2020-02-28
separate std.Target and std.zig.CrossTarget
Andrew Kelley
2020-02-28
update std lib to new Target API
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-28
restructuring std.Target for OS version ranges, pass 1
Andrew Kelley
2020-02-25
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-24
remove uses of `@ArgType` and `@IntType`
Vexu
2020-02-21
std.Target.parse gives parsing diagnostics
Andrew Kelley
2020-02-21
fix std.Target unit tests
Andrew Kelley
2020-02-20
support -mcpu=baseline, both in stage1 and stage2
Andrew Kelley
2020-02-20
arm: clarify which CPU features are sub-architectures
Andrew Kelley
2020-02-19
fix unit test for Target.parse
Andrew Kelley
2020-02-19
this is not the proper way to support this feature
Andrew Kelley
[next]