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
/
test
/
stage2
Age
Commit message (
Expand
)
Author
2020-05-01
add ZIR transform test case
Andrew Kelley
2020-05-01
disable stage2 zir tests on not-yet-supported archs
Andrew Kelley
2020-05-01
disable stage2 zir tests on not-yet-supported OS's
Andrew Kelley
2020-05-01
add ZIR compare output test case to test suite
Andrew Kelley
2020-04-20
simplify ZIR spec; separate parsing/rendering from analysis
Andrew Kelley
2020-04-19
generic ir parsing framework
Andrew Kelley
2020-04-19
beginnings of zig ir parser
Andrew Kelley
2019-12-03
exported main must be pub
Vexu
2019-11-24
Merge remote-tracking branch 'origin/master' into null-terminated-pointers
Andrew Kelley
2019-11-23
re-enable stage2 tests
Vexu
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-05-12
Recursive rewrite of stage2 parser, part 3
hryx
2018-07-24
fix race conditions in self-hosted compiler; add test
Andrew Kelley
2018-07-23
self-hosted: add first compare-output test
Andrew Kelley
2018-07-20
self-hosted: implicit cast comptime ints to other ints
Andrew Kelley
2018-07-18
self-hosted: compile errors for return in wrong place
Andrew Kelley
2018-07-11
add std.event.Future
Andrew Kelley