aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-03-15macho: fix a sad typo in calculating the address of a TLV pointerJakub Konka
2024-03-14Merge pull request #19273 from mlugg/incremental-some-moreMatthew Lugg
2024-03-14chore: Fix some typosAhmed
2024-03-14Zcu: rename implicitly-named decls to avoid overriding by explicit declsmlugg
2024-03-14compiler: detect duplicate test names in AstGenmlugg
2024-03-13Merge pull request #19258 from castholm/enums-eval-branch-quotaAndrew Kelley
2024-03-13test/link/elf: do not check for $thunk in thunks tests for nowJakub Konka
2024-03-12elf+aarch64: fix off-by-one in converging on groups interleaved with thunksJakub Konka
2024-03-12test/link/macho: remove redundant 'macho-' prefix from case namesJakub Konka
2024-03-12elf+aarch64: actually write out thunks, and add a proper link testJakub Konka
2024-03-11Merge pull request #19229 from tiehuis/ryu-128Andrew Kelley
2024-03-12Move big enum tests to a standalone test caseCarl Ã…stholm
2024-03-11std.builtin: make atomic order fields lowercaseTristan Ross
2024-03-11std.builtin: make global linkage fields lowercaseTristan Ross
2024-03-11std.builtin: make float mode fields lowercaseTristan Ross
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-03-11std.builtin: make container layout fields lowercaseTristan Ross
2024-03-10Merge pull request #19225 from ziglang/elf-aarch64Jakub Konka
2024-03-10test/link/elf: remove pie hack due to QEMU bug that is now fixedJakub Konka
2024-03-09test/link/elf: enable tests for aarch64 cpu archJakub Konka
2024-03-09std.fmt: fix std-cases and perform round-trip check in ryu unit testsMarc Tiehuis
2024-03-09Sema: perform codegen for anon decl created by `@extern`mlugg
2024-03-08Sema: reset block error return trace index between casesmlugg
2024-03-08test manifest key checking and other fixesfebruary cozzocrea
2024-03-06cases: correct after #18816mlugg
2024-03-06behavior: add tests for #18816mlugg
2024-03-06behavior: correct tests after #18816mlugg
2024-03-05Sema: fix compiler crash `@ptrCast`ing optional slicegarrison hinson-hasty
2024-03-02Air: replace `.dbg_inline_*` with `.dbg_inline_block`Jacob Young
2024-02-29wasm: gc fixes and re-enable linker testsLuuk de Gram
2024-02-27Merge pull request #18538 from Pangoraw/wasm_vector_abiLuuk de Gram
2024-02-27Merge pull request #19062 from mlugg/dbg-var-blocksMatthew Lugg
2024-02-26Fix tuple default valuesJohn Schmidt
2024-02-26Check for inactive union field when calling fn at comptimeJohn Schmidt
2024-02-26Merge pull request #18859 from schmee/switch-union-capture-alignAndrew Kelley
2024-02-26Sema: fix compile error for switching on undefined unionJohn Schmidt
2024-02-26Sema: evaluate generic instantiations in fn decls capture scopeJohn Schmidt
2024-02-26change default WASI stack sizeAndrew Kelley
2024-02-26compiler: decide dbg_var scoping based on AIR blocksmlugg
2024-02-25Merge pull request #18906 from jacobly0/x86_64-testsAndrew Kelley
2024-02-25test: rework how filtering worksJacob Young
2024-02-25x86_64: implement optional comparisonsJacob Young
2024-02-25Sema: implement vector coercionsJacob Young
2024-02-25x86_64: implement `@shuffle`Jacob Young
2024-02-25x86_64: implement `@select`Jacob Young
2024-02-25Merge pull request #19005 from squeek502/wtfAndrew Kelley
2024-02-24Revert "tests: add -Dskip-cross-glibc option"Jacob Young
2024-02-24Update deprecated `std.unicode` function usagesRyan Liptak
2024-02-23Merge pull request #18955 from ziglang/std.http.ServerAndrew Kelley
2024-02-23Merge pull request #19034 from ziglang/elf-riscvJakub Konka