aboutsummaryrefslogtreecommitdiff
path: root/test
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-30Merge pull request #17319 from ziglang/elf-tlsJakub Konka
2023-09-28test: add x86_64-linux-musl-no-lld as a test targetJakub Konka
2023-09-28elf: move logic for extracing atom's code into input filesJakub Konka
2023-09-28elf: test TLS in static programsJakub Konka
2023-09-28std.http: introduce options to http client to allow for raw urisEmil Lerch
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-27windows: fix not finding system libs when compiling for *-windows-msvckcbanner
2023-09-26elf: skip running exe on foreign hostsJakub Konka
2023-09-26elf: test linking against empty C objectJakub Konka
2023-09-26elf: put libc on the linker line if requestedJakub Konka
2023-09-26elf: test statically linking libcJakub Konka
2023-09-26elf: port some of zld's test harnessJakub Konka
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-23tests: give explicit stack size to module tests on WASImlugg
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-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