aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/for.zig
AgeCommit message (Expand)Author
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
2022-03-17CBE: enable more tests that are currently passingDaniele Cocca
2022-03-13stage2: add debug info for locals in the LLVM backendAndrew Kelley
2022-03-09Sema: fix crash with `@sizeOf` on unionsAndrew Kelley
2022-03-05stage2 AArch64: add more slice supportjoachimschmidt557
2022-03-01LLVM: add extra padding to structs and tuples sometimesAndrew Kelley
2022-02-27stage2 ARM: enable more behavior testsjoachimschmidt557
2022-02-22Port more behavior testsJakub Konka
2022-02-21Sema: fix comptime union initializationAndrew Kelley
2022-01-26organize behavior testsAndrew Kelley
2022-01-19wasm: Refactor storing values.Luuk de Gram
2022-01-13stage2: detection of comptime array literalsAndrew Kelley
2021-12-27AstGen: fix loop result locationsAndrew Kelley
2021-11-27stage2: implement `@typeName`Andrew Kelley
2021-10-20AstGen: make the index variable of `inline for` a `alloc_comptime`Andrew Kelley
2021-10-02AstGen: fix `while` and `for` with unreachable bodiesAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley