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
juice
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
std.Io.Threaded-groups-2
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
/
src-self-hosted
/
target.zig
Age
Commit message (
Expand
)
Author
2018-12-23
msvc subsystem option handling; added uefi os type
nebulaeonline
2018-11-27
tier 2 support for freebsd
Andrew Kelley
2018-11-19
Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2
Andrew Kelley
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-20
Set up libc/rtld paths for FreeBSD
Greg V
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-09-08
initial arm64 support
Shawn Landden
2018-07-23
self-hosted: basic linker code for macos
Andrew Kelley
2018-07-19
self-hosted: progress on IR for supporting libc hello world
Andrew Kelley
2018-07-18
self-hosted: linking against libc
Andrew Kelley
2018-07-16
self-hosted: create tmp dir for .o files and emit .o file for fn
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-26
run zig fmt on some of the codebase
Andrew Kelley
2018-05-17
all tests passing with postfix deref syntax
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-06
Darwin -> MacOSX, added Zen. See #438
Andrea Orru
2017-12-23
port most of main.cpp to self hosted compiler
Andrew Kelley
2017-12-11
self-hosted: link with LLVM
Andrew Kelley