aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/for.zig
AgeCommit message (Expand)Author
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-06-16rename spirv backend nameAli Cheraghi
2025-03-24test: add a behavior test for 0-length loop fixDavid Rubin
2025-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2024-07-26riscv: update tests and fix reuse bugDavid Rubin
2024-07-26riscv: airAsm rewriteDavid Rubin
2024-07-26riscv: implement more operatorsDavid Rubin
2024-06-13riscv: rewrite "binOp"David Rubin
2024-06-13riscv: add `airAggregateInit` for arraysDavid Rubin
2024-06-13riscv: `std.fmt.format` runningDavid Rubin
2024-06-13riscv: arbitrary sized arraysDavid Rubin
2024-05-11riscv: math progressDavid Rubin
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-04-06spirv: implement `@mulWithOverflow`Ali Chraghi
2024-02-04spirv: update testsRobin Voetter
2024-01-06categorize `behavior/bugs/<issueno>.zig` testsVeikka Tuominen
2023-11-29Remove all usages of `std.mem.copy` and remove `std.mem.set` (#18143)David Rubin
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-10-15spirv: update failing / passing testsRobin Voetter
2023-10-15spirv: fix incorrect repr of some optional operationsRobin Voetter
2023-10-15spirv: make bitcasts between the same spirv type a no-opRobin Voetter
2023-09-23spirv: enable passing testsRobin Voetter
2023-07-26AstGen: fix missing deferred refJacob Young
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-14Sema: allow indexing tuple and vector pointersmlugg
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-05-20spirv: ptr_elem_valRobin Voetter
2023-05-20spirv: more passing testsRobin Voetter
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-05-03x86_64: implement slice elem ptr for more MCValue tagsJacob Young
2023-04-20x86_64: rewrite inst trackingJacob Young
2023-04-07Liveness: defer deaths of externally-scoped instructions in loop bodiesmlugg
2023-03-24x86_64: fix value tracking bugsJacob Young
2023-03-15behavior: enable passing behavior tests on stage2_x86_64Jacob Young
2023-02-18Sema: add missing coercion when checking for loop lenAndrew Kelley
2023-02-18implement error for unbounded for loopsAndrew Kelley
2023-02-18omit safety checks for element access in for loopsAndrew Kelley
2023-02-18AstGen: add error for discard of unbounded counterAndrew Kelley
2023-02-18disable failing x86_64 backend testsAndrew Kelley
2023-02-18add passing for loop test: two countersAndrew Kelley
2023-02-18Sema: fix for loops with comptime-known int rangesAndrew Kelley
2023-02-18update existing behavior tests and std lib to new for loop semanticsAndrew Kelley
2022-12-29add tests for fixed stage1 bugsVeikka Tuominen
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-10-25cbe: canonicalize types that have the same C type when emitting typedefsJacob Young
2022-09-09stage2 ARM: implement basic array_elem_valjoachimschmidt557
2022-09-09stage2 ARM: implement struct_field_val for registersjoachimschmidt557
2022-07-13AstGen: fix loop control flow applying to wrong loopAndrew Kelley
2022-03-29CBE: fix C output after PR #11302, reenable testsDaniele Cocca
2022-03-27stage2: runtime safety check integer cast truncating bitsMitchell Hashimoto