aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-07-30Sema: disallow tags on non-auto unions when reifying (#23488)Krzysztof Wolicki
2025-07-30Sema: remove incorrect safety check for saturating left shiftJustus Klausecker
2025-07-30Sema: catch error sets in atomic operationsKendall Condon
2025-07-30llvm: fix atomic widening of packed structsKendall Condon
2025-07-29disable more failing testsmlugg
2025-07-29Sema: remove redundant comptime-known initializer trackingmlugg
2025-07-28aarch64: implement scalar `@mod`Jacob Young
2025-07-28aarch64: workaround some optional/union issuesJacob Young
2025-07-28Merge branch 'ziglang:master' into some-documentation-updates-0Rue
2025-07-28build: fix error in standalone test when using `--release`Ivan
2025-07-27aarch64: fix error union constantsJacob Young
2025-07-27aarch64: implement var argsJacob Young
2025-07-27Merge pull request #24585 from jacobly0/aarch64Andrew Kelley
2025-07-26Merge pull request #24587 from jacobly0/x86_64Andrew Kelley
2025-07-26aarch64: implement more optional/error union/union supportJacob Young
2025-07-26aarch64: implement some safety checksJacob Young
2025-07-26aarch64: implement complex switch prongsJacob Young
2025-07-26Merge pull request #22587 from castholm/deprecate-compile-apisMatthew Lugg
2025-07-26Sema: exclude sentinel from source array length in pointer cast to slicemlugg
2025-07-26x86_64: fix switch on mod resultJacob Young
2025-07-26Migrate from deprecated `Step.Compile` APIsCarl Åstholm
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