aboutsummaryrefslogtreecommitdiff
path: root/test
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-22AstGen: fix @export with undeclared identifier crashingWooster
2023-09-22Merge pull request #17069 from squeek502/resinatorAndrew Kelley
2023-09-21InternPool,Sema,type,llvm: alignment fixesmlugg
2023-09-19disable failing test: standalone.c_compiler on aarch64-windowsAndrew Kelley
2023-09-19c_compiler standalone test: use more descriptive exe namesAndrew Kelley
2023-09-19langref: disable var args example on aarch64-windowsAndrew Kelley
2023-09-19disable failing test: standalone.load_dynamic_library on aarch64-windowsAndrew Kelley
2023-09-19disable failing test: standalone.shared_library on aarch64-windowsAndrew Kelley
2023-09-19skip all mips tests due to LLVM 17 regressionsAndrew Kelley
2023-09-19re-enable passing behavior testAndrew Kelley
2023-09-19disable failing wasm linking testsAndrew Kelley
2023-09-19disable failing mips tests due to LLVM 17 regressionsAndrew 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-18translate-c: Struct fields default to zero valueJay Petacat
2023-09-18translate-c: prevent variable names conflicting with type namesmlugg
2023-09-18std.zig.c_translation.zig: fix L suffix with sized intsBanacial
2023-09-17Fix rc preprocessing when using the MinGW includes and targeting the GNU abiRyan Liptak
2023-09-17translate-c: do not translate macros which use arguments as struct/union/enum...mlugg
2023-09-17AstGen: allow closure over known-runtime values within @TypeOfmlugg
2023-09-17Add a standalone test for Windows resource file compilationRyan Liptak
2023-09-17Merge pull request #16929 from truemedian/more-httpAndrew Kelley
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-11Merge pull request #17081 from Techatrix/wasm-float-opJakub Konka
2023-09-10wasm: enable successful behavior testsTechatrix
2023-09-07AstGen: fix missing array type validationVeikka Tuominen
2023-09-06translate-c: fix panic when translating long double literalsCarl Ã…stholm
2023-09-05AstGen: fix error on missing function prototype nameVeikka Tuominen
2023-08-30Sema: cleanup `coerceExtra`Jacob Young