| .. |
|
add_two_dec.md
|
|
|
|
anno_only_crash.md
|
replace unreachable with debug helper in interpreter
|
2025-12-16 17:46:58 +11:00 |
|
arrow_syntax_desugaring.md
|
Add arrow test
|
2025-11-28 22:32:04 -05:00 |
|
bool_closure.md
|
|
|
|
bool_not.md
|
|
|
|
deeply_nested_lambda.md
|
|
|
|
deeply_nested_polymorphic_functions.md
|
More rendering fixes
|
2025-11-27 22:27:32 -05:00 |
|
equality_operators.md
|
|
|
|
for_loop_complex_mutation.md
|
|
|
|
for_loop_empty_list.md
|
|
|
|
for_loop_list_bool.md
|
|
|
|
for_loop_list_str.md
|
|
|
|
for_loop_list_u64.md
|
|
|
|
for_loop_nested.md
|
|
|
|
for_loop_var_conditional_persist.md
|
|
|
|
for_loop_var_every_iteration.md
|
|
|
|
for_loop_var_reassign_tracking.md
|
|
|
|
for_loop_with_var.md
|
|
|
|
list_concat_basic.md
|
Fix zst handling, add keep_if/drop_if
|
2025-11-29 11:41:05 -05:00 |
|
list_concat_empty.md
|
Fix zst handling, add keep_if/drop_if
|
2025-11-29 11:41:05 -05:00 |
|
list_concat_empty_second.md
|
Fix zst handling, add keep_if/drop_if
|
2025-11-29 11:41:05 -05:00 |
|
list_contains.md
|
new snapshot fo List.contains
|
2025-12-01 04:33:02 +11:00 |
|
list_count_if.md
|
Add List.count_if
|
2025-12-07 13:32:14 -05:00 |
|
list_count_if_all_match.md
|
Add List.count_if
|
2025-12-07 13:32:14 -05:00 |
|
list_count_if_empty.md
|
Add List.count_if
|
2025-12-07 13:32:14 -05:00 |
|
list_count_if_none_match.md
|
Add List.count_if
|
2025-12-07 13:32:14 -05:00 |
|
list_drop_first.md
|
Finishing up implementation for take/drop first/last functions and snapshot testing
|
2025-11-30 14:25:11 -05:00 |
|
list_drop_first_empty.md
|
Finishing up implementation for take/drop first/last functions and snapshot testing
|
2025-11-30 14:25:11 -05:00 |
|
list_drop_if.md
|
Don't use List.len in snapshots
|
2025-11-29 12:54:28 -05:00 |
|
list_drop_last.md
|
Finishing up implementation for take/drop first/last functions and snapshot testing
|
2025-11-30 14:25:11 -05:00 |
|
list_drop_last_empty.md
|
Finishing up implementation for take/drop first/last functions and snapshot testing
|
2025-11-30 14:25:11 -05:00 |
|
list_first.md
|
Builtins: add some repl snapshot tests for list get and list first
|
2025-11-30 15:01:47 +01:00 |
|
list_fold_concat.md
|
Fix zst handling, add keep_if/drop_if
|
2025-11-29 11:41:05 -05:00 |
|
list_fold_numeric.md
|
fix polymorphic number literals
|
2025-12-01 20:40:53 +11:00 |
|
list_fold_record_accumulator.md
|
More rendering fixes
|
2025-11-27 22:27:32 -05:00 |
|
list_fold_rev_basic.md
|
|
|
|
list_fold_rev_empty.md
|
|
|
|
list_fold_rev_subtract.md
|
|
|
|
list_fold_simple.md
|
fix polymorphic number literals
|
2025-12-01 20:40:53 +11:00 |
|
list_fold_string.md
|
fix polymorphic number literals
|
2025-12-01 20:40:53 +11:00 |
|
list_fold_sum_nested.md
|
Fix zst handling, add keep_if/drop_if
|
2025-11-29 11:41:05 -05:00 |
|
list_get.md
|
Builtins: add some repl snapshot tests for list get and list first
|
2025-11-30 15:01:47 +01:00 |
|
list_join_with.md
|
Add List.join_with with type var alias dispatch
|
2025-12-12 09:21:52 -05:00 |
|
list_keep_if.md
|
Don't use List.len in snapshots
|
2025-11-29 12:54:28 -05:00 |
|
list_keep_if_empty.md
|
Don't use List.len in snapshots
|
2025-11-29 12:54:28 -05:00 |
|
list_keep_if_none.md
|
Don't use List.len in snapshots
|
2025-11-29 12:54:28 -05:00 |
|
list_last.md
|
Adds List.last and List.single builtins (#8509)
|
2025-11-30 14:03:31 +01:00 |
|
list_repeat.md
|
Add List.repeat builtin (#8688)
|
2025-12-16 14:27:51 +01:00 |
|
list_single.md
|
Adds List.last and List.single builtins (#8509)
|
2025-11-30 14:03:31 +01:00 |
|
list_sort_with.md
|
Add List.sort
|
2025-11-27 22:17:27 -05:00 |
|
list_sublist_basic.md
|
Finishing up implementation for take/drop first/last functions and snapshot testing
|
2025-11-30 14:25:11 -05:00 |
|
list_sublist_empty.md
|
Finishing up implementation for take/drop first/last functions and snapshot testing
|
2025-11-30 14:25:11 -05:00 |
|
list_sublist_nested.md
|
Couple more snapshot tests for lists of refcounted elements
|
2025-11-30 16:31:05 -05:00 |
|
list_sublist_nested_lists.md
|
Couple more snapshot tests for lists of refcounted elements
|
2025-11-30 16:31:05 -05:00 |
|
list_sublist_strs.md
|
Couple more snapshot tests for lists of refcounted elements
|
2025-11-30 16:31:05 -05:00 |
|
list_tags.md
|
Improve render helper to render lists of tags correctly (#8702)
|
2025-12-19 10:32:33 +01:00 |
|
list_take_first.md
|
Finishing up implementation for take/drop first/last functions and snapshot testing
|
2025-11-30 14:25:11 -05:00 |
|
list_take_first_all.md
|
Finishing up implementation for take/drop first/last functions and snapshot testing
|
2025-11-30 14:25:11 -05:00 |
|
list_take_first_empty.md
|
Finishing up implementation for take/drop first/last functions and snapshot testing
|
2025-11-30 14:25:11 -05:00 |
|
list_take_last.md
|
Finishing up implementation for take/drop first/last functions and snapshot testing
|
2025-11-30 14:25:11 -05:00 |
|
list_take_last_all.md
|
Finishing up implementation for take/drop first/last functions and snapshot testing
|
2025-11-30 14:25:11 -05:00 |
|
list_take_last_empty.md
|
Finishing up implementation for take/drop first/last functions and snapshot testing
|
2025-11-30 14:25:11 -05:00 |
|
multiline_string_split_7_lines.md
|
fix semantics for Str.split_on
|
2025-12-01 21:29:53 +11:00 |
|
nested_polymorphic_functions.md
|
More rendering fixes
|
2025-11-27 22:27:32 -05:00 |
|
num_abs.md
|
Expand test coverage
|
2025-12-01 19:00:49 -05:00 |
|
num_abs_diff.md
|
Expand test coverage
|
2025-12-01 19:00:49 -05:00 |
|
num_from_str_all_int_types.md
|
Add from_str to number types
|
2025-12-01 10:28:10 -05:00 |
|
num_from_str_dec_failure.md
|
Add from_str to number types
|
2025-12-01 10:28:10 -05:00 |
|
num_from_str_dec_success.md
|
Add from_str to number types
|
2025-12-01 10:28:10 -05:00 |
|
num_from_str_f64_failure.md
|
Add from_str to number types
|
2025-12-01 10:28:10 -05:00 |
|
num_from_str_f64_success.md
|
Add from_str to number types
|
2025-12-01 10:28:10 -05:00 |
|
num_from_str_i32_failure.md
|
Add from_str to number types
|
2025-12-01 10:28:10 -05:00 |
|
num_from_str_i32_success.md
|
Add from_str to number types
|
2025-12-01 10:28:10 -05:00 |
|
num_from_str_u8_failure.md
|
Add from_str to number types
|
2025-12-01 10:28:10 -05:00 |
|
num_from_str_u8_success.md
|
Add from_str to number types
|
2025-12-01 10:28:10 -05:00 |
|
num_from_str_unsigned_negative.md
|
Add from_str to number types
|
2025-12-01 10:28:10 -05:00 |
|
num_from_str_various_types.md
|
Add from_str to number types
|
2025-12-01 10:28:10 -05:00 |
|
num_mod_by.md
|
Add modulus to integer types
|
2025-12-01 17:17:39 +01:00 |
|
numeric_infer_single_use.md
|
fix polymorphic number literals
|
2025-12-01 20:40:53 +11:00 |
|
numeric_multiple_diff_types.md
|
Fix polymorphic numeric let-generalization (issue #8666)
|
2025-12-14 22:38:11 -05:00 |
|
numeric_multiple_same_type.md
|
fix polymorphic number literals
|
2025-12-01 20:40:53 +11:00 |
|
numeric_sum_to_str.md
|
Ban enumFromInt(0)
|
2025-12-04 10:50:42 -05:00 |
|
polymorphic_numeric_in_comparison.md
|
Impove some tests
|
2025-11-30 18:25:50 -05:00 |
|
polymorphic_sum_u64.md
|
Impove some tests
|
2025-11-30 18:25:50 -05:00 |
|
refcount_string_record_field.md
|
|
|
|
repl_basic_example.md
|
Don't use List.len in snapshots
|
2025-11-29 12:54:28 -05:00 |
|
repl_bool_hide_type.md
|
|
|
|
repl_bound_numbers_show_type.md
|
|
|
|
repl_numeric_types.md
|
|
|
|
repl_record_field_access.md
|
Don't let-generalize number literals
|
2025-12-01 18:43:01 -05:00 |
|
repl_str_hide_type.md
|
|
|
|
repl_unbound_numbers_hide_type.md
|
|
|
|
return_outside_function.md
|
|
|
|
return_slots_simple.md
|
|
|
|
simple_closures.md
|
|
|
|
simple_string_closure.md
|
|
|
|
single_assignment.md
|
|
|
|
str_caseless_ascii_equals.md
|
|
|
|
str_concat.md
|
|
|
|
str_contains.md
|
|
|
|
str_count_utf8_bytes.md
|
|
|
|
str_drop_prefix.md
|
|
|
|
str_drop_suffix.md
|
|
|
|
str_ends_with.md
|
|
|
|
str_from_utf8.md
|
fix layout store ordering for tag_union_variants
|
2025-12-01 16:19:41 +11:00 |
|
str_from_utf8_lossy.md
|
add Str.from_utf8_lossy builtin
|
2025-11-26 12:40:48 +11:00 |
|
str_is_empty.md
|
|
|
|
str_join_with.md
|
add Str.join_with builtin
|
2025-11-26 12:54:53 +11:00 |
|
str_release_excess_capacity.md
|
add Str.release_excess_capacity builtin
|
2025-11-26 12:34:34 +11:00 |
|
str_repeat.md
|
|
|
|
str_reserve.md
|
|
|
|
str_split_on.md
|
add Str.split_on builtin with comprehensive tests
|
2025-11-26 12:52:37 +11:00 |
|
str_starts_with.md
|
|
|
|
str_to_utf8.md
|
Add some Str.from_utf8 logic
|
2025-11-27 21:53:29 -05:00 |
|
str_trim_end.md
|
|
|
|
str_trim_start.md
|
|
|
|
str_with_ascii_lowercased.md
|
|
|
|
str_with_ascii_uppercased.md
|
|
|
|
str_with_capacity.md
|
|
|
|
str_with_prefix.md
|
|
|
|
sub_two_dec.md
|
|
|
|
try_is_eq.md
|
Fix try_is_eq test
|
2025-12-06 12:50:47 -05:00 |
|
try_is_ok_assigned.md
|
fix try is_ok is_err returning wrong values
|
2025-12-01 19:33:23 +11:00 |
|
try_is_ok_direct.md
|
fix try is_ok is_err returning wrong values
|
2025-12-01 19:33:23 +11:00 |
|
try_is_ok_is_err.md
|
clarify Try.is_err snapshot
|
2025-12-01 20:41:47 +11:00 |
|
two_defs.md
|
|
|
|
u8_range_to.md
|
Fix range bug
|
2025-12-03 08:03:24 -05:00 |
|
u8_range_until.md
|
Fix range bug
|
2025-12-03 08:03:24 -05:00 |
|
var_in_lambda_param.md
|
Fix range bug
|
2025-12-03 08:03:24 -05:00 |