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
/
behavior
/
if.zig
Age
Commit message (
Expand
)
Author
2023-06-27
behavior: if-@as-if chain
r00ster91
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-05-20
spirv: more passing tests
Robin Voetter
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-04-02
Sema: defer stores to inferred allocs
Jacob Young
2023-03-24
x86_64: canonicalize each br of a block
Jacob Young
2023-03-24
x86_64: fix more value tracking bugs
Jacob Young
2023-03-24
x86_64: fix value tracking bugs
Jacob Young
2023-03-21
x86_64: (re)implement optional ops
Jacob Young
2023-03-15
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young
2022-12-29
stage2 AArch64: implement errUnion{Err,Payload} for registers
joachimschmidt557
2022-12-27
stage2 AArch64: unify callee-preserved regs on all targets
joachimschmidt557
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-11-30
Sema: make inferred allocs always mutable
Veikka Tuominen
2022-11-02
cbe: hack around invalid Air
Jacob Young
2022-07-14
Sema: fix coerceResultPtr
Andrew Kelley
2022-07-14
Sema: fix coerce_result_ptr in case of inferred result type
Andrew Kelley
2022-06-28
Revert "AstGen: preserve inferred ptr result loc for breaks"
Andrew Kelley
2022-06-25
stage2 ARM: implement basic intCast and error union wrapping
joachimschmidt557
2022-03-05
stage2 AArch64: add more slice support
joachimschmidt557
2022-03-01
LLVM: add extra padding to structs and tuples sometimes
Andrew Kelley
2022-02-28
x64: pass more behavior tests
Jakub Konka
2022-02-27
stage2 ARM: implement slice and array_to_slice
joachimschmidt557
2022-02-27
stage2 ARM: enable more behavior tests
joachimschmidt557
2022-02-22
Port more behavior tests
Jakub Konka
2022-01-26
organize behavior tests
Andrew Kelley
2021-10-28
C backend: fix crash when number of Decls passes a threshold
Andrew Kelley
2021-10-28
C backend: fix ptrtoint and wrap_errunion_err
Andrew Kelley
2021-10-02
AstGen: fix `while` and `for` with unreachable bodies
Andrew Kelley
2021-10-02
AstGen: fix if, orelse, catch, with unreachable bodies
Andrew Kelley
2021-08-07
stage2: pass some error union tests
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-29
move behavior tests from test/stage1/ to test/
Andrew Kelley