aboutsummaryrefslogtreecommitdiff
path: root/test/behavior
AgeCommit message (Expand)Author
2023-11-03x86_64: fix std test failuresJacob Young
2023-11-01wasm: re-enable regressed testsLuuk de Gram
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-31Sema: fix incorrect error comptime-mutating empty arrayJacob Young
2023-10-31sema: when guessing union alignment, save the result and check if the guess w...kcbanner
2023-10-30Merge pull request #17773 from ziglang/elf-exportsJakub Konka
2023-10-29Fix hasRuntimeBitsAdvanced lazy case for pointers and optionals DilithiumNitrate
2023-10-29coff: implement exporting anon declsJakub Konka
2023-10-29macho: implement exporting anon declsJakub Konka
2023-10-29elf: implement exporting anon declsJakub Konka
2023-10-29elf: add partial implementation of exporting anon declsJakub Konka
2023-10-29x86_64: fix compiler rt test failuresJacob Young
2023-10-28Sema: do not assume switch item indices align with union field indicesmlugg
2023-10-27split export behavior test into export_keyword and export_builtinAndrew Kelley
2023-10-27categorize nan behavior testAndrew Kelley
2023-10-27categorize fn ptr behavior testAndrew Kelley
2023-10-27categorize globals behavior testsAndrew Kelley
2023-10-27Merge pull request #17735 from ziglang/export-anonAndrew Kelley
2023-10-26link: support exporting constant values without a DeclAndrew Kelley
2023-10-26test: enable `c-abi-tests` for the x86_64 backendJacob Young
2023-10-25x86_64: pass more testsJacob Young
2023-10-24Merge pull request #17666 from jacobly0/x86_64-unicodeJacob Young
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-23x86_64: implement `@mod` for floating-point typesJacob Young
2023-10-23rename behavior test to better describe what it doesAndrew Kelley
2023-10-23Revert "Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs""Robin Voetter
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-22Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs"Andrew Kelley
2023-10-22Merge pull request #17657 from Snektron/spirv-recursive-ptrsRobin Voetter
2023-10-22Merge pull request #17637 from jacobly0/x86_64-test-stdJacob Young
2023-10-21migrate make_ptr_const to new anonymous decl mechanismAndrew Kelley
2023-10-21spirv: self-referential pointers via new fwd_ptr_typeRobin Voetter
2023-10-21spirv: improve union operationsRobin Voetter
2023-10-21x86_64: enable fixed behavior testJacob Young
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-10-21x86_64: fix crashesJacob Young
2023-10-18Merge pull request #17577 from alichraghi/spirv-1Robin Voetter
2023-10-18Merge pull request #17561 from alichraghi/spirv-0Robin Voetter
2023-10-18spirv: switch on boolAli Chraghi
2023-10-17Sema: disallow `@intFromPtr` for comptime-only typesBogdan Romanyuk
2023-10-17spirv: memcpyAli Chraghi
2023-10-16spirv: fieldParentPtrAli Chraghi
2023-10-15wasm: disable division testRobin Voetter
2023-10-15spirv: update failing / passing testsRobin Voetter
2023-10-15spirv: simple binary and comparison vector operationsAli Chraghi
2023-10-15wasm: lower min/max for floats to compiler_rtRobin Voetter
2023-10-15spirv: emit vectors as arraysAli Chraghi
2023-10-15std.testing: disable expectEqualSlices printing for spirvRobin Voetter