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
2025-12-24 23:23:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
zig
/
test
/
cases
/
compile_errors
/
async
History
Eric Joldasov
50339f595a
all: zig fmt and rename "@XToY" to "@YFromX"
...
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
2023-06-19 12:34:42 -07:00
..
async_function_depends_on_its_own_frame.zig
…
async_function_indirectly_depends_on_its_own_frame.zig
…
bad_alignment_in_asynccall.zig
…
const_frame_cast_to_anyframe.zig
…
exported_async_function.zig
…
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
all: zig fmt and rename "@XToY" to "@YFromX"
2023-06-19 12:34:42 -07:00
non-async_function_pointer_eventually_is_inferred_to_become_async.zig
…
prevent_bad_implicit_casting_of_anyframe_types.zig
all: zig fmt and rename "@XToY" to "@YFromX"
2023-06-19 12:34:42 -07:00
returning_error_from_void_async_function.zig
…
runtime-known_async_function_called.zig
…
runtime-known_function_called_with_async_keyword.zig
all: zig fmt and rename "@XToY" to "@YFromX"
2023-06-19 12:34:42 -07: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
…