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
/
test.zig
Age
Commit message (
Expand
)
Author
2020-11-11
stage2 aarch64: add macOS incremental test
Jakub Konka
2020-10-30
stage2: fix typo in liveness; add comptime switch test
Vexu
2020-10-15
getExternalExecutor fixups regarding dynamic linker
Andrew Kelley
2020-10-15
Enable stage2 end-to-end tests on macOS run natively
Jakub Konka
2020-10-13
Reuse text blocks; enable all incremental tests
Jakub Konka
2020-10-13
Enable incremental testcase for macOS
Jakub Konka
2020-10-12
Rename .macosx to .macos
Vignesh Rajagopalan
2020-10-04
Merge pull request #6255 from joachimschmidt557/stage2-arm
Andrew Kelley
2020-10-04
Merge pull request #6476 from kubkon/macho-exe
Andrew Kelley
2020-10-04
Fix after rebase and enable stage2 tests for macOS
Jakub Konka
2020-10-03
stage2 ARM: add testcases for non-leaf fns, parameters, return values
joachimschmidt557
2020-09-30
stage2: support multiple files in tests
Vexu
2020-09-21
fix regressed stage2 test harness
Andrew Kelley
2020-09-13
stage2: caching system integration & Module/Compilation splitting
Andrew Kelley
2020-09-02
stage2: support dbg_stmt at comptime
Andrew Kelley
2020-09-01
stage2: proper split of requireRuntimeBlock and requireFunctionBlock
Andrew Kelley
2020-08-31
stage2: introduce the ability for Scope.Block to be comptime
Andrew Kelley
2020-08-26
stage2: codegen needed for basic for loop
Vexu
2020-08-26
stage2: array access astgen
Vexu
2020-08-26
stage2: codegen: fix reuseOperand not doing death bookkeeping
Andrew Kelley
2020-08-23
stage2: Add Hello World test for ARM backend
joachimschmidt557
2020-08-22
stage2: clean up SPU Mk II code
Andrew Kelley
2020-08-22
SPU-II: Test harness skeleton
Noam Preil
2020-08-21
stage2: implement spilling registers to the stack
Andrew Kelley
2020-08-21
Add macosx end-to-end smoke test
Jakub Konka
2020-08-20
stage2: reorganize tests
Andrew Kelley
2020-08-20
stage2: don't test compile errors of ZIR
Andrew Kelley
2020-07-07
Stage2: Refactor in preparation for C backend
Noam Preil
2020-06-24
Clean up test harness
Noam Preil
2020-05-01
add ZIR compare output test case to test suite
Andrew Kelley
2019-11-23
re-enable stage2 tests
Vexu