aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-07-26child_process standalone test: Test spawning a path with leading ..Ryan Liptak
2025-07-26std.process.Child: fix double path normalization in spawnWindowslumanetic
2025-07-25Merge pull request #23340 from castholm/pass-null-to-b-dependencyAndrew Kelley
2025-07-25aarch64: more progressJacob Young
2025-07-25init: replace '--strip' with '--minimal'mlugg
2025-07-24Revert "disable -fno-llvm -target wasm32-wasi testing"Pavel Verigo
2025-07-24stage2-wasm: implement try_ptr + is_(non_)err_ptrPavel Verigo
2025-07-23Merge pull request #24536 from jacobly0/aarch64Andrew Kelley
2025-07-23test: enable arm-freebsd-eabihf std testsAlex Rønne Petersen
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-22llvm: fix switch loop on larger than pointer integerMatthew Lugg
2025-07-22`@rem()` and `@mod()` take `denominator != 0`, not just `denominator > 0`IOKG04
2025-07-21disable failing testAndrew Kelley
2025-07-21objcopy: delete most of itAndrew Kelley
2025-07-20Support passing `std.zig.BuildId` to `b.dependency()`Carl Åstholm
2025-07-20Support passing enum slices to `b.dependency()`Carl Åstholm
2025-07-20Coerce slice-like arguments passed to `b.dependency()`Carl Åstholm
2025-07-20Support passing null to `b.dependency()`Carl Åstholm
2025-07-20Add standalone test case for passing options to dependenciesCarl Åstholm
2025-07-20Update test build.zig.zon files to conform to the new manifest rulesCarl Åstholm
2025-07-19disable -fno-llvm -target wasm32-wasi testingAndrew Kelley
2025-07-19tests: remove more old async testsmlugg
2025-07-17test: Restore and fix deleted tests that relied on intern pool types (#24422)Felix Koppe
2025-07-16zig fmtAndrew Kelley
2025-07-16test: mark riscv soft float targets as extra targetsAlex Rønne Petersen
2025-07-16test: actually build the tools!Alex Rønne Petersen
2025-07-15update dump-cov for alignment and writergate changesdweiller
2025-07-15better default min versions for freebsd and netbsdAndrew Kelley
2025-07-14make it a behavior test insteadAndrew Kelley
2025-07-14Sema: Fix invalid AIR generation for switch loop with comptime discarded tagJustus Klausecker
2025-07-11test: disable non-native loongarch64 behavior and std testsAlex Rønne Petersen
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-07-08CI: disable self-hosted riscv64Andrew Kelley
2025-07-07fix test case expected float valueAndrew Kelley
2025-07-07update standalone and incremental tests to new APIAndrew Kelley
2025-07-07delete bad behavior testAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07remove `usingnamespace` from the languageAndrew Kelley
2025-07-07zig fmtAndrew Kelley
2025-07-07remove `async` and `await` keywordsAndrew Kelley
2025-07-06Sema: Stop adding Windows implib link inputs for `extern "..."` syntax.Alex Rønne Petersen
2025-07-05test: More cleanup of Windows targets in the module test matrixAlex Rønne Petersen
2025-07-03test: Respect various test skip options in test-casesAlex Rønne Petersen
2025-07-02Merge pull request #24302 from alexrp/riscvAlex Rønne Petersen
2025-07-01test: Disable stack_iterator test on riscv64-linuxAlex Rønne Petersen
2025-07-01test: Disable vector division operators on RISC-V with vector supportAlex Rønne Petersen
2025-07-01test: Only run coff_dwarf test on aarch64, x86, x86_64Alex Rønne Petersen
2025-07-01test: Properly limit glibc_compat versions based on the hostAlex Rønne Petersen
2025-06-29Sema: correct OPV for optional empty error setAndrew Kelley
2025-06-28riscv64: skip failing testsBingwu Zhang