aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-10-10Sema: implement @splat for arraysmlugg
2024-10-09Merge pull request #21644 from ziglang/macho-issue-21598Andrew Kelley
2024-10-09test/link/macho: test reporting undefined special symbolsJakub Konka
2024-10-09Dwarf: implement and test lexical blocksJacob Young
2024-10-09lldb: print field names with a leading dotJacob Young
2024-10-08link tests: add a way to check prefix and use itAndrew Kelley
2024-10-08link.Elf: avoid needless file system reads in flush()Andrew Kelley
2024-10-08untangle skip conditionsParzival-3141
2024-10-08revert disabling `aarch64` skipParzival-3141
2024-10-08fix `standalone/empty_env` testParzival-3141
2024-10-08stage2-wasm: airRem + airMod for floatsPavel Verigo
2024-10-07Sema: add missing runtime value validation to global mutable variablesmlugg
2024-10-07Sema: add missing runtime value validation to @memcpy and @memsetmlugg
2024-10-06test: Fix powerpc-aix-eabihf target triple in llvm_targets.Alex Rønne Petersen
2024-10-06Merge pull request #21605 from alexrp/ohos-stuffAlex Rønne Petersen
2024-10-06test: Add some missing x86_64-linux-* triples to llvm_targets.Alex Rønne Petersen
2024-10-06test: Add android/androideabi triples to llvm_targets.Alex Rønne Petersen
2024-10-06test: Add ohos/ohoseabi triples to llvm_targets.Alex Rønne Petersen
2024-10-05test: add x86_64-windows-cbe target to incremental casesmlugg
2024-10-05tests: add `test-incremental` stepmlugg
2024-10-04remove `@fence` (#21585)David Rubin
2024-10-04Merge pull request #21572 from alexrp/tests-llvm-targetsAlex Rønne Petersen
2024-10-04Merge pull request #21578 from alexrp/s390x-portingAlex Rønne Petersen
2024-10-04Merge pull request #21571 from alexrp/14366-progressAlex Rønne Petersen
2024-10-04test: Add s390x-linux-(none,musl,gnu) triples to module tests.Alex Rønne Petersen
2024-10-03fix: print correct number of provided arguments in min/max error messageWillLillis
2024-10-03test: Rewrite the target triple list for llvm_targets.Alex Rønne Petersen
2024-10-03Merge pull request #21469 from alexrp/riscv32-testsAlex Rønne Petersen
2024-10-02test: Re-enable "bitcast nan float does not modify signaling bit" for LLVM + ...Alex Rønne Petersen
2024-09-28revert safety test cases to rely on deprecated old APIAndrew Kelley
2024-09-26disable plan9 testAndrew Kelley
2024-09-26update safety test cases to new panic APIAndrew Kelley
2024-09-26update test cases to new panic APIAndrew Kelley
2024-09-26remove formatted panicsAndrew Kelley
2024-09-25incr-check: specify backend in manifest, allow multiple targets/backendsmlugg
2024-09-25disallow non-scalar sentinel typesAndrew Kelley
2024-09-24std: add arch bits for s390x-linux (#21342)Meghan Denny
2024-09-24fix: disallow discard as errdefer captureWillLillis
2024-09-23fix: Add error note when attempt is made to destructure error union (#21491)Will Lillis
2024-09-20test: Add `riscv32-linux-(none,musl,gnu)` triples for module tests.Alex Rønne Petersen
2024-09-19test: Disable `shared_lib_unwind` on `x86_64-macos`.Alex Rønne Petersen
2024-09-19Revert "tests: skip native CPU std tests on Windows"Alex Rønne Petersen
2024-09-19test: Re-enable `store vector with memset` for LLVM.Alex Rønne Petersen
2024-09-19test: Re-enable LLVM riscv64 module tests.Alex Rønne Petersen
2024-09-19test: Update `wasm/infer-features` based on what LLVM produces.Alex Rønne Petersen
2024-09-19test: Disable `@bitCast of packed struct containing pointer` temporarily.Alex Rønne Petersen
2024-09-18Sema: mark export on owner nav when exporting function aliasmlugg
2024-09-17Merge pull request #21428 from mlugg/compare-to-undefMatthew Lugg
2024-09-17Sema: clean up cmpNumericmlugg
2024-09-16Sema: return undefined on comparison of runtime value against undefinedmlugg