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
/
build.zig
Age
Commit message (
Expand
)
Author
2018-12-20
freebsd: remove system linker hack
Marcio Giaxa
2018-12-19
freebsd: link against libc++
Marcio Giaxa
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-11-02
support building static self hosted compiler on macos
Andrew Kelley
2018-10-20
Add /usr/local/lib path for libxml2 and link libc++ on FreeBSD
Greg V
2018-10-15
remove implicit cast from T to *const T
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-09-17
remove `zig build --init`. add `zig init-lib` and `zig init-exe`
Andrew Kelley
2018-09-12
ci: skip release-small tests to save time
Andrew Kelley
2018-09-12
fix zig build cache dir path
Andrew Kelley
2018-09-11
disable stage2 tests on all targets
Andrew Kelley
2018-08-21
fix docs on windows
Andrew Kelley
2018-07-24
fix race conditions in self-hosted compiler; add test
Andrew Kelley
2018-07-18
-Dskip-release now also skips build example tests
Jimmi HC
2018-07-11
std.atomic: use spinlocks
Andrew Kelley
2018-07-11
build system: add -Dskip-release option to test faster
Andrew Kelley
2018-07-10
self-hosted: first passing test
Andrew Kelley
2018-06-10
breaking syntax change: orelse keyword instead of ?? (#1096)
Andrew Kelley
2018-06-09
breaking syntax change: ??x to x.? (#1095)
Andrew Kelley
2018-06-09
support `--target-arch wasm32` (#1094)
Ben Noordhuis
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-17
all tests passing with postfix deref syntax
Andrew Kelley
2018-03-31
musl-friendly dynamic linking
Andrew Kelley
2018-03-20
self-hosted build: print helpful message when libstdc++.a not found
Andrew Kelley
2018-03-10
xml2 workaround is relevant for linux too
Andrew Kelley
2018-03-10
workaround for llvm-config missing xml2
Andrew Kelley
2018-02-09
std lib: modify allocator idiom
Andrew Kelley
2018-02-09
self hosted compiler: move tokenization and parsing to std lib
Andrew Kelley
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-25
rename "debug safety" to "runtime safety"
Andrew Kelley
2018-01-22
add new kind of test: generating .h files. and more
Andrew Kelley
2018-01-17
ziglang.org home page no longer in this repo
Andrew Kelley
2018-01-17
docgen: support executing exe code examples
Andrew Kelley
2018-01-12
*WIP* proof of concept error return traces
Andrew Kelley
2018-01-09
remove %% prefix operator
Andrew Kelley
2018-01-04
appveyor: enable verbose link for self hosted compiler
Andrew Kelley
2018-01-04
appveyor: skip building self hosted compiler for now
Andrew Kelley
2018-01-04
update windows build to llvm 5.0.1
Andrew Kelley
2018-01-04
self-hosted compiler works on macos
Andrew Kelley
2018-01-03
fix self-hosted build on windows
Andrew Kelley
2018-01-03
self-hosted build: use llvm-config from stage1
Andrew Kelley
2018-01-03
build: std files and c header files are only specified once
Andrew Kelley
2018-01-03
add building the self hosted compiler to the main test suite
Andrew Kelley
2018-01-03
fix self hosted compiler on windows
Andrew Kelley
2017-12-26
move utf8 parsing to std
Josh Wolfe
2017-12-26
self-hosted: build against zig_llvm and embedded LLD
Andrew Kelley
2017-12-23
move std/debug.zig to a subdirectory
Andrew Kelley
2017-12-23
build: findLLVM correctly handles system libraries
Andrew Kelley
[next]