zig/test
2025-06-06 23:42:14 -07:00
..
behavior Compilation: enable the x86_64 backend by default for debug builds 2025-06-06 23:42:14 -07:00
c_abi test: Expand target coverage for C ABI tests. 2025-06-05 21:50:56 +02:00
c_import translate-c: fix division and modulo of >8-bit stdint.h types in macros 2025-02-20 13:33:59 +02:00
cases AstGen: fix name strategy bugs 2025-06-06 22:04:51 +01:00
incremental compiler: combine @intCast safety checks 2025-06-01 12:10:57 +01:00
link compiler: Allow configuring UBSan mode at the module level. 2025-04-26 22:54:34 +02:00
src cases: include dirname in case names 2025-06-01 12:10:57 +01:00
standalone test-cli: port build options test to new build system API 2025-05-20 23:02:51 -04:00
assemble_and_link.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
behavior.zig Legalize: handle packed semantics 2025-06-03 15:04:43 -04:00
c_import.zig c_import: extract behavior tests that use @cImport 2024-02-20 18:44:43 +01:00
cases.zig remove test/cbe.zig 2024-03-28 15:24:01 +02:00
compare_output.zig std.heap: delete LoggingAllocator and friends 2025-02-06 14:23:23 -08:00
compile_errors.zig compiler: refactor Zcu.File and path representation 2025-05-18 17:37:02 +01:00
gen_h.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
llvm_ir.zig test: Add some basic LLVM IR tests for atomics, volatile, and allowzero. 2025-05-12 17:07:50 +02:00
llvm_targets.zig test: Remove x86-freebsd-none and powerpc-freebsd-eabihf from llvm_targets. 2025-05-29 16:48:28 +02:00
nvptx.zig Remove uses of deprecated callconv aliases 2025-03-05 03:01:43 +00:00
run_translated_c.zig remove hard tabs from source code 2024-07-31 16:57:42 -07:00
stack_traces.zig test: Disable error union switch with call operand (ReleaseSafe) on macos. 2025-04-04 06:08:10 +02:00
tests.zig Compilation: enable the x86_64 backend by default for debug builds 2025-06-06 23:42:14 -07:00
translate_c.zig compiler: Updates for LLVM/Clang 20 API changes. 2025-04-04 06:08:09 +02:00