aboutsummaryrefslogtreecommitdiff
path: root/test/behavior
AgeCommit message (Expand)Author
2023-03-21Value: implement reinterpreting enum field index as integerVeikka Tuominen
2023-03-21Value: handle comparisons of runtime_valuesVeikka Tuominen
2023-03-21llvm: fix lowering packed union initiated to zero-bit valueVeikka Tuominen
2023-03-17Sema: make @returnAddress return 0 at comptimemlugg
2023-03-17Sema: allow dereferencing ill-defined pointers to zero-bit types at comptimemlugg
2023-03-15disable failing aarch64 backend behavior testsAndrew Kelley
2023-03-15x86_64: handle duplicate prong deathsJacob Young
2023-03-15behavior: enable passing behavior tests on stage2_x86_64Jacob Young
2023-03-14Sema: allow comptime mutation of multiple array elementsmlugg
2023-03-13Sema: avoid panic on callconv(.C) generic return typeIan Johnson
2023-03-09sema: fix result ptr coercion array -> vectorJohn Schmidt
2023-03-09sema: add peer type resolution for vectorsJohn Schmidt
2023-03-07CBE: implement unsigned big int div and modJacob Young
2023-03-07compiler_rt: fix rare case in udivei4Jacob Young
2023-03-05Merge pull request #14789 from jacobly0/ditypeAndrew Kelley
2023-03-05AstGen: ensure certain builtin functions return voidr00ster91
2023-03-05behavior: disable failing testsJacob Young
2023-03-05behavior: fix comptime issue and disable failing testJacob Young
2023-03-05CBE: ensure uniqueness of more internal identifiersJacob Young
2023-03-05CBE: implement select and shuffleJacob Young
2023-03-05CBE: implement splatJacob Young
2023-03-05CBE: implement vector truncateJacob Young
2023-03-05CBE: implement vector element pointersJacob Young
2023-03-05CBE: implement vector operationsJacob Young
2023-03-05CBE: implement some big integer and vector unary operationsJacob Young
2023-03-05CBE: implement big integer and vector comparisonsJacob Young
2023-03-05CBE: implement big integer literalsJacob Young
2023-03-04add behavior test case for previous commitAndrew Kelley
2023-03-04Merge pull request #14781 from ziglang/codegen-cleanupJakub Konka
2023-03-04Ast: properly handle sentinel-terminated slices in tupler00ster91
2023-03-03arm: skip unimplemented behavior test for @fieldParentPtrJakub Konka
2023-02-24CBE: reuse locals with the same `CType` instead of `Type`Jacob Young
2023-02-23CBE: implement the futureJacob Young
2023-02-23CBE: implement c varargsJacob Young
2023-02-23CType: fix lowering of generic function pointerJacob Young
2023-02-23CBE: cleanup field accessJacob Young
2023-02-22Merge pull request #14691 from jacobly0/ctypeAndrew Kelley
2023-02-21CBE: fix windows test failuresJacob Young
2023-02-21behavior: enable passing CBE testsJacob Young
2023-02-21Sema: implement @fieldParentPtr for unionsIsaac Freund
2023-02-20Merge pull request #14685 from ziglang/bitcast-fixesJakub Konka
2023-02-20arm: alloc new mcv in bitcast if cannot reuse operandJakub Konka
2023-02-20x86: alloc new mcv in bitcast if cannot reuse operandJakub Konka
2023-02-19add test coverage for fixed bug. closes #5518Andrew Kelley
2023-02-19add test coverage for fixed bug. closes #5516Andrew Kelley
2023-02-19add test coverage for fixed bug. closes #5508Andrew Kelley
2023-02-19add test coverage for fixed bug. closes #5497Andrew Kelley
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