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-11-26
stage2 macho: enable end-to-end incremental linking tests on aarch64
Jakub Konka
2020-11-11
stage2 AArch64: add Linux Hello World test
joachimschmidt557
2020-11-11
stage2 aarch64: add macOS incremental test
Jakub Konka
2020-10-31
Merge pull request #6883 from Vexu/translate-c
Veikka Tuominen
2020-10-31
run zig fmt on src/ and test/
Vexu
2020-10-30
stage2: fix typo in liveness; add comptime switch test
Vexu
2020-10-17
Merge pull request #6291 from pixelherodev/cbe_arithmetic
Andrew Kelley
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-07
Fix peer type resolution
Noam Preil
2020-10-06
CBE: addition and subtraction
Noam Preil
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-08-20
stage2: move all tests to compare_output.zig
Andrew Kelley
2020-08-20
stage2: comptime decl
Vexu
2020-08-19
optimize the memory layout of Module.Fn and Module.Var
Andrew Kelley
2020-08-19
stage2: fix astgen of decl ref, add test for global consts
Vexu
2020-08-18
stage2 codegen: proper abstraction for re-using dying operands
Andrew Kelley
2020-08-18
Merge pull request #6086 from Vexu/stage2
Andrew Kelley
2020-08-19
stage2/wasm: implement function calls
Isaac Freund
2020-08-18
stage2: fix use-after-free when printing ZIR
Andrew Kelley
2020-08-18
stage2: character literals and multiline strings
Vexu
2020-08-18
stage2/wasm: add basic test cases
Isaac Freund
2020-08-17
stage2 test harness: at least build all compare output tests
Andrew Kelley
2020-08-15
stage2: codegen for labeled blocks
Andrew Kelley
2020-08-14
stage2: proper semantic analysis of improper returning of implicit void
Andrew Kelley
2020-08-13
stage2: implement while loops (bool condition)
Andrew Kelley
2020-08-13
stage2: split unwrap_optional to safe and unsafe verions
Vexu
2020-08-13
stage2: implement unwrap optional
Vexu
[next]