aboutsummaryrefslogtreecommitdiff
path: root/test/behavior
AgeCommit message (Expand)Author
2023-09-15AstGen: do not forward result pointers through @asmlugg
2023-09-10wasm: enable successful behavior testsTechatrix
2023-08-30Sema: cleanup `coerceExtra`Jacob Young
2023-08-28llvm/cbe: support slice in `@prefetch`Jacob Young
2023-08-28compiler: provide result type for @memset valuemlugg
2023-08-28Sema: allow cast builtins on vectorsmlugg
2023-08-27std: Rename `TailQueue` to `DoublyLinkedList`Jay Petacat
2023-08-23Replace `@panic` with `unreachable`, add testriverbl
2023-08-22compiler: move unions into InternPoolAndrew Kelley
2023-08-21compiler_rt: fix f80 comparisonsCarl Ã…stholm
2023-08-21AstGen: disallow '-0' integer literalmlugg
2023-08-18Make NaNs quiet by default and other NaN tidy-up (#16826)Lewis Gaul
2023-08-11Sema: avoid deleting runtime side-effects in comptime initializersJacob Young
2023-08-10Sema: fix coerceArrayLike() for vectors with paddingXavier Bouchoux
2023-08-10Merge pull request #16747 from jacobly0/llvm-wo-libllvmAndrew Kelley
2023-08-10Sema: refactor generic calls to interleave argument analysis and parameter ty...mlugg
2023-08-09AstGen: handle `ty` result location for struct and array init correctlymlugg
2023-08-09Sema: remove `validateRunTimeType`Jacob Young
2023-08-06Add behavior test for copying self-referential structStevie Hryciw
2023-08-06Add behavior test for ptrCast on function pointerStevie Hryciw
2023-08-01add behavior test for sub-aligned field accessAndrew Kelley
2023-07-31std: finish cleanup up asmJacob Young
2023-07-31cbe: get behavior tests running on armJacob Young
2023-07-31std: cleanup asm usageJacob Young
2023-07-29Merge pull request #16611 from xxxbxxx/packed-structJacob Young
2023-07-29add behavior test for vector bitcast at comptimeEvan Haas
2023-07-29llvm: support read-write output constraints in assemblyJacob Young
2023-07-29Allow zero-sized fields in extern structs (#16404)AdamGoertz
2023-07-29codegen: fix access to byte-aligned nested packed struct elemsXavier Bouchoux
2023-07-29behavior: add coverage for no longer reproducing issueJacob Young
2023-07-29llvm: partial fix of store undefined to packed result locationXavier Bouchoux
2023-07-28llvm: fix SysV C abi for structs smaller than two eightbytesJacob Young
2023-07-28Sema: don't reorder tuple fieldsJacob Young
2023-07-27frontend: make fn calls byval; fix false positive isNonErrAndrew Kelley
2023-07-26Merge pull request #16572 from ziglang/stage1-test-coverageAndrew Kelley
2023-07-26AstGen: fix missing deferred refJacob Young
2023-07-26add behavior test for defer assignAndrew Kelley
2023-07-26add behavior test for switch nested breakAndrew Kelley
2023-07-26add behavior test for bitcast packed struct twiceAndrew Kelley
2023-07-26add behavior test for comptime ptrcast packed structAndrew Kelley
2023-07-26add behavior test for union with 128 bit integerAndrew Kelley
2023-07-26add behavior test for tail callsAndrew Kelley
2023-07-26add behavior test for comptime array loadAndrew Kelley
2023-07-25frontend: forbid packed and extern tuplesAndrew Kelley
2023-07-25codegen/llvm: fix memset with vectors smaller than one byteXavier Bouchoux
2023-07-25make `@typeInfo` not return private declsJacob G-W
2023-07-23InternPool: add func_coerced handling to funcIesResolvedAndrew Kelley
2023-07-22wasm: correctly intcast signed integersLuuk de Gram
2023-07-18Sema: fix return type of generic function is function pointerAndrew Kelley
2023-07-12Update tests to new splat syntaxantlilja