zig/test
Justus Klausecker ba549a7d67 Add support for both '_' and 'else' prongs at the same time in switch statements
If both are used, 'else' handles named members and '_' handles
unnamed members. In this case the 'else' prong will be unrolled
to an explicit case containing all remaining named values.
2025-08-07 13:58:47 +02:00
..
behavior Add support for both '_' and 'else' prongs at the same time in switch statements 2025-08-07 13:58:47 +02:00
c_abi Remove numerous things deprecated during the 0.14 release cycle 2025-07-11 08:17:43 +02:00
c_import aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
cases Add support for both '_' and 'else' prongs at the same time in switch statements 2025-08-07 13:58:47 +02:00
incremental disable failing incremental test cases due to dwarf linker logic 2025-07-31 22:10:11 -07:00
link Migrate from deprecated Step.Compile APIs 2025-07-26 12:06:43 +02:00
src build: add -Dskip-compile-errors option 2025-08-02 09:34:55 +02:00
standalone Revert "Sema: Stop adding Windows implib link inputs for extern "..." syntax." 2025-08-06 06:15:13 +02:00
assemble_and_link.zig
behavior.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
c_import.zig
cases.zig
compare_output.zig update standalone and incremental tests to new API 2025-07-07 22:43:53 -07:00
compile_errors.zig
gen_h.zig
llvm_ir.zig
llvm_targets.zig
nvptx.zig
run_translated_c.zig
stack_traces.zig
tests.zig Revert "Sema: Stop adding Windows implib link inputs for extern "..." syntax." 2025-08-06 06:15:13 +02:00
translate_c.zig zig fmt: apply new cast builtin order 2025-08-03 14:59:56 +02:00