This website requires JavaScript.
Explore
Help
Sign In
mirror
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
mirror of
https://github.com/ziglang/zig.git
synced
2026-02-02 12:43:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
zig
/
test
/
cases
/
compile_errors
/
async
History
Linus Groh
79460d4a3e
Remove uses of deprecated callconv aliases
2025-03-05 03:01:43 +00:00
..
async_function_depends_on_its_own_frame.zig
Remove uses of deprecated callconv aliases
2025-03-05 03:01:43 +00:00
async_function_indirectly_depends_on_its_own_frame.zig
Remove uses of deprecated callconv aliases
2025-03-05 03:01:43 +00:00
bad_alignment_in_asynccall.zig
Remove uses of deprecated callconv aliases
2025-03-05 03:01:43 +00:00
const_frame_cast_to_anyframe.zig
…
exported_async_function.zig
Remove uses of deprecated callconv aliases
2025-03-05 03:01:43 +00:00
frame_called_outside_of_function_definition.zig
…
frame_causes_function_to_be_async.zig
…
Frame_of_generic_function.zig
…
function_with_ccc_indirectly_calling_async_function.zig
…
indirect_recursion_of_async_functions_detected.zig
…
invalid_suspend_in_exported_function.zig
…
non_async_function_pointer_passed_to_asyncCall.zig
…
non-async_function_pointer_eventually_is_inferred_to_become_async.zig
…
prevent_bad_implicit_casting_of_anyframe_types.zig
…
returning_error_from_void_async_function.zig
Remove uses of deprecated callconv aliases
2025-03-05 03:01:43 +00:00
runtime-known_async_function_called.zig
Remove uses of deprecated callconv aliases
2025-03-05 03:01:43 +00:00
runtime-known_function_called_with_async_keyword.zig
Remove uses of deprecated callconv aliases
2025-03-05 03:01:43 +00:00
wrong_frame_type_used_for_async_call.zig
…
wrong_type_for_argument_tuple_to_asyncCall.zig
…
wrong_type_for_result_ptr_to_asyncCall.zig
…