zig/doc/langref
2025-08-17 19:17:02 -07:00
..
addWithOverflow_builtin.zig
anonymous_struct_name.zig
Assembly Syntax Explained.zig
assign_undefined.zig
bad_default_value.zig
base64.zig
build.zig Migrate from deprecated Step.Compile APIs 2025-07-26 12:06:43 +02:00
build_c.zig Migrate from deprecated Step.Compile APIs 2025-07-26 12:06:43 +02:00
build_object.zig Migrate from deprecated Step.Compile APIs 2025-07-26 12:06:43 +02:00
builtin.CallModifier struct.zig
catch.zig
catch_err_return.zig
change_active_union_field.zig
checking_null_in_zig.zig
cImport_builtin.zig
cli_allocation.zig
comments.zig
compile-time_duck_typing.zig
compile_variables.zig
compiler_generated_function.zig
constant_identifier_cannot_change.zig
defer_unwind.zig
destructuring_arrays.zig
destructuring_block.zig
destructuring_mixed.zig
destructuring_return_value.zig
destructuring_to_existing.zig
destructuring_vectors.zig
doc_comments.zig
entry_point.zig
enum_export.zig
enum_export_error.zig
error_return_trace.zig
error_union_parsing_u64.zig
export_any_symbol_name.zig
export_builtin.zig
export_builtin_equivalent_code.zig
fibonacci_comptime_infinite_recursion.zig
float_literals.zig
float_mode_exe.zig
float_mode_obj.zig
float_special_values.zig
generic_data_structure.zig
handle_error_with_catch_block.zig.zig
hello.zig
hello_again.zig
identifiers.zig
inline_assembly.zig
inline_call.zig
inline_prong_range.zig
integer_literals.zig
invalid_doc-comment.zig
libc_export_entry_point.zig
macro.zig
math.zig
math_add.zig
mathtest.zig
multiline_string_literals.zig
mutable_var.zig
not_atomic_cmpxchgStrong.zig
null.zig
optional_integer.zig
packed_struct_mmio.zig
panic_handler.zig
poc_print_fn.zig
poc_printValue_fn.zig
print.zig
print_comptime-known_format.zig
redundant_fqn.zig
result_location_interfering_with_swap.zig
result_type_propagation.zig
runtime_divExact_remainder.zig
runtime_division_by_zero.zig
runtime_incorrect_pointer_alignment.zig
runtime_index_out_of_bounds.zig
runtime_invalid_cast.zig
runtime_invalid_cast_truncate.zig
runtime_invalid_enum_cast.zig
runtime_invalid_error_code.zig
runtime_invalid_error_set_cast.zig
runtime_invalid_null_pointer_cast.zig
runtime_out_of_bounds_float_to_integer_cast.zig
runtime_overflow.zig
runtime_reaching_unreachable.zig
runtime_remainder_division_by_zero.zig
runtime_shlExact_overflow.zig
runtime_shrExact_overflow.zig
runtime_unwrap_error.zig
runtime_unwrap_null.zig
runtime_vs_comptime.zig
runtime_wrong_union_field_access.zig
sentinel-terminated_pointer.zig
single_value_error_set.zig
single_value_error_set_shortcut.zig
stack_trace.zig
std_options.zig
string_literals.zig
struct_default_field_values.zig
struct_default_value.zig
struct_name.zig
test_aligned_struct_fields.zig
test_allocator.zig
test_allowzero.zig
test_ambiguous_coercion.zig
test_anonymous_struct.zig
test_anonymous_union.zig
test_arrays.zig
test_assertion_failure.zig
test_basic_slices.zig
test_bitOffsetOf_offsetOf.zig
test_blocks.zig
test_call_builtin.zig
test_coerce_error_subset_to_superset.zig
test_coerce_error_superset_to_subset.zig
test_coerce_large_to_small.zig
test_coerce_optional_wrapped_error_union.zig
test_coerce_optionals.zig
test_coerce_slices_arrays_and_pointers.zig
test_coerce_to_error_union.zig
test_coerce_tuples_arrays.zig
test_coerce_unions_enums.zig
test_compileLog_builtin.zig
test_comptime_call_extern_function.zig
test_comptime_divExact_remainder.zig
test_comptime_division_by_zero.zig
test_comptime_evaluation.zig
test_comptime_incorrect_pointer_alignment.zig
test_comptime_index_out_of_bounds.zig
test_comptime_invalid_cast.zig
test_comptime_invalid_cast_truncate.zig
test_comptime_invalid_enum_cast.zig
test_comptime_invalid_error_code.zig
test_comptime_invalid_error_set_cast.zig
test_comptime_invalid_null_pointer_cast.zig
test_comptime_max_with_bool.zig
test_comptime_mismatched_type.zig
test_comptime_out_of_bounds_float_to_integer_cast.zig
test_comptime_overflow.zig
test_comptime_pointer_conversion.zig
test_comptime_pointers.zig
test_comptime_reaching_unreachable.zig
test_comptime_remainder_division_by_zero.zig
test_comptime_shlExact_overflow.zig Sema: Improve comptime arithmetic undef handling 2025-08-12 16:33:57 +02:00
test_comptime_shrExact_overflow.zig
test_comptime_unreachable.zig
test_comptime_unwrap_error.zig
test_comptime_unwrap_null.zig
test_comptime_variables.zig
test_comptime_wrong_union_field_access.zig
test_container-level_comptime_expressions.zig
test_container_level_variables.zig
test_defer.zig
test_defining_variadic_function.zig
test_empty_block.zig
test_enum_literals.zig
test_enums.zig
test_errdefer_capture.zig
test_error_union.zig
test_exhaustive_switch.zig
test_expression_ignored.zig
test_fibonacci_comptime_overflow.zig
test_fibonacci_comptime_unreachable.zig
test_fibonacci_recursion.zig
test_field_builtin.zig
test_fn_reflection.zig
test_fn_type_inference.zig
test_for.zig
test_for_nested_break.zig
test_functions.zig
test_global_assembly.zig
test_hasDecl_builtin.zig
test_if.zig
test_if_optionals.zig
test_illegal_behavior.zig
test_incorrect_pointer_alignment.zig
test_inferred_error_sets.zig
test_inline_else.zig
test_inline_for.zig
test_inline_switch.zig
test_inline_switch_union_tag.zig
test_inline_while.zig
test_intCast_builtin.zig
test_integer_pointer_conversion.zig
test_integer_widening.zig
test_invalid_defer.zig
test_labeled_break.zig
test_merging_error_sets.zig
test_misaligned_pointer.zig
test_missized_packed_struct.zig
test_multidimensional_arrays.zig
test_namespaced_container_level_variable.zig
test_no_op_casts.zig
test_noreturn.zig
test_noreturn_from_exit.zig
test_null_terminated_array.zig
test_null_terminated_slice.zig
test_null_terminated_slicing.zig
test_opaque.zig
test_optional_pointer.zig
test_optional_type.zig
test_overaligned_packed_struct.zig
test_packed_struct_equality.zig
test_packed_struct_field_address.zig
test_packed_structs.zig
test_pass_by_reference_or_value.zig
test_peer_type_resolution.zig
test_pointer_arithmetic.zig
test_pointer_casting.zig
test_pointer_coerce_const_optional.zig
test_pointer_to_non-byte_aligned_field.zig
test_print_too_many_args.zig
test_reduce_builtin.zig
test_round_builtin.zig
test_scopes.zig
test_sentinel_mismatch.zig
test_setEvalBranchQuota_builtin.zig
test_setRuntimeSafety_builtin.zig
test_shadowing.zig
test_shuffle_builtin.zig
test_simple_union.zig
test_single_item_pointer.zig
test_slice_bounds.zig
test_slices.zig
test_splat_builtin.zig
test_src_builtin.zig
test_static_local_variable.zig
test_string_literal_to_const_slice.zig
test_string_literal_to_slice.zig
test_struct_result.zig
test_structs.zig
test_switch.zig
test_switch_continue.zig
test_switch_continue_equivalent.zig
test_switch_dispatch_loop.zig std: remove BoundedArray 2025-08-05 09:56:02 -07:00
test_switch_modify_tagged_union.zig
test_switch_non-exhaustive.zig
test_switch_tagged_union.zig
test_tagged_union.zig
test_tagged_union_with_tag_values.zig langref: add documentation for unions with inferred tag and explicit tag values 2025-08-17 19:17:02 -07:00
test_tagName.zig
test_this_builtin.zig
test_thread_local_variables.zig
test_truncate_builtin.zig
test_tuples.zig
test_type_coercion.zig
test_TypeOf_builtin.zig
test_unhandled_enumeration_value.zig
test_union_method.zig
test_unreachable.zig
test_unresolved_comptime_value.zig
test_variable_alignment.zig
test_variable_func_alignment.zig
test_variadic_function.zig
test_vector.zig
test_void_ignored.zig
test_void_in_hashmap.zig
test_volatile.zig
test_wasmMemoryGrow_builtin.zig
test_while.zig
test_while_break.zig
test_while_continue.zig
test_while_continue_expression.zig
test_while_else.zig
test_while_error_capture.zig
test_while_nested_break.zig
test_while_null_capture.zig
test_without_setEvalBranchQuota_builtin.zig
test_wraparound_semantics.zig
test_wrong_union_access.zig
testing_detect_leak.zig std.ArrayList: make unmanaged the default 2025-08-11 15:52:49 -07:00
testing_detect_test.zig
testing_error_with_if.zig
testing_failure.zig
testing_introduction.zig
testing_namespace.zig
testing_null_with_if.zig
testing_skip.zig
tldoc_comments.zig
TopLevelFields.zig
try.zig
unattached_doc-comment.zig
undefined_active_union_field.zig
values.zig
var_must_be_initialized.zig
verbose_cimport_flag.zig
wasi_args.zig
wasi_preopens.zig
zero_bit_types.zig