aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-03-21Sema: implement @export for arbitrary valuesmlugg
2023-03-21CBE: implement aggregateInit() for array of array case.Xavier Bouchoux
2023-03-21Merge pull request #15028 from Vexu/compile-errorsVeikka Tuominen
2023-03-21x86_64: implement atomic and fence opsJacob Young
2023-03-21codegen: fix backend breakage due to optional layout changeJacob Young
2023-03-21x86_64: (re)implement optional opsJacob Young
2023-03-21x86_64: implement some error union opsJacob Young
2023-03-21x86_64: implement @returnAddress and @frameAddressJacob Young
2023-03-21x86_64: implement basic float opsJacob Young
2023-03-21Value: implement reinterpreting enum field index as integerVeikka Tuominen
2023-03-20tests: add -Dskip-cross-glibc optionJacob Young
2023-03-20Port some stage1 test cases to stage2mlugg
2023-03-21Sema: improve error message of field access of wrapped typeVeikka Tuominen
2023-03-21Value: handle comparisons of runtime_valuesVeikka Tuominen
2023-03-21llvm: fix lowering packed union initiated to zero-bit valueVeikka Tuominen
2023-03-19Merge pull request #14838 from Luukdegram/bss-fixLuuk de Gram
2023-03-19fix std.Build.OptionsStepAndrew Kelley
2023-03-18wasm-link: update bss linker testLuuk de Gram
2023-03-17Sema: make @returnAddress return 0 at comptimemlugg
2023-03-17Sema: allow dereferencing ill-defined pointers to zero-bit types at comptimemlugg
2023-03-16Add error for bad cast from `*T` to `*[n]T`InKryption
2023-03-15fix test-case copy-paste typo from earlier commitAndrew Kelley
2023-03-15C ABI tests: don't test aarch64-windows yetAndrew Kelley
2023-03-15test-c-abi: disable LTO on more targetsAndrew Kelley
2023-03-15fix compile log test case expected outputAndrew Kelley
2023-03-15windows_spawn standalone test: test on native OSAndrew Kelley
2023-03-15test-cases: add missing compile log outputAndrew Kelley
2023-03-15test-cli: fix expected stderr on windowsAndrew Kelley
2023-03-15std.Build.CompileStep: remove setNamePrefix and add setNameAndrew Kelley
2023-03-15revert a change to C ABI testsAndrew Kelley
2023-03-15test-cases: fix incorrectly linking libc when backend is llvmAndrew Kelley
2023-03-15add skip_foreign_checks=true on a standalone testAndrew Kelley
2023-03-15remove redundant link testAndrew Kelley
2023-03-15add the new extern test to standalone testsAndrew Kelley
2023-03-15test-stack-trace: set env to disable colorAndrew Kelley
2023-03-15make the build runner and test runner talk to each otherAndrew Kelley
2023-03-15disable failing aarch64 backend behavior testsAndrew Kelley
2023-03-15test-link: add names to headerpad testAndrew Kelley
2023-03-15standalone tests: avoid running on strange targetAndrew Kelley
2023-03-15build.zig: fix how test-cases marked is_test=1 are handledAndrew Kelley
2023-03-15re-enable test-cases and get them all passingAndrew Kelley
2023-03-15re-enable standalone tests based on build.zigAndrew Kelley
2023-03-15re-enable the simple standalone testsAndrew Kelley
2023-03-15re-enable macho linker testsAndrew Kelley
2023-03-15re-enable wasm linker testsAndrew Kelley
2023-03-15delete link test "static_lib_as_system_lib"Andrew Kelley
2023-03-15new linker test harnessAndrew Kelley
2023-03-15re-enable asm-and-link testsAndrew Kelley
2023-03-15re-enable C ABI testsAndrew Kelley
2023-03-15re-enable CLI testsAndrew Kelley