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
2022-08-17
Sema: allow empty enums and unions
Veikka Tuominen
2022-07-23
Sema: add some more 'declared here' notes
Veikka Tuominen
2022-07-21
Sema: more union and enum tag type validation
Veikka Tuominen
2022-07-21
Sema: explain why comptime is needed
Veikka Tuominen
2022-07-01
Sema: validate `@intToEnum` int operand type
Veikka Tuominen
2022-06-30
move passing stage1 compile error tests to stage2
Veikka Tuominen
2022-06-09
remove a stage2 test case that relies on a very deep compiler stack
Andrew Kelley
2022-04-28
test: migrate llvm incremental tests
Jakub Konka
2022-04-28
test: migrate plan9 and sparcv9 incremental tests
Jakub Konka
2022-04-28
test: migrate arm incremental tests
Jakub Konka
2022-04-28
test: migrate aarch64 incremental tests
Jakub Konka
2022-04-28
test: migrate riscv64 incremental tests
Jakub Konka
2022-04-28
test: migrate wasm incremental tests
Jakub Konka
2022-04-28
test: remove incremental tests that were ported to the new harness
Jakub Konka
2022-04-14
stage2: zig fmt
Koakuma
2022-04-14
stage2: Adjust line numbers in tests
Koakuma
2022-04-14
stage2: sparcv9: Add simple test case
Koakuma
2022-03-22
fix merge conflicts and test cases
Andrew Kelley
2022-03-20
add error when binary ops don't have matching whitespace on both sides
Daniel Hooper
2022-03-17
stage2 test harness: ask for the backend explicitly
Andrew Kelley
2022-03-12
stage2: add compiler test to ensure typed null doesn't coerce to any
Mitchell Hashimoto
2022-03-12
fix nvptx test failure #10968
Guillaume Wenzek
2022-03-11
stage2: passing threadlocal tests for x86_64-linux
Andrew Kelley
2022-03-10
stage2: error_set_merged type equality
Mitchell Hashimoto
2022-03-03
stage2: add 'called from here' error note
Veikka Tuominen
2022-02-21
enable Gpu address spaces (#10884)
gwenzek
2022-02-17
parser: make some errors point to end of previous token
Veikka Tuominen
2022-02-14
stage2 AArch64: Fix issue in binOp and add regression test
joachimschmidt557
2022-02-14
stage2 AArch64: implement cond_br for other MCValues
joachimschmidt557
2022-02-13
update compile error tests
Veikka Tuominen
2022-02-08
wasm: update test runner
Luuk de Gram
2022-02-07
stage2: lower unnamed constants in Elf and MachO
Jakub Konka
2022-02-02
stage2: update stage2 tests with qualified import lib names for externs
Jakub Konka
2022-01-24
stage2: rework a lot of stuff
Andrew Kelley
2022-01-15
stage2: implement signed compare
Jakub Konka
2022-01-15
stage2: refactor handling of immediates in x86_64 backend
Jakub Konka
2022-01-10
stage2: enable zig test on x86_64-macos (#10551)
Jakub Konka
2022-01-06
stage2: temporarily disable offending stage2 test on macOS
Jakub Konka
2022-01-06
stage2: fix airSliceElemVal
Jakub Konka
2022-01-04
stage2: implement isErr/isNonErr and unwrap error
Jakub Konka
2022-01-02
stage2 ARM: implement wrap_errunion_err for empty payloads
joachimschmidt557
2022-01-01
Merge pull request #10480 from joachimschmidt557/stage2-arm
Jakub Konka
2022-01-01
stage2: augment stage2 test to test optional payload lowering
Jakub Konka
2022-01-01
stage2 ARM: implement airUnwrapErrErr + airCmp for error sets
joachimschmidt557
2022-01-01
stage2 ARM: implement airCall for function pointers
joachimschmidt557
2021-12-31
stage2: implement loading-storing via pointer (in register)
Jakub Konka
2021-12-30
Merge pull request #10455 from joachimschmidt557/stage2-arm
Andrew Kelley
2021-12-30
stage2 x86_64: add regression test for #7187
joachimschmidt557
2021-12-30
stage2 ARM: implement struct_field_ptr and struct_field_val
joachimschmidt557
2021-12-29
stage2: lower 1-byte and 2-byte values saved to stack
Jakub Konka
[next]