aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-02-04spirv: air mul_addRobin Voetter
2024-02-04spirv: air int_from_boolRobin Voetter
2024-02-04spirv: vectorize add/sub overflowRobin Voetter
2024-02-04spirv: reduce, reduce_optimizedRobin Voetter
2024-02-04spirv: shlWithOverflowRobin Voetter
2024-02-04spirv: vectors for air notRobin Voetter
2024-02-04spirv: element-wise operation helperRobin Voetter
2024-02-04spirv: sh[rl](_exact)?Robin Voetter
2024-02-04Merge pull request #18778 from ziglang/system-package-modeAndrew Kelley
2024-02-04Merge pull request #18793 from ziglang/macho-zig-objectJakub Konka
2024-02-03Fix OOB when enum field out of order in different fileDavid Rubin
2024-02-03Add error hint when looping over `ErrorUnion`David Rubin
2024-02-03test/link/macho: test for signals only when running on the hostJakub Konka
2024-02-03test/link/macho: add some smoke tests for self-hosted MachOJakub Konka
2024-02-02std.Build: implement --host-target, --host-cpu, --host-dynamic-linkerAndrew Kelley
2024-02-02cli+build: handle -ObjC flag and route it to MachO linkerJakub Konka
2024-01-31Use mem.zeroes for empty union initializer listdanielsan901998
2024-01-30macho: fix parsing versions from TBDs if parsed as floatsJakub Konka
2024-01-30macho: improve weak-ref symbols handlingJakub Konka
2024-01-30Sema: fix union init with zero size fieldPavel Verigo
2024-01-29llvm: ensure returned undef is 0xaa bytes when runtime safety is enabledVeikka Tuominen
2024-01-29Fix some comptime packed struct issuesSuperAuguste
2024-01-29Merge pull request #18729 from Vexu/fixesAndrew Kelley
2024-01-29llvm: revert bad array access optimizationVeikka Tuominen
2024-01-29llvm: fix alignment of array ptr when bitcasting vectorVeikka Tuominen
2024-01-29Value: expand `canMutateComptimeVarState`Veikka Tuominen
2024-01-29Sema: do not emit `@errorCast` safety check when dest is adhoc inferred error...Veikka Tuominen
2024-01-29Sema: fix casting runtime value to enum with comptime int tag typePavel Verigo
2024-01-26Add escaped character processingMrDmitry
2024-01-26Remove unused test fileMrDmitry
2024-01-26Extend standalone tests for cmakedefineMrDmitry
2024-01-26test: add behavior coverage for global setter in function livenessMeghan Denny
2024-01-26align naming and fix module creation from TranslateCTobias Simetsreiter
2024-01-26Sema: tuples have no names to be used for reporting errors in finishStructInitKrzysztof Wolicki
2024-01-24test/link/macho: ensure we do not run testStackSize on foreign hostJakub Konka
2024-01-24test/link/macho: migrate all tests to the new test matrixJakub Konka
2024-01-24test/link/macho: upgrade tbdv3 testJakub Konka
2024-01-24test/link/macho: upgrade unwind info testsJakub Konka
2024-01-24test/link/macho: test stacksize optionJakub Konka
2024-01-24test/link/macho: upgrade search strategy testJakub Konka
2024-01-24test/link/macho: test re-exports in zigJakub Konka
2024-01-24test/link/macho: remove converted standalone testsJakub Konka
2024-01-24test/link/macho: test pagezero sizeJakub Konka
2024-01-24test/link/macho: revert testing objc msgsend stubs - no way of enabling in clangJakub Konka
2024-01-24test/link/macho: test objc msgsend selector stubsJakub Konka
2024-01-24test/link/macho: use .root_module. instead of wrappers where possibleJakub Konka
2024-01-24test/link/macho: test force-loading objects containing ObjC from archivesJakub Konka
2024-01-24test/link/macho: test no exports in a dylibJakub Konka
2024-01-24test/link/macho: test attribute "used" on vars in presence of dead_stripJakub Konka
2024-01-24test/link/macho: upgrade strict validation of layout testJakub Konka