roc/crates/compiler/test_mono/generated
Anton-4 c93e27ca9a
added List.keep_if_try! (#7804)
* added keep_if_try!

* cleanup types

* cleanup var name
2025-05-21 14:12:24 -05:00
..
alias_variable.txt moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
alias_variable_and_return_it.txt Rip out polymorphic expression compilation 2023-01-21 12:37:09 -06:00
anonymous_closure_in_polymorphic_expression_issue_4717.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
anonymous_closure_lifted_to_named_issue_2403.txt Correctly compile rvalue closures defined in nested defines to lvalues 2022-12-01 15:47:18 -06:00
binary_tree_fbip.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
branch_store_variable.txt moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
call_function_in_empty_list.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
call_function_in_empty_list_unbound.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
capture_void_layout_task.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
choose_correct_recursion_var_under_record.txt Move desugaring to new roc_can_solo crate 2025-01-19 07:16:43 -08:00
choose_i128_layout.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
choose_u64_layout.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
choose_u128_layout.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
closure_in_list.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
compose_recursive_lambda_set_productive_nullable_wrapped.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
crash.txt simplified join + mono 2023-04-26 20:11:44 +02:00
dbg_expr.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
dbg_in_expect.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
dbg_inside_string.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
dbg_nested_expr.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
dbg_str_followed_by_number.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
dec_refcount_for_usage_after_early_return_in_if.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
dict.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
drop_specialize_after_jump.txt Update tests 2025-01-17 19:10:20 -08:00
drop_specialize_after_struct.txt saved info and added test 2023-05-26 15:56:18 +02:00
drop_specialize_before_jump.txt Update tests 2025-01-17 19:10:20 -08:00
empty_list_of_function_type.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
encode.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
encode_derived_nested_record_string.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
encode_derived_record_one_field_string.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
encode_derived_record_two_field_strings.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
encode_derived_string.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
encode_derived_tag_one_field_string.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
encode_derived_tag_two_payloads_string.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
error_on_erroneous_condition.txt Crash at runtime rather than panicking when if condition is erroneous 2023-05-01 15:48:05 -05:00
factorial.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
fst.txt mono tests 2024-07-06 16:08:56 +02:00
function_pointer_lambda_set.txt Do not attempt to handle aliasing of procs in variable assignments 2022-12-01 15:20:58 -06:00
function_specialization_information_in_lambda_set_thunk.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
function_specialization_information_in_lambda_set_thunk_independent_defs.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
guard_pattern_true.txt Update tests 2025-01-17 19:10:20 -08:00
if_guard_bind_variable_false.txt Update tests 2025-01-17 19:10:20 -08:00
if_multi_branch.txt Update tests 2025-01-17 19:10:20 -08:00
inline_return_joinpoints_in_bool_lambda_set.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
inline_return_joinpoints_in_enum_lambda_set.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
inline_return_joinpoints_in_union_lambda_set.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
inspect_derived_dict.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
inspect_derived_list.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
inspect_derived_nested_record_string.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
inspect_derived_record.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
inspect_derived_record_one_field_string.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
inspect_derived_record_two_field_strings.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
inspect_derived_string.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
inspect_derived_tag_one_field_string.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
inspect_derived_tag_two_payloads_string.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
instantiate_annotated_as_recursive_alias_multiple_polymorphic_expr.txt Fix mono test 2023-01-18 10:06:14 -06:00
instantiate_annotated_as_recursive_alias_polymorphic_expr.txt Rip out polymorphic expression compilation 2023-01-21 12:37:09 -06:00
instantiate_annotated_as_recursive_alias_toplevel.txt Update tests 2022-07-18 17:55:02 -04:00
ir_assignment.txt moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
ir_int_add.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
ir_int_literal.txt moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
ir_plus.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
ir_round.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
ir_two_defs.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
ir_when_idiv.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
ir_when_just.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
ir_when_maybe.txt Remove tag_name from Expr::Tag 2022-07-03 16:48:51 -04:00
ir_when_record.txt Update mono tests 2023-09-13 20:24:14 +02:00
ir_when_these.txt Remove tag_name from Expr::Tag 2022-07-03 16:48:51 -04:00
is_nil.txt Update tests 2025-01-17 19:10:20 -08:00
issue_2535_let_weakened_fields_referenced_in_list.txt move record index to start of update 2023-05-27 14:42:37 +02:00
issue_2583_specialize_errors_behind_unified_branches.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
issue_2725_alias_polymorphic_lambda.txt Do not attempt to handle aliasing of procs in variable assignments 2022-12-01 15:20:58 -06:00
issue_2810.txt Update tests 2022-07-18 17:55:02 -04:00
issue_2811.txt moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
issue_3560_nested_tag_constructor_is_newtype.txt simplified join + mono 2023-04-26 20:11:44 +02:00
issue_3669.txt Move desugaring to new roc_can_solo crate 2025-01-19 07:16:43 -08:00
issue_4557.txt Update tests 2025-01-17 19:10:20 -08:00
issue_4705.txt Update tests 2025-01-17 19:10:20 -08:00
issue_4749.txt Update tests 2025-01-17 19:10:20 -08:00
issue_4759.txt For single update 2023-05-27 21:29:32 +02:00
issue_4770.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
issue_4772_weakened_monomorphic_destructure.txt Add Str.len stub (#7732) 2025-04-09 12:19:34 +02:00
issue_5513.txt Create symbols for struct fields before record update 2024-02-02 23:49:48 +00:00
issue_6174.txt Update tests 2025-01-17 19:10:20 -08:00
issue_6196.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
issue_6606_1.txt Update tests 2025-01-17 19:10:20 -08:00
issue_6606_2.txt Update tests 2025-01-17 19:10:20 -08:00
lambda_capture_niche_u8_vs_u64.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
lambda_capture_niches_have_captured_function_in_closure.txt mono tests 2024-07-06 16:08:56 +02:00
lambda_capture_niches_with_non_capturing_function.txt mono tests 2023-09-13 20:24:17 +02:00
lambda_capture_niches_with_other_lambda_capture.txt Add Str.len stub (#7732) 2025-04-09 12:19:34 +02:00
lambda_set_niche_same_layout_different_constructor.txt mono tests 2024-07-06 16:08:56 +02:00
lambda_set_with_imported_toplevels_issue_4733.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
layout_cache_structure_with_multiple_recursive_structures.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
let_with_record_pattern.txt Update mono tests 2023-09-13 20:24:14 +02:00
let_with_record_pattern_list.txt Update mono tests 2023-09-13 20:24:14 +02:00
let_x_in_x.txt moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
let_x_in_x_indirect.txt Rip out polymorphic expression compilation 2023-01-21 12:37:09 -06:00
linked_list_filter.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
linked_list_map.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
linked_list_reverse.txt Move desugaring to new roc_can_solo crate 2025-01-19 07:16:43 -08:00
list_append.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
list_append_closure.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
list_cannot_update_inplace.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
list_get.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
list_len.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
list_map_closure_borrows.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
list_map_closure_owns.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
list_map_take_capturing_or_noncapturing.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
list_one_vs_one_spread_issue_4685.txt update mono tests 2024-07-15 17:25:51 -07:00
list_pass_to_function.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
list_sort_asc.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
match_list.txt Update mono tests 2024-02-15 06:47:14 -05:00
match_on_result_with_uninhabited_error_branch.txt Unwrap layouts containing void layouts as newtypes 2022-09-19 16:50:49 -05:00
mk_pair_of.txt mono tests 2024-07-06 16:08:56 +02:00
monomorphized_applied_tag.txt simplified join + mono 2023-04-26 20:11:44 +02:00
monomorphized_floats.txt moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
monomorphized_ints.txt moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
monomorphized_list.txt mono tests 2024-07-06 16:08:56 +02:00
monomorphized_tag.txt Get started with semantic layouts for tag unions 2023-05-10 18:47:10 -05:00
monomorphized_tag_with_aliased_args.txt Update tests 2025-01-17 19:10:20 -08:00
multiline_record_pattern.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
nested_closure.txt Treat unwrapped capture sets as unwrapped directly 2022-08-19 22:16:41 -05:00
nested_optional_field_with_binary_op.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
nested_pattern_match.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
non_nullable_unwrapped_instead_of_nullable_wrapped.txt When possible, prefer NonNullableUnwrapped over NullableWrapped 2023-07-16 20:06:46 +02:00
nullable_wrapped_with_nullable_not_last_index.txt Update tests 2025-01-17 19:10:20 -08:00
num_width_gt_u8_layout_as_float.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
one_element_tag.txt moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
opaque_as_pattern_in_closure_arg.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
opaque_assign_to_symbol.txt Update tests 2022-07-18 17:55:02 -04:00
optional_field_with_binary_op.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
optional_when.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
order_list_size_tests_issue_4732.txt Update mono tests 2024-02-15 06:47:14 -05:00
pattern_as_nested.txt Update tests 2025-01-17 19:10:20 -08:00
pattern_as_of_symbol.txt Update tests 2025-01-17 19:10:20 -08:00
pattern_as_toplevel.txt Move desugaring to new roc_can_solo crate 2025-01-19 07:16:43 -08:00
peano.txt Update tests 2022-07-18 17:55:02 -04:00
peano1.txt Move desugaring to new roc_can_solo crate 2025-01-19 07:16:43 -08:00
peano2.txt Move desugaring to new roc_can_solo crate 2025-01-19 07:16:43 -08:00
pizza_dbg.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
polymorphic_expression_unification.txt Add Str.len stub (#7732) 2025-04-09 12:19:34 +02:00
quicksort_help.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
quicksort_swap.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
rb_tree_fbip.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
record_as_pattern_in_closure_arg.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
record_optional_field_function_no_use_default.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
record_optional_field_function_use_default.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
record_optional_field_let_no_use_default.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
record_optional_field_let_use_default.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
record_update.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
recursive_call_capturing_function.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
recursive_closure_with_transiently_used_capture.txt Check in mono golden 2023-03-21 07:18:12 -04:00
recursive_function_and_union_with_inference_hole.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
recursive_lambda_set_has_nested_non_recursive_lambda_sets_issue_5026.txt Move desugaring to new roc_can_solo crate 2025-01-19 07:16:43 -08:00
recursive_lambda_set_resolved_only_upon_specialization.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
recursively_build_effect.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
return_annotated.txt Add Str.len stub (#7732) 2025-04-09 12:19:34 +02:00
rigids.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
simple_if.txt Update tests 2025-01-17 19:10:20 -08:00
specialize_ability_call.txt Update tests 2022-07-18 17:55:02 -04:00
specialize_after_match.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
specialize_closures.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
specialize_lowlevel.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
tail_call_elimination.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
tail_call_with_different_layout.txt preserve semantics in the glue generation 2023-07-09 15:47:28 +02:00
tail_call_with_same_layout_different_lambda_sets.txt preserve semantics in the glue generation 2023-07-09 15:47:28 +02:00
toplevel_accessor_fn_thunk.txt Update mono tests 2023-01-21 12:37:10 -06:00
tuple_pattern_match.txt implement mono / lowering for tuples 2023-02-07 18:54:50 -08:00
unreachable_branch_is_eliminated_but_produces_lambda_specializations.txt mono tests 2024-07-06 16:08:56 +02:00
unreachable_void_constructor.txt Update tests 2025-01-17 19:10:20 -08:00
unspecialized_lambda_set_unification_does_not_duplicate_identical_concrete_types.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
unspecialized_lambda_set_unification_keeps_all_concrete_types_without_unification.txt Move desugaring to new roc_can_solo crate 2025-01-19 07:16:43 -08:00
unspecialized_lambda_set_unification_keeps_all_concrete_types_without_unification_of_unifiable.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
weakening_avoids_overspecialization.txt added List.keep_if_try! (#7804) 2025-05-21 14:12:24 -05:00
when_guard_appears_multiple_times_in_compiled_decision_tree_issue_5176.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
when_joinpoint.txt moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
when_nested_maybe.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
when_on_record.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
when_on_result.txt Remove tag_name from Expr::Tag 2022-07-03 16:48:51 -04:00
when_on_two_values.txt Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00