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
/
for.zig
Age
Commit message (
Expand
)
Author
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-03-24
test: add a behavior test for 0-length loop fix
David Rubin
2025-02-24
test: skip failing tests with spirv-vulkan
Ali Cheraghi
2024-07-26
riscv: update tests and fix reuse bug
David Rubin
2024-07-26
riscv: airAsm rewrite
David Rubin
2024-07-26
riscv: implement more operators
David Rubin
2024-06-13
riscv: rewrite "binOp"
David Rubin
2024-06-13
riscv: add `airAggregateInit` for arrays
David Rubin
2024-06-13
riscv: `std.fmt.format` running
David Rubin
2024-06-13
riscv: arbitrary sized arrays
David Rubin
2024-05-11
riscv: math progress
David Rubin
2024-05-11
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin
2024-04-06
spirv: implement `@mulWithOverflow`
Ali Chraghi
2024-02-04
spirv: update tests
Robin Voetter
2024-01-06
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen
2023-11-29
Remove all usages of `std.mem.copy` and remove `std.mem.set` (#18143)
David Rubin
2023-11-19
test: update behavior to silence 'var is never mutated' errors
mlugg
2023-10-15
spirv: update failing / passing tests
Robin Voetter
2023-10-15
spirv: fix incorrect repr of some optional operations
Robin Voetter
2023-10-15
spirv: make bitcasts between the same spirv type a no-op
Robin Voetter
2023-09-23
spirv: enable passing tests
Robin Voetter
2023-07-26
AstGen: fix missing deferred ref
Jacob Young
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-14
Sema: allow indexing tuple and vector pointers
mlugg
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-05-20
spirv: ptr_elem_val
Robin Voetter
2023-05-20
spirv: more passing tests
Robin Voetter
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-05-03
x86_64: implement slice elem ptr for more MCValue tags
Jacob Young
2023-04-20
x86_64: rewrite inst tracking
Jacob Young
2023-04-07
Liveness: defer deaths of externally-scoped instructions in loop bodies
mlugg
2023-03-24
x86_64: fix value tracking bugs
Jacob Young
2023-03-15
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young
2023-02-18
Sema: add missing coercion when checking for loop len
Andrew Kelley
2023-02-18
implement error for unbounded for loops
Andrew Kelley
2023-02-18
omit safety checks for element access in for loops
Andrew Kelley
2023-02-18
AstGen: add error for discard of unbounded counter
Andrew Kelley
2023-02-18
disable failing x86_64 backend tests
Andrew Kelley
2023-02-18
add passing for loop test: two counters
Andrew Kelley
2023-02-18
Sema: fix for loops with comptime-known int ranges
Andrew Kelley
2023-02-18
update existing behavior tests and std lib to new for loop semantics
Andrew Kelley
2022-12-29
add tests for fixed stage1 bugs
Veikka Tuominen
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-10-25
cbe: canonicalize types that have the same C type when emitting typedefs
Jacob Young
2022-09-09
stage2 ARM: implement basic array_elem_val
joachimschmidt557
2022-09-09
stage2 ARM: implement struct_field_val for registers
joachimschmidt557
2022-07-13
AstGen: fix loop control flow applying to wrong loop
Andrew Kelley
2022-03-29
CBE: fix C output after PR #11302, reenable tests
Daniele Cocca
2022-03-27
stage2: runtime safety check integer cast truncating bits
Mitchell Hashimoto
[next]