aboutsummaryrefslogtreecommitdiff
path: root/test/behavior
AgeCommit message (Expand)Author
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: 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
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