aboutsummaryrefslogtreecommitdiff
path: root/test/behavior
AgeCommit message (Expand)Author
2023-10-01x86_64: implement float arithmetic builtinsJacob Young
2023-10-01x86_64: implement float round builtinsJacob Young
2023-10-01x86_64: implement float compare and cast builtinsJacob Young
2023-10-01behavior: cleanup floatop testsJacob Young
2023-10-01x86_64: implement and test unary float builtinsJacob Young
2023-10-01Sema: add `@errorCast` which works for both error sets and error unionsVeikka Tuominen
2023-09-27Merge pull request #17248 from antlilja/absAndrew Kelley
2023-09-27Value: fix assertion failure when mutating extern unionVeikka Tuominen
2023-09-27Add behavior tests for `@abs` builtinantlilja
2023-09-27Replace `@fabs` with `@abs` in behavior testsantlilja
2023-09-26Merge pull request #17215 from kcbanner/read_from_memory_unionVeikka Tuominen
2023-09-25type: handle the 0-length array case in abiSizeAdvancedkcbanner
2023-09-24behavior: disable newly failing testsmlugg
2023-09-23compiler: preserve result type information through address-of operatormlugg
2023-09-23spirv: fix blocks that return no valueRobin Voetter
2023-09-23spirv: enable passing testsRobin Voetter
2023-09-23spirv: constant elem ptrRobin Voetter
2023-09-23spirv: air wrap_errunion_payloadRobin Voetter
2023-09-23spirv: generate module initializerRobin Voetter
2023-09-23spirv: air array_elem_val using hackRobin Voetter
2023-09-23spirv: air array_to_sliceRobin Voetter
2023-09-23spirv: air sub_with_overflowRobin Voetter
2023-09-23spirv: air union_initRobin Voetter
2023-09-23spirv: air set_union_tag + improve load()/store()Robin Voetter
2023-09-23spirv: air struct_field_ptr for unionsRobin Voetter
2023-09-23spirv: air struct_field_val for unionsRobin Voetter
2023-09-23spirv: disable failing testsRobin Voetter
2023-09-23sema: rework the comptime representation of comptime unionskcbanner
2023-09-23sema: add support for unions in readFromMemory and writeToMemorykcbanner
2023-09-23Sema: refactor detection of comptime-known constsmlugg
2023-09-21InternPool,Sema,type,llvm: alignment fixesmlugg
2023-09-19langref: disable var args example on aarch64-windowsAndrew Kelley
2023-09-19re-enable passing behavior testAndrew Kelley
2023-09-19behavior: disable another test regressed by LLVM 17 for mipsJacob Young
2023-09-19compiler_rt: fix arm hard-float f16 abiJacob Young
2023-09-19compiler_rt: fix fp sub being optimized to call itselfJacob Young
2023-09-19disable behavior tests regressed by LLVM 17Andrew Kelley
2023-09-19behavior: disable test that regressed with LLVM 17Jacob Young
2023-09-19write function types consistently with a space before `fn` keywordr00ster91
2023-09-19x86 backend: don't read bogus safety flagAndrew Kelley
2023-09-18std.zig.c_translation.zig: fix L suffix with sized intsBanacial
2023-09-17AstGen: allow closure over known-runtime values within @TypeOfmlugg
2023-09-15Sema: mark pointers to inline functions as comptime-onlymlugg
2023-09-15compiler: implement destructuring syntaxmlugg
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