zig/test
Jay Petacat 484cc15366 Sema: Allow small integer types to coerce to floats
If the float can store all possible values of the integer without
rounding, coercion is allowed. The integer's precision must be less than
or equal to the float's significand precision.

Closes #18614
2026-01-10 22:19:20 +01:00
..
behavior Sema: Allow small integer types to coerce to floats 2026-01-10 22:19:20 +01:00
c_abi test: fix up c3ee8078b4 2025-12-16 09:01:51 +01:00
cases Sema: Allow small integer types to coerce to floats 2026-01-10 22:19:20 +01:00
cli/options test: move standalone/options/ to cli/options/ 2025-10-04 21:55:39 +02:00
incremental update all incremental tests to new std API 2025-12-23 22:15:11 -08:00
link std: move child process APIs to std.Io 2026-01-04 00:27:08 -08:00
src test-libc: run some math tests 2026-01-10 00:09:54 +01:00
standalone Merge pull request 'enable x86_64-openbsd CI' (#30733) from alexrp/zig:openbsd-ci into master 2026-01-08 12:35:11 +01:00
behavior.zig delete behavior test that depends on std.fmt 2025-08-31 12:49:18 -07:00
cases.zig test: remove ad-hoc nvptx tests 2025-10-04 20:51:07 +02:00
compile_errors.zig compiler: refactor Zcu.File and path representation 2025-05-18 17:37:02 +01:00
error_traces.zig test: disable an error trace test on optimized x86_64-openbsd 2026-01-07 05:42:49 +01:00
gen_h.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
libc.zig test-libc: run some math tests 2026-01-10 00:09:54 +01: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 some nonsensical openbsd targets from llvm_targets 2025-12-16 06:25:32 +01:00
stack_traces.zig std: back out the StackTrace byval changes 2025-10-29 06:20:50 -07:00
tests.zig test-libc: run some math tests 2026-01-10 00:09:54 +01:00