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
2021-01-19
astgen: eliminate rlWrapPtr and all its callsites
Andrew Kelley
2021-01-18
stage2: fix orelse at comptime
g-w1
2021-01-18
Merge pull request #7797 from Luukdegram/wasm-refactor
Andrew Kelley
2021-01-17
macho: improve x86_64 tests; clean fixups on error
Jakub Konka
2021-01-17
stage2: add compile error for label redefinition
Andrew Kelley
2021-01-16
stage2: implement error notes and regress -femit-zir
Andrew Kelley
2021-01-16
Add tests and move tests to wasm's own file
Luuk de Gram
2021-01-15
macho: ensure that strtab always follows symtab
Jakub Konka
2021-01-13
macho: add x86_64 tests
Jakub Konka
2021-01-06
Merge pull request #7700 from FireFox317/more-stage2-stuff-llvm
Andrew Kelley
2021-01-06
stage2: rename and move files related to LLVM backend
Timon Kruiper
2021-01-05
stage2: add compile log statement
g-w1
2021-01-03
stage2: Add support for testing LLVM enabled builds in test-stage2
Timon Kruiper
2021-01-02
stage2: support recursive inline/comptime functions
Andrew Kelley
2021-01-02
stage2: fix handling compile error in inline fn call
Andrew Kelley
2021-01-02
stage2: re-use ZIR for comptime and inline calls
Andrew Kelley
2021-01-02
stage2: comptime function calls
Andrew Kelley
2020-12-31
stage2: compile error for invalid `var` type
Andrew Kelley
2020-12-28
Revert "stage2: add compile log statement (#7191)"
Andrew Kelley
2020-12-26
add test for @compileError in zig code, not only zir
g-w1
2020-12-26
Merge pull request #7552 from Vexu/stage2-continue
Veikka Tuominen
2020-12-26
stage2: add compile log statement (#7191)
g-w1
2020-12-26
stage2: add error for unused labels
Veikka Tuominen
2020-12-26
stage2: break and continue out of loops
Veikka Tuominen
2020-12-23
stage2: @TypeOf (#7475)
g-w1
2020-12-06
stage2: variable shadowing detection (#6969)
g-w1
2020-12-04
stage2: introduce Module.failed_root_source_file
Andrew Kelley
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
[next]