aboutsummaryrefslogtreecommitdiff
path: root/test/behavior
AgeCommit message (Expand)Author
2025-11-04codegen: fix tuple paddingJacob Young
2025-10-30aarch64: implement optional comparisonsJacob Young
2025-10-29x86_64: continue hacking around unimplemented linker logicJacob Young
2025-10-18tweak tests to avoid timeoutsmlugg
2025-10-10Coff: implement threadlocal variablesJacob Young
2025-10-08don't make OPV tuple fields `comptime`xdBronch
2025-10-07don't make anonymous tuple fields referencing `comptime var`s `comptime`xdBronch
2025-10-06don't pass zero-length `@memset` to the backendxdBronch
2025-10-03x86_64: fix bool vector init register clobberJacob Young
2025-10-02Coff2: create a new linker from scratchJacob Young
2025-10-02x86_64: fix windows calling convention abiJacob Young
2025-09-27x86_64: fix `~`/`!` miscompsJacob Young
2025-09-25Merge pull request #24497 from ziglang/aro-translate-cAndrew Kelley
2025-09-24x86_64: improve support for large enumsJacob Young
2025-09-24remove behavior test that depended on std.zig.c_translationAndrew Kelley
2025-09-23forbid trivial local address returned from functions (#25333)Andrew Kelley
2025-09-20add behavior test: comptime C pointer to optional pointerAndrew Kelley
2025-09-20add behavior test: avoid unused field function body compile errorAndrew Kelley
2025-09-20add behavior test: resist alias of explicit copy...Andrew Kelley
2025-09-20allow some test cases to regressAndrew Kelley
2025-09-20Revert "frontend: another packedStructFieldPtrInfo fix"mlugg
2025-09-20aarch64: fix behavior failuresJacob Young
2025-09-20disable failing stage2_aarch64 behavior testsAndrew Kelley
2025-09-20frontend: another packedStructFieldPtrInfo fixAndrew Kelley
2025-09-20frontend: packed struct field ptr no longer finds byte bordersAndrew Kelley
2025-09-20aarch64: enable fixed behaviorJacob Young
2025-09-20coerce vectors to arrays rather than inline forAndrew Kelley
2025-09-20compiler: require comptime vector indexesAndrew Kelley
2025-09-20add behavior test: return undefined pointer from functionAndrew Kelley
2025-09-18test: disable some vector ctz/clz behavior tests on LoongArch with LSXAlex Rønne Petersen
2025-09-18test: skip `alternative constraints` behavior test on LoongArchAlex Rønne Petersen
2025-09-17fix handling of comptime-only union fields in `Type.getUnionLayout` (#25182)Silver
2025-09-17Merge pull request #25201 from jacobly0/x86_64-addsatAndrew Kelley
2025-09-13std.math.big.int: normalize zero result for small multiplicationsmlugg
2025-09-10x86_64: delete usages of avx2 `vpack?s??`Jacob Young
2025-09-10x86_64: fix strictness edge cases in `+|`Jacob Young
2025-09-07behavior tests: remove one dependency on std libAndrew Kelley
2025-09-07wasm backend: disable failing behavior testsAndrew Kelley
2025-09-05disable failing behavior test on stage2_aarch64Andrew Kelley
2025-09-05behavior tests: update for new requirementAndrew Kelley
2025-09-04Reenable vector tests for armeb/thumbebLuna Schwalbe
2025-08-31delete behavior test that depends on std.fmtAndrew Kelley
2025-08-30test: disable some varargs behavior tests on RISC-V due to LLVM 21 regressionAlex Rønne Petersen
2025-08-30test: re-enable a bunch of vector behavior tests on hexagonAlex Rønne Petersen
2025-08-29Merge pull request #25036 from ziglang/GenericWriterAndrew Kelley
2025-08-29LLVM backend:fix align 1 sret parameter load returnedAndrew Kelley
2025-08-28behavior tests: remove "variadic functions" dependency on std libAndrew Kelley
2025-08-28update GenericWriter usage found by test-casesAndrew Kelley
2025-08-28AstGen: forward result type through unary float builtinsDavid Rubin
2025-08-15Add test for passing extern function to functionantlilja