| | addWithOverflow_builtin.zig | 285 B |
| | anonymous_struct_name.zig | 205 B |
| | Assembly Syntax Explained.zig | 3.2 KB |
| | assign_undefined.zig | 145 B |
| | bad_default_value.zig | 619 B |
| | base64.zig | 496 B |
| | build_c.zig | 795 B |
| | build_object.zig | 557 B |
| | build.zig | 381 B |
| | builtin.CallModifier struct.zig | 1.2 KB |
| | catch_err_return.zig | 195 B |
| | catch.zig | 180 B |
| | change_active_union_field.zig | 272 B |
| | checking_null_in_zig.zig | 245 B |
| | cImport_builtin.zig | 228 B |
| | cli_allocation.zig | 294 B |
| | comments.zig | 306 B |
| | compile_variables.zig | 112 B |
| | compile-time_duck_typing.zig | 236 B |
| | compiler_generated_function.zig | 80 B |
| | constant_identifier_cannot_change.zig | 236 B |
| | defer_unwind.zig | 347 B |
| | destructuring_arrays.zig | 447 B |
| | destructuring_block.zig | 461 B |
| | destructuring_mixed.zig | 369 B |
| | destructuring_return_value.zig | 332 B |
| | destructuring_to_existing.zig | 533 B |
| | destructuring_vectors.zig | 416 B |
| | doc_comments.zig | 666 B |
| | entry_point.zig | 803 B |
| | enum_export_error.zig | 213 B |
| | enum_export.zig | 93 B |
| | error_return_trace.zig | 519 B |
| | error_union_parsing_u64.zig | 851 B |
| | export_any_symbol_name.zig | 76 B |
| | export_builtin_equivalent_code.zig | 32 B |
| | export_builtin.zig | 129 B |
| | fibonacci_comptime_infinite_recursion.zig | 247 B |
| | float_literals.zig | 414 B |
| | float_mode_exe.zig | 268 B |
| | float_mode_obj.zig | 270 B |
| | float_special_values.zig | 144 B |
| | generic_data_structure.zig | 285 B |
| | handle_error_with_catch_block.zig | 256 B |
| | hello_again.zig | 118 B |
| | hello.zig | 127 B |
| | identifiers.zig | 313 B |
| | inline_assembly.zig | 869 B |
| | inline_call.zig | 251 B |
| | inline_prong_range.zig | 301 B |
| | integer_literals.zig | 359 B |
| | invalid_doc-comment.zig | 131 B |
| | libc_export_entry_point.zig | 248 B |
| | macro.zig | 234 B |
| | math_add.zig | 332 B |
| | math.zig | 197 B |
| | mathtest.zig | 67 B |
| | multiline_string_literals.zig | 173 B |
| | mutable_var.zig | 143 B |
| | not_atomic_cmpxchgStrong.zig | 268 B |
| | null.zig | 46 B |
| | optional_integer.zig | 113 B |
| | packed_struct_mmio.zig | 384 B |
| | panic_handler.zig | 376 B |
| | poc_print_fn.zig | 2.5 KB |
| | poc_printValue_fn.zig | 838 B |
| | print_comptime-known_format.zig | 241 B |
| | print.zig | 224 B |
| | redundant_fqn.zig | 264 B |
| | result_location_interfering_with_swap.zig | 411 B |
| | result_type_propagation.zig | 533 B |
| | runtime_divExact_remainder.zig | 200 B |
| | runtime_division_by_zero.zig | 189 B |
| | runtime_incorrect_pointer_alignment.zig | 400 B |
| | runtime_index_out_of_bounds.zig | 122 B |
| | runtime_invalid_cast_truncate.zig | 231 B |
| | runtime_invalid_cast.zig | 215 B |
| | runtime_invalid_enum_cast.zig | 229 B |
| | runtime_invalid_error_code.zig | 255 B |
| | runtime_invalid_error_set_cast.zig | 264 B |
| | runtime_invalid_null_pointer_cast.zig | 139 B |
| | runtime_out_of_bounds_float_to_integer_cast.zig | 158 B |
| | runtime_overflow.zig | 149 B |
| | runtime_reaching_unreachable.zig | 94 B |
| | runtime_remainder_division_by_zero.zig | 190 B |
| | runtime_shlExact_overflow.zig | 195 B |
| | runtime_shrExact_overflow.zig | 429 B |
| | runtime_unwrap_error.zig | 238 B |
| | runtime_unwrap_null.zig | 214 B |
| | runtime_vs_comptime.zig | 63 B |
| | runtime_wrong_union_field_access.zig | 257 B |
| | sentinel-terminated_pointer.zig | 374 B |
| | single_value_error_set_shortcut.zig | 43 B |
| | single_value_error_set.zig | 59 B |
| | stack_trace.zig | 429 B |
| | std_options.zig | 952 B |
| | string_literals.zig | 924 B |
| | struct_default_field_values.zig | 223 B |
| | struct_default_value.zig | 169 B |
| | struct_name.zig | 362 B |
| | test_aligned_struct_fields.zig | 378 B |
| | test_allocator.zig | 600 B |
| | test_allowzero.zig | 297 B |
| | test_ambiguous_coercion.zig | 138 B |
| | test_anonymous_struct.zig | 433 B |
| | test_anonymous_union.zig | 361 B |
| | test_arrays.zig | 2.5 KB |
| | test_assertion_failure.zig | 236 B |
| | test_basic_slices.zig | 2.2 KB |
| | test_bitOffsetOf_offsetOf.zig | 526 B |
| | test_blocks.zig | 157 B |
| | test_call_builtin.zig | 192 B |
| | test_coerce_error_subset_to_superset.zig | 389 B |
| | test_coerce_error_superset_to_subset.zig | 337 B |
| | test_coerce_large_to_small.zig | 234 B |
| | test_coerce_optional_wrapped_error_union.zig | 266 B |
| | test_coerce_optionals.zig | 213 B |
| | test_coerce_slices_arrays_and_pointers.zig | 2.3 KB |
| | test_coerce_to_error_union.zig | 271 B |
| | test_coerce_tuples_arrays.zig | 241 B |
| | test_coerce_unions_enums.zig | 1.0 KB |
| | test_compileLog_builtin.zig | 326 B |
| | test_comptime_call_extern_function.zig | 128 B |
| | test_comptime_divExact_remainder.zig | 149 B |
| | test_comptime_division_by_zero.zig | 121 B |
| | test_comptime_evaluation.zig | 882 B |
| | test_comptime_incorrect_pointer_alignment.zig | 192 B |
| | test_comptime_index_out_of_bounds.zig | 145 B |
| | test_comptime_invalid_cast_truncate.zig | 171 B |
| | test_comptime_invalid_cast.zig | 163 B |
| | test_comptime_invalid_enum_cast.zig | 208 B |
| | test_comptime_invalid_error_code.zig | 210 B |
| | test_comptime_invalid_error_set_cast.zig | 190 B |
| | test_comptime_invalid_null_pointer_cast.zig | 143 B |
| | test_comptime_max_with_bool.zig | 278 B |
| | test_comptime_mismatched_type.zig | 193 B |
| | test_comptime_out_of_bounds_float_to_integer_cast.zig | 183 B |
| | test_comptime_overflow.zig | 114 B |
| | test_comptime_pointer_conversion.zig | 383 B |
| | test_comptime_pointers.zig | 222 B |
| | test_comptime_reaching_unreachable.zig | 148 B |
| | test_comptime_remainder_division_by_zero.zig | 122 B |
| | test_comptime_shlExact_overflow.zig | 135 B |
| | test_comptime_shrExact_overflow.zig | 119 B |
| | test_comptime_unreachable.zig | 353 B |
| | test_comptime_unwrap_error.zig | 217 B |
| | test_comptime_unwrap_null.zig | 144 B |
| | test_comptime_variables.zig | 450 B |
| | test_comptime_wrong_union_field_access.zig | 191 B |
| | test_container_level_variables.zig | 264 B |
| | test_container-level_comptime_expressions.zig | 982 B |
| | test_defer.zig | 322 B |
| | test_defining_variadic_function.zig | 1.1 KB |
| | test_empty_block.zig | 218 B |
| | test_enum_literals.zig | 450 B |
| | test_enums.zig | 2.7 KB |
| | test_errdefer_capture.zig | 437 B |
| | test_error_union.zig | 572 B |
| | test_exhaustive_switch.zig | 326 B |
| | test_expression_ignored.zig | 106 B |
| | test_fibonacci_comptime_overflow.zig | 278 B |
| | test_fibonacci_comptime_unreachable.zig | 272 B |
| | test_fibonacci_recursion.zig | 354 B |
| | test_field_builtin.zig | 550 B |
| | test_fn_reflection.zig | 380 B |
| | test_fn_type_inference.zig | 350 B |
| | test_for_nested_break.zig | 475 B |
| | test_for.zig | 2.2 KB |
| | test_functions.zig | 1.9 KB |
| | test_global_assembly.zig | 380 B |
| | test_hasDecl_builtin.zig | 576 B |
| | test_if_optionals.zig | 1.8 KB |
| | test_if.zig | 1.6 KB |
| | test_illegal_behavior.zig | 81 B |
| | test_incorrect_pointer_alignment.zig | 440 B |
| | test_inferred_error_sets.zig | 606 B |
| | test_inline_else.zig | 1.3 KB |
| | test_inline_for.zig | 454 B |
| | test_inline_switch_union_tag.zig | 540 B |
| | test_inline_switch.zig | 1.1 KB |
| | test_inline_while.zig | 454 B |
| | test_intCast_builtin.zig | 182 B |
| | test_integer_pointer_conversion.zig | 253 B |
| | test_integer_widening.zig | 587 B |
| | test_invalid_defer.zig | 167 B |
| | test_labeled_break.zig | 269 B |
| | test_merging_error_sets.zig | 470 B |
| | test_misaligned_pointer.zig | 359 B |
| | test_missized_packed_struct.zig | 223 B |
| | test_multidimensional_arrays.zig | 969 B |
| | test_namespaced_container_level_variable.zig | 276 B |
| | test_no_op_casts.zig | 143 B |
| | test_noreturn_from_exit.zig | 492 B |
| | test_noreturn.zig | 179 B |
| | test_null_terminated_array.zig | 553 B |
| | test_null_terminated_slice.zig | 208 B |
| | test_null_terminated_slicing.zig | 336 B |
| | test_opaque.zig | 244 B |
| | test_optional_pointer.zig | 479 B |
| | test_optional_type.zig | 368 B |
| | test_overaligned_packed_struct.zig | 318 B |
| | test_packed_struct_equality.zig | 274 B |
| | test_packed_struct_field_address.zig | 416 B |
| | test_packed_structs.zig | 996 B |
| | test_pass_by_reference_or_value.zig | 537 B |
| | test_peer_type_resolution.zig | 3.7 KB |
| | test_pointer_arithmetic.zig | 1014 B |
| | test_pointer_casting.zig | 812 B |
| | test_pointer_coerce_const_optional.zig | 325 B |
| | test_pointer_to_non-byte_aligned_field.zig | 300 B |
| | test_print_too_many_args.zig | 340 B |
| | test_reduce_builtin.zig | 462 B |
| | test_round_builtin.zig | 214 B |
| | test_scopes.zig | 147 B |
| | test_sentinel_mismatch.zig | 547 B |
| | test_setEvalBranchQuota_builtin.zig | 138 B |
| | test_setRuntimeSafety_builtin.zig | 864 B |
| | test_shadowing.zig | 179 B |
| | test_shuffle_builtin.zig | 776 B |
| | test_simple_union.zig | 333 B |
| | test_single_item_pointer.zig | 1.3 KB |
| | test_slice_bounds.zig | 403 B |
| | test_slices.zig | 1.8 KB |
| | test_splat_builtin.zig | 430 B |
| | test_src_builtin.zig | 362 B |
| | test_static_local_variable.zig | 273 B |
| | test_string_literal_to_const_slice.zig | 114 B |
| | test_string_literal_to_slice.zig | 158 B |
| | test_struct_result.zig | 273 B |
| | test_structs.zig | 3.0 KB |
| | test_switch_continue_equivalent.zig | 564 B |
| | test_switch_continue.zig | 509 B |
| | test_switch_dispatch_loop.zig | 1000 B |
| | test_switch_modify_tagged_union.zig | 433 B |
| | test_switch_non-exhaustive.zig | 465 B |
| | test_switch_tagged_union.zig | 959 B |
| | test_switch.zig | 1.9 KB |
| | test_tagged_union_with_tag_values.zig | 357 B |
| | test_tagged_union.zig | 528 B |
| | test_tagName.zig | 219 B |
| | test_this_builtin.zig | 415 B |
| | test_thread_local_variables.zig | 393 B |
| | test_truncate_builtin.zig | 189 B |
| | test_tuples.zig | 453 B |
| | test_type_coercion.zig | 321 B |
| | test_TypeOf_builtin.zig | 308 B |
| | test_unhandled_enumeration_value.zig | 233 B |
| | test_union_method.zig | 648 B |
| | test_unreachable.zig | 208 B |
| | test_unresolved_comptime_value.zig | 291 B |
| | test_variable_alignment.zig | 408 B |
| | test_variable_func_alignment.zig | 988 B |
| | test_variadic_function.zig | 316 B |
| | test_vector.zig | 1.4 KB |
| | test_void_ignored.zig | 180 B |
| | test_void_in_hashmap.zig | 387 B |
| | test_volatile.zig | 187 B |
| | test_wasmMemoryGrow_builtin.zig | 347 B |
| | test_while_break.zig | 207 B |
| | test_while_continue_expression.zig | 423 B |
| | test_while_continue.zig | 227 B |
| | test_while_else.zig | 371 B |
| | test_while_error_capture.zig | 494 B |
| | test_while_nested_break.zig | 281 B |
| | test_while_null_capture.zig | 854 B |
| | test_while.zig | 169 B |
| | test_without_setEvalBranchQuota_builtin.zig | 153 B |
| | test_wraparound_semantics.zig | 358 B |
| | test_wrong_union_access.zig | 242 B |
| | testing_detect_leak.zig | 295 B |
| | testing_detect_test.zig | 214 B |
| | testing_error_with_if.zig | 344 B |
| | testing_failure.zig | 180 B |
| | testing_introduction.zig | 758 B |
| | testing_namespace.zig | 671 B |
| | testing_null_with_if.zig | 258 B |
| | testing_skip.zig | 71 B |
| | tldoc_comments.zig | 443 B |
| | TopLevelFields.zig | 524 B |
| | try.zig | 176 B |
| | unattached_doc-comment.zig | 80 B |
| | undefined_active_union_field.zig | 295 B |
| | values.zig | 1.3 KB |
| | var_must_be_initialized.zig | 70 B |
| | verbose_cimport_flag.zig | 176 B |
| | wasi_args.zig | 409 B |
| | wasi_preopens.zig | 552 B |
| | zero_bit_types.zig | 104 B |