aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/bugs/11181.zig
AgeCommit message (Collapse)Author
2024-01-06categorize `behavior/bugs/<issueno>.zig` testsVeikka Tuominen
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-10-25behavior: enable stage2_c tests that are currently passingJacob Young
Also fix C warnings triggered by these tests.
2022-05-27stage2 AArch64: complete genTypedValuejoachimschmidt557
2022-03-16stage2 ARM: implement addwrap, subwrap, mulwrapjoachimschmidt557
2022-03-15stage2: resolve type fully when resolving inferred allocsMitchell Hashimoto
We must resolve the type fully so that pointer children (i.e. slices) are resolved. Additionally, we must resolve even if we can know the value at comptime because the `alloc_inferred` ZIR always produces a constant in the AIR. Fixes #11181