aboutsummaryrefslogtreecommitdiff
path: root/test/standalone
AgeCommit message (Expand)Author
2025-09-17Merge pull request #25197 from rootbeer/24380-flaky-sigset-testAndrew Kelley
2025-09-16test: move glibc_compat from link to standalone testsAlex Rønne Petersen
2025-09-16test: rename issue_8550 standalone test to compile_asmAlex Rønne Petersen
2025-09-11Fix standalone test simple/cat/main.zig after Writergate update (#25188)Sardorbek Imomaliev
2025-09-09standalone posix tests for sigactionPat Tullmann
2025-09-09standalone posix tests for relative path linkingPat Tullmann
2025-09-09standalone posix test for env varsPat Tullmann
2025-09-09standalone posix test for current working directoryPat Tullmann
2025-09-09standalone posix tests: add skeletonPat Tullmann
2025-08-30child process test: preemptively use streaming modeAndrew Kelley
2025-08-30update tools and other miscellaneous things to new APIsAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-28update more to avoid GenericWriterAndrew Kelley
2025-08-28std.debug: remove `@frameAddress()` "UAF"mlugg
2025-08-16Compilation: remove last instance of deprecatedReaderAndrew Kelley
2025-08-15disable failing test on windowsAndrew Kelley
2025-08-14test: enable tsan test for x86_64-netbsdAlex Rønne Petersen
2025-08-13Merge pull request #24734 from Rexicon226/tsan-fixAlex Rønne Petersen
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-11test: add a standalone test for compiling tsanDavid Rubin
2025-08-06Revert "Sema: Stop adding Windows implib link inputs for `extern "..."` syntax."Alex Rønne Petersen
2025-08-03Merge pull request #24562 from h57624paen/fix-win-spawn-double-normalizeAlex Rønne Petersen
2025-07-28build: fix error in standalone test when using `--release`Ivan
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-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-16zig fmtAndrew Kelley
2025-07-16test: actually build the tools!Alex Rønne Petersen
2025-07-15update dump-cov for alignment and writergate changesdweiller
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-07-07update standalone and incremental tests to new APIAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07remove `usingnamespace` from the languageAndrew Kelley
2025-07-07zig fmtAndrew Kelley
2025-07-06Sema: Stop adding Windows implib link inputs for `extern "..."` syntax.Alex Rønne Petersen
2025-07-01test: Disable stack_iterator test on riscv64-linuxAlex Rønne Petersen
2025-07-01test: Only run coff_dwarf test on aarch64, x86, x86_64Alex Rønne Petersen
2025-06-20Merge pull request #24227 from mlugg/misc-build-stuffMatthew Lugg
2025-06-20standalone: add accidentally-excluded testmlugg
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-06-18std.Build.Step.Run: prefix relative path arguments with './'mlugg
2025-06-17Merge pull request #24205 from mlugg/misc-build-stuffMatthew Lugg