aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2025-06-23remove `spirv` cpu archAli Cheraghi
2025-06-23x86_64: fix pair live-out trackingJacob Young
2025-06-20Merge pull request #24227 from mlugg/misc-build-stuffMatthew Lugg
2025-06-20standalone: add accidentally-excluded testmlugg
2025-06-19x86_64: increase passing test coverage on windowsJacob Young
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-06-19Build: change how the target is printed in step namesJacob 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
2025-06-17Compilation: add missing link file options to cache manifestmlugg
2025-06-17std.Build: introduce `ConfigHeader.getOutputDir`, small refactormlugg
2025-06-17Merge pull request #24188 from mlugg/intfromfloat-safetyMatthew Lugg
2025-06-16rename spirv backend nameAli Cheraghi
2025-06-15compiler: fix `@intFromFloat` safety checkmlugg
2025-06-13tests: do not require absolute paths from the build systemmlugg
2025-06-13Sema: add missing error and test for bool not on vector of intsAndrew Kelley
2025-06-12Merge pull request #24124 from mlugg/better-backend-pipeline-2Andrew Kelley
2025-06-12Allow more operators on bool vectors (#24131)Daniel Kongsgaard
2025-06-12test-stack-traces: correct expected object file nameJacob Young
2025-06-12test-link: correct expected object file namemlugg
2025-06-11test: Enable some working vector testsDanielkonge
2025-06-07seriously don't put internpool indexes in test casesAndrew Kelley
2025-06-07don't put intern pool indexes in test casesAndrew Kelley
2025-06-07Dwarf: restore missing non-entry paddingJacob Young
2025-06-07Merge pull request #24072 from jacobly0/x86_64-defaultAndrew Kelley
2025-06-07cases: fix type namesmlugg
2025-06-06CI: skip llvm backend tests in the script for testing x86 backendAndrew Kelley
2025-06-06restore debug llvm CI coverageAndrew Kelley
2025-06-06x86_64: fix switch dispatch bugJacob Young