roc/crates/compiler/test_syntax/tests/snapshots/pass
2025-04-08 13:46:44 +02:00
..
ability_demand_signature_is_multiline.expr.formatted.roc abilities syntax has -> implements 2023-05-24 21:29:38 -04:00
ability_demand_signature_is_multiline.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
ability_demand_signature_is_multiline.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
ability_demand_signature_is_multiline.expr.roc abilities syntax has -> implements 2023-05-24 21:29:38 -04:00
ability_multi_line.expr.formatted.roc abilities syntax has -> implements 2023-05-24 21:29:38 -04:00
ability_multi_line.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
ability_multi_line.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
ability_multi_line.expr.roc abilities syntax has -> implements 2023-05-24 21:29:38 -04:00
ability_single_line.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
ability_single_line.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
ability_single_line.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
ability_single_line.expr.roc | -> where 2023-06-05 20:19:00 -04:00
ability_two_in_a_row.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
ability_two_in_a_row.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
ability_two_in_a_row.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
ability_two_in_a_row.expr.roc | -> where 2023-06-05 20:19:00 -04:00
accidentally_indented_else.expr.formatted.roc Only allow indented else if there's a newline after the else 2024-12-05 18:54:14 -08:00
accidentally_indented_else.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
accidentally_indented_else.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
accidentally_indented_else.expr.roc Only allow indented else if there's a newline after the else 2024-12-05 18:54:14 -08:00
add_var_with_spaces.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
add_var_with_spaces.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
add_var_with_spaces.expr.roc
add_with_spaces.expr.formatted.roc
add_with_spaces.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
add_with_spaces.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
add_with_spaces.expr.roc
alias_ann_in_parens.expr.formatted.roc Unify Alias and Annotation formatting 2025-01-16 21:21:02 -08:00
alias_ann_in_parens.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
alias_ann_in_parens.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
alias_ann_in_parens.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
alias_comment_after_head.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
alias_comment_after_head.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
alias_comment_after_head.expr.result-ast Introduce proper type for TypeVar's, mark anything not a lowercase ident as malformed 2025-01-14 19:30:33 -08:00
alias_comment_after_head.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
alias_parens_comment.expr.formatted.roc Unify Alias and Annotation formatting 2025-01-16 21:21:02 -08:00
alias_parens_comment.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
alias_parens_comment.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
alias_parens_comment.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
alias_parens_comment_indent.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
alias_parens_comment_indent.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
alias_parens_comment_indent.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
alias_parens_comment_indent.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
ann_apply_record_with_newlines.expr.formatted.roc Fix outdenting 2024-12-28 22:31:33 -05:00
ann_apply_record_with_newlines.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
ann_apply_record_with_newlines.expr.result-ast Fix outdenting 2024-12-28 22:31:33 -05:00
ann_apply_record_with_newlines.expr.roc Fix outdenting 2024-12-28 22:31:33 -05:00
ann_closed_union.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
ann_closed_union.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
ann_closed_union.expr.roc
ann_effectful_fn.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
ann_effectful_fn.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
ann_effectful_fn.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
ann_effectful_fn.expr.roc WIP 2024-11-11 10:22:58 +11:00
ann_extra_indented_implements.expr.formatted.roc Force indent on where clause 2025-01-16 21:17:56 -08:00
ann_extra_indented_implements.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
ann_extra_indented_implements.expr.result-ast Further relax indentation of implements ability chains 2025-01-10 21:10:58 -08:00
ann_extra_indented_implements.expr.roc Further relax indentation of implements ability chains 2025-01-10 21:10:58 -08:00
ann_open_union.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
ann_open_union.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
ann_open_union.expr.roc
ann_parens_comments.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
ann_parens_comments.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
ann_parens_comments.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
ann_parens_comments.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
ann_parens_where_implements_func.expr.formatted.roc Force indent on where clause 2025-01-16 21:17:56 -08:00
ann_parens_where_implements_func.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
ann_parens_where_implements_func.expr.result-ast Fix where precedence vs funcs 2025-01-05 15:10:12 -08:00
ann_parens_where_implements_func.expr.roc Fix where precedence vs funcs 2025-01-05 15:10:12 -08:00
ann_pattern_comment_before_body.expr.formatted.roc Also conservatively check for spaces at the beginning of the pattern 2024-12-15 18:33:50 -08:00
ann_pattern_comment_before_body.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
ann_pattern_comment_before_body.expr.result-ast Also conservatively check for spaces at the beginning of the pattern 2024-12-15 18:33:50 -08:00
ann_pattern_comment_before_body.expr.roc Also conservatively check for spaces at the beginning of the pattern 2024-12-15 18:33:50 -08:00
ann_record_pat_with_comment.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
ann_record_pat_with_comment.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
ann_record_pat_with_comment.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
ann_record_pat_with_comment.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
ann_tag_union_newline_comment.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
ann_tag_union_newline_comment.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
ann_tag_union_newline_comment.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
ann_tag_union_newline_comment.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
ann_where_e_newline_implements.expr.formatted.roc Unify Alias and Annotation formatting 2025-01-16 21:21:02 -08:00
ann_where_e_newline_implements.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
ann_where_e_newline_implements.expr.result-ast Allow funky indentation of implements clause, since we know it must be coming anyway 2025-01-10 21:10:57 -08:00
ann_where_e_newline_implements.expr.roc Allow funky indentation of implements clause, since we know it must be coming anyway 2025-01-10 21:10:57 -08:00
annotate_tuple_func.expr.formatted.roc Fix exponential behavior in parsing function types in tuples 2024-12-24 11:20:36 -05:00
annotate_tuple_func.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
annotate_tuple_func.expr.result-ast Fix exponential behavior in parsing function types in tuples 2024-12-24 11:20:36 -05:00
annotate_tuple_func.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
annotated_empty_record_destructure.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
annotated_empty_record_destructure.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
annotated_empty_record_destructure.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
annotated_empty_record_destructure.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
annotated_record_destructure.expr.formatted.roc
annotated_record_destructure.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
annotated_record_destructure.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
annotated_record_destructure.expr.roc
annotated_tag_destructure.expr.formatted.roc Make sure patterns continue to parse as such 2024-12-05 18:54:13 -08:00
annotated_tag_destructure.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
annotated_tag_destructure.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
annotated_tag_destructure.expr.roc
annotated_tuple_destructure.expr.formatted.roc
annotated_tuple_destructure.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
annotated_tuple_destructure.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
annotated_tuple_destructure.expr.roc
annotation_apply_newlines.expr.formatted.roc Unify Alias and Annotation formatting 2025-01-16 21:21:02 -08:00
annotation_apply_newlines.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
annotation_apply_newlines.expr.result-ast Introduce proper type for TypeVar's, mark anything not a lowercase ident as malformed 2025-01-14 19:30:33 -08:00
annotation_apply_newlines.expr.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
annotation_comment_before_as.expr.formatted.roc Fix formatting bug with multline function type alias 2024-12-31 19:52:23 -05:00
annotation_comment_before_as.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
annotation_comment_before_as.expr.result-ast Fix as indentation 2024-12-15 18:33:53 -08:00
annotation_comment_before_as.expr.roc Fix as indentation 2024-12-15 18:33:53 -08:00
annotation_comment_before_colon.expr.formatted.roc Force type headers to format just like Pattern::Apply 2024-12-15 18:33:55 -08:00
annotation_comment_before_colon.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
annotation_comment_before_colon.expr.result-ast Introduce proper type for TypeVar's, mark anything not a lowercase ident as malformed 2025-01-14 19:30:33 -08:00
annotation_comment_before_colon.expr.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
annotation_double_as.expr.formatted.roc Fix double-as formatting 2024-12-15 18:33:52 -08:00
annotation_double_as.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
annotation_double_as.expr.result-ast Fix double-as formatting 2024-12-15 18:33:52 -08:00
annotation_double_as.expr.roc Fix double-as formatting 2024-12-15 18:33:52 -08:00
annotation_tag_parens_comment.expr.formatted.roc Fix parenthesized spaces in tag unions 2024-12-13 13:45:12 -08:00
annotation_tag_parens_comment.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
annotation_tag_parens_comment.expr.result-ast Fix parenthesized spaces in tag unions 2024-12-13 13:45:12 -08:00
annotation_tag_parens_comment.expr.roc Fix parenthesized spaces in tag unions 2024-12-13 13:45:12 -08:00
annotation_tuple_comment.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
annotation_tuple_comment.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
annotation_tuple_comment.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
annotation_tuple_comment.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
annotation_tuple_newline.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
annotation_tuple_newline.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
annotation_tuple_newline.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
annotation_tuple_newline.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
annotation_tuple_parens_newlines.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
annotation_tuple_parens_newlines.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
annotation_tuple_parens_newlines.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
annotation_tuple_parens_newlines.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
annotation_tuples_ext_galore.expr.formatted.roc lift to spaces in ann_lift_to_node default case 2024-12-13 13:45:11 -08:00
annotation_tuples_ext_galore.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
annotation_tuples_ext_galore.expr.result-ast lift to spaces in ann_lift_to_node default case 2024-12-13 13:45:11 -08:00
annotation_tuples_ext_galore.expr.roc lift to spaces in ann_lift_to_node default case 2024-12-13 13:45:11 -08:00
applies_in_binop.expr.formatted.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
applies_in_binop.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
applies_in_binop.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
applies_in_binop.expr.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
apply_bang_bang_closure.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
apply_bang_bang_closure.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
apply_bang_bang_closure.expr.result-ast Parenthesize closures in unary ops and pre-emptively disallow multi-backpassing in such closures, to avoid formatter trouble later 2025-01-01 12:38:28 -05:00
apply_bang_bang_closure.expr.roc Parenthesize closures in unary ops and pre-emptively disallow multi-backpassing in such closures, to avoid formatter trouble later 2025-01-01 12:38:28 -05:00
apply_binop_switch.expr.formatted.roc Improve parsing of negative + not'd exprs 2024-12-01 12:40:16 -08:00
apply_binop_switch.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
apply_binop_switch.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
apply_binop_switch.expr.roc Improve parsing of negative + not'd exprs 2024-12-01 12:40:16 -08:00
apply_closure_pizza.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
apply_closure_pizza.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
apply_closure_pizza.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
apply_closure_pizza.expr.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
apply_parenthetical_tag_args.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
apply_parenthetical_tag_args.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
apply_parenthetical_tag_args.expr.roc
apply_record_ann.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
apply_record_ann.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
apply_record_ann.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
apply_record_ann.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
apply_record_parens_newline_field.expr.formatted.roc Fully normalize in expr record-like things, during formatting 2024-12-13 13:45:10 -08:00
apply_record_parens_newline_field.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
apply_record_parens_newline_field.expr.result-ast Fully normalize in expr record-like things, during formatting 2024-12-13 13:45:10 -08:00
apply_record_parens_newline_field.expr.roc Fully normalize in expr record-like things, during formatting 2024-12-13 13:45:10 -08:00
apply_tag.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
apply_tag.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
apply_tag.expr.roc
apply_tag_pnc.expr.formatted.roc Parens and Commas application syntax 2025-01-02 16:49:08 -06:00
apply_tag_pnc.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
apply_tag_pnc.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
apply_tag_pnc.expr.roc Parens and Commas application syntax 2025-01-02 16:49:08 -06:00
apply_tag_single_arg_pnc.pattern.formatted.roc PNC for Patterns, stabilize formatting 2025-01-02 17:57:15 -06:00
apply_tag_single_arg_pnc.pattern.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
apply_tag_single_arg_pnc.pattern.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
apply_tag_single_arg_pnc.pattern.roc PNC for Patterns, stabilize formatting 2025-01-02 17:57:15 -06:00
apply_tag_single_arg_whitespace.pattern.formatted.roc PNC for Patterns, stabilize formatting 2025-01-02 17:57:15 -06:00
apply_tag_single_arg_whitespace.pattern.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
apply_tag_single_arg_whitespace.pattern.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
apply_tag_single_arg_whitespace.pattern.roc PNC for Patterns, stabilize formatting 2025-01-02 17:57:15 -06:00
apply_three_args.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
apply_three_args.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
apply_three_args.expr.roc
apply_tuple_ext_parens_ty.expr.formatted.roc Make sure ext's can't slurp surrounding apply args 2024-12-05 18:54:19 -08:00
apply_tuple_ext_parens_ty.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
apply_tuple_ext_parens_ty.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
apply_tuple_ext_parens_ty.expr.roc Make sure ext's can't slurp surrounding apply args 2024-12-05 18:54:19 -08:00
apply_two_args.expr.formatted.roc
apply_two_args.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
apply_two_args.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
apply_two_args.expr.roc
apply_two_args_pnc.expr.formatted.roc Parens and Commas application syntax 2025-01-02 16:49:08 -06:00
apply_two_args_pnc.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
apply_two_args_pnc.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
apply_two_args_pnc.expr.roc Parens and Commas application syntax 2025-01-02 16:49:08 -06:00
apply_unary_negation.expr.formatted.roc
apply_unary_negation.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
apply_unary_negation.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
apply_unary_negation.expr.roc
apply_unary_not.expr.formatted.roc
apply_unary_not.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
apply_unary_not.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
apply_unary_not.expr.roc
arg_pattern_as.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
arg_pattern_as.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
arg_pattern_as.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
arg_pattern_as.expr.roc fmt: Add parens around as patterns in arguments 2024-09-02 11:54:34 -03:00
as_in_func_type_args.expr.formatted.roc Fix formatting bug with multline function type alias 2024-12-31 19:52:23 -05:00
as_in_func_type_args.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
as_in_func_type_args.expr.result-ast Fix formatting bug with multline function type alias 2024-12-31 19:52:23 -05:00
as_in_func_type_args.expr.roc Fix formatting bug with multline function type alias 2024-12-31 19:52:23 -05:00
assign_parens_item_newline_comment.expr.formatted.roc Expand handling of guard_needs_parens 2025-01-16 21:32:37 -08:00
assign_parens_item_newline_comment.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
assign_parens_item_newline_comment.expr.result-ast Correct handling of binop with SpaceAfter in a Body def 2025-01-16 21:32:06 -08:00
assign_parens_item_newline_comment.expr.roc Correct handling of binop with SpaceAfter in a Body def 2025-01-16 21:32:06 -08:00
backslash_closure_last_expr.expr.formatted.roc Fix pipe closure after expr 2025-01-18 19:40:52 -08:00
backslash_closure_last_expr.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
backslash_closure_last_expr.expr.result-ast Fix pipe closure after expr 2025-01-18 19:40:52 -08:00
backslash_closure_last_expr.expr.roc Fix pipe closure after expr 2025-01-18 19:40:52 -08:00
bang_newline_double_accessor.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
bang_newline_double_accessor.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
bang_newline_double_accessor.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
bang_newline_double_accessor.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
bangs_and_tuple_accessors.expr.formatted.roc Remove Task from Roc 2025-01-08 17:00:40 -08:00
bangs_and_tuple_accessors.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
bangs_and_tuple_accessors.expr.result-ast Remove Task from Roc 2025-01-08 17:00:40 -08:00
bangs_and_tuple_accessors.expr.roc Generalize RecordAccess special-cases to include TupleAccess 2024-12-13 13:45:10 -08:00
basic_apply.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
basic_apply.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
basic_apply.expr.roc
basic_docs.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
basic_docs.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
basic_docs.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
basic_docs.expr.roc
basic_field.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
basic_field.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
basic_field.expr.roc
basic_tag.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
basic_tag.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
basic_tag.expr.roc
basic_tuple.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
basic_tuple.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
basic_tuple.expr.roc
basic_var.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
basic_var.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
basic_var.expr.roc
binop_apply_complex.expr.formatted.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
binop_apply_complex.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
binop_apply_complex.expr.result-ast Parens and Commas application syntax 2025-01-02 16:49:08 -06:00
binop_apply_complex.expr.roc Parens and Commas application syntax 2025-01-02 16:49:08 -06:00
binop_assign_defs_nested.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
binop_assign_defs_nested.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
binop_assign_defs_nested.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
binop_assign_defs_nested.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
binop_closure_apply.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
binop_closure_apply.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
binop_closure_apply.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
binop_closure_apply.expr.roc Several fixes found in fuzzing 2024-12-05 18:54:03 -08:00
binops_comment_indent_change.expr.formatted.roc Several fixes found in fuzzing 2024-12-05 18:54:03 -08:00
binops_comment_indent_change.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
binops_comment_indent_change.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
binops_comment_indent_change.expr.roc Several fixes found in fuzzing 2024-12-05 18:54:03 -08:00
block_string_ann.expr.formatted.roc Fix broken RustGlue.roc interpolation 2025-01-10 12:30:18 -08:00
block_string_ann.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
block_string_ann.expr.result-ast Fix out-of-date syntax snapshots 2025-01-10 13:08:13 -08:00
block_string_ann.expr.roc Fix broken RustGlue.roc interpolation 2025-01-10 12:30:18 -08:00
body_block_string_apply_string.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
body_block_string_apply_string.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
body_block_string_apply_string.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
body_block_string_apply_string.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
body_with_unneeded_parens.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
body_with_unneeded_parens.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
body_with_unneeded_parens.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
body_with_unneeded_parens.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
call_bang.expr.formatted.roc WIP 2024-11-11 10:22:58 +11:00
call_bang.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
call_bang.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
call_bang.expr.roc WIP 2024-11-11 10:22:58 +11:00
call_bang_no_space.expr.formatted.roc WIP 2024-11-11 10:22:58 +11:00
call_bang_no_space.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
call_bang_no_space.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
call_bang_no_space.expr.roc WIP 2024-11-11 10:22:58 +11:00
can_ignored_field_in_import.expr.formatted.roc add failing test for ignored fields canonicalization 2025-01-11 20:24:33 -08:00
can_ignored_field_in_import.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
can_ignored_field_in_import.expr.result-ast add failing test for ignored fields canonicalization 2025-01-11 20:24:33 -08:00
can_ignored_field_in_import.expr.roc add failing test for ignored fields canonicalization 2025-01-11 20:24:33 -08:00
capture_body_parens_comment.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
capture_body_parens_comment.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
capture_body_parens_comment.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
capture_body_parens_comment.expr.roc Fix expr_lift_spaces of Closure 2024-12-05 18:54:17 -08:00
closure_arg_parens_then_comment.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
closure_arg_parens_then_comment.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
closure_arg_parens_then_comment.expr.result-ast Fix formatting of literals in closure args 2024-12-15 18:33:57 -08:00
closure_arg_parens_then_comment.expr.roc Fix formatting of literals in closure args 2024-12-15 18:33:57 -08:00
closure_complex_pattern_indent_issue.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
closure_complex_pattern_indent_issue.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
closure_complex_pattern_indent_issue.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
closure_complex_pattern_indent_issue.expr.roc Fix closure indentation and indented-else handling in niche pattern case 2024-12-15 18:33:52 -08:00
closure_in_apply_in_binop.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
closure_in_apply_in_binop.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
closure_in_apply_in_binop.expr.result-ast Remove Task from Roc 2025-01-08 17:00:40 -08:00
closure_in_apply_in_binop.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
closure_in_binop_with_spaces.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
closure_in_binop_with_spaces.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
closure_in_binop_with_spaces.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
closure_in_binop_with_spaces.expr.roc Fix a bunch of bugs in parsing/formatting found by fuzzing 2023-02-07 20:25:56 -08:00
closure_newline_empty_record_newline.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
closure_newline_empty_record_newline.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
closure_newline_empty_record_newline.expr.result-ast Fix outdenting in closures 2024-12-15 18:33:53 -08:00
closure_newline_empty_record_newline.expr.roc Fix outdenting in closures 2024-12-15 18:33:53 -08:00
closure_parens_double_newlines.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
closure_parens_double_newlines.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
closure_parens_double_newlines.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
closure_parens_double_newlines.expr.roc Fix crash with doubly-nested parens in patterns 2024-12-24 14:08:52 -05:00
closure_pat_reccord_comment.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
closure_pat_reccord_comment.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
closure_pat_reccord_comment.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
closure_pat_reccord_comment.expr.roc Several fixes found in fuzzing 2024-12-05 18:54:03 -08:00
closure_with_binops_and_unary.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
closure_with_binops_and_unary.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
closure_with_binops_and_unary.expr.result-ast Fix formatting issue with closures hiding in unary ops 2024-12-24 15:05:20 -05:00
closure_with_binops_and_unary.expr.roc Fix formatting issue with closures hiding in unary ops 2024-12-24 15:05:20 -05:00
closure_with_underscores.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
closure_with_underscores.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
closure_with_underscores.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
closure_with_underscores.expr.roc
comma_prefixed_indented_record.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
comma_prefixed_indented_record.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
comma_prefixed_indented_record.expr.result-ast Introduce proper type for TypeVar's, mark anything not a lowercase ident as malformed 2025-01-14 19:30:33 -08:00
comma_prefixed_indented_record.expr.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
comment_after_annotation.expr.formatted.roc Fix approximately a bajillion fmt and parsing bugs 2023-01-13 18:20:44 -08:00
comment_after_annotation.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
comment_after_annotation.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
comment_after_annotation.expr.roc Fix approximately a bajillion fmt and parsing bugs 2023-01-13 18:20:44 -08:00
comment_after_dbg_in_empty_record_assignment.expr.formatted.roc Fix newline after dbg formatting 2024-12-05 18:54:10 -08:00
comment_after_dbg_in_empty_record_assignment.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
comment_after_dbg_in_empty_record_assignment.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
comment_after_dbg_in_empty_record_assignment.expr.roc Fix newline after dbg formatting 2024-12-05 18:54:10 -08:00
comment_after_def.moduledefs.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
comment_after_def.moduledefs.result-ast Update test_syntax snapshot after new Slice debug impl 2024-11-23 11:05:09 -03:00
comment_after_def.moduledefs.roc
comment_after_expr_in_parens.expr.formatted.roc Fix approximately a bajillion fmt and parsing bugs 2023-01-13 18:20:44 -08:00
comment_after_expr_in_parens.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
comment_after_expr_in_parens.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
comment_after_expr_in_parens.expr.roc Fix approximately a bajillion fmt and parsing bugs 2023-01-13 18:20:44 -08:00
comment_after_op.expr.formatted.roc
comment_after_op.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
comment_after_op.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
comment_after_op.expr.roc
comment_after_whitespace_apply_arg_inside_pnc_apply.expr.formatted.roc Address review feedback 2025-01-02 17:59:09 -06:00
comment_after_whitespace_apply_arg_inside_pnc_apply.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
comment_after_whitespace_apply_arg_inside_pnc_apply.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
comment_after_whitespace_apply_arg_inside_pnc_apply.expr.roc Address review feedback 2025-01-02 17:59:09 -06:00
comment_before_colon_def.expr.formatted.roc Fix approximately a bajillion fmt and parsing bugs 2023-01-13 18:20:44 -08:00
comment_before_colon_def.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
comment_before_colon_def.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
comment_before_colon_def.expr.roc Fix approximately a bajillion fmt and parsing bugs 2023-01-13 18:20:44 -08:00
comment_before_comma_in_tuple_type_with_func.expr.formatted.roc Move TypeAnnotation::Function to to_node 2024-12-28 22:31:26 -05:00
comment_before_comma_in_tuple_type_with_func.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
comment_before_comma_in_tuple_type_with_func.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
comment_before_comma_in_tuple_type_with_func.expr.roc Several fixes found in fuzzing 2024-12-05 18:54:03 -08:00
comment_before_equals_def.expr.formatted.roc Fix multiline pattern in body, which may only apply to multiline strings 2024-12-05 18:54:12 -08:00
comment_before_equals_def.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
comment_before_equals_def.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
comment_before_equals_def.expr.roc Fix approximately a bajillion fmt and parsing bugs 2023-01-13 18:20:44 -08:00
comment_before_op.expr.formatted.roc
comment_before_op.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
comment_before_op.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
comment_before_op.expr.roc
comment_before_pat_in_parens.expr.formatted.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
comment_before_pat_in_parens.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
comment_before_pat_in_parens.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
comment_before_pat_in_parens.expr.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
comment_in_closure_pat.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
comment_in_closure_pat.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
comment_in_closure_pat.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
comment_in_closure_pat.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
comment_in_closure_pat_apply.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
comment_in_closure_pat_apply.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
comment_in_closure_pat_apply.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
comment_in_closure_pat_apply.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
comment_in_tuple_ext.expr.formatted.roc Add lifting for ext values in types 2024-12-05 18:54:14 -08:00
comment_in_tuple_ext.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
comment_in_tuple_ext.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
comment_in_tuple_ext.expr.roc Add lifting for ext values in types 2024-12-05 18:54:14 -08:00
comment_indent_in_parens.expr.formatted.roc Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
comment_indent_in_parens.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
comment_indent_in_parens.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
comment_indent_in_parens.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
comment_inside_empty_list.expr.formatted.roc
comment_inside_empty_list.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
comment_inside_empty_list.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
comment_inside_empty_list.expr.roc
comment_parens_in_typ_annotation_record_field.expr.formatted.roc Fix handling of spaces in record types 2024-12-15 18:33:57 -08:00
comment_parens_in_typ_annotation_record_field.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
comment_parens_in_typ_annotation_record_field.expr.result-ast Fix handling of spaces in record types 2024-12-15 18:33:57 -08:00
comment_parens_in_typ_annotation_record_field.expr.roc Fix handling of spaces in record types 2024-12-15 18:33:57 -08:00
comment_with_non_ascii.expr.formatted.roc
comment_with_non_ascii.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
comment_with_non_ascii.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
comment_with_non_ascii.expr.roc
compare_apply_record.expr.formatted.roc Record updates 2024-12-05 18:54:07 -08:00
compare_apply_record.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
compare_apply_record.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
compare_apply_record.expr.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
control_characters_in_scalar.expr.formatted.roc Improve parsing of scalar literals 2023-01-07 15:12:52 -08:00
control_characters_in_scalar.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
control_characters_in_scalar.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
control_characters_in_scalar.expr.roc Improve parsing of scalar literals 2023-01-07 15:12:52 -08:00
crash.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
crash.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
crash.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
crash.expr.roc
crazy_annotation_left.expr.formatted.roc Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
crazy_annotation_left.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
crazy_annotation_left.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
crazy_annotation_left.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
crazy_annotation_left2.expr.formatted.roc Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
crazy_annotation_left2.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
crazy_annotation_left2.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
crazy_annotation_left2.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
crazy_implements_bangs.expr.formatted.roc Move indent call to correct spot 2024-12-15 18:33:54 -08:00
crazy_implements_bangs.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
crazy_implements_bangs.expr.result-ast Fix double-wrapping of spaces before implements opaque keyword by making them distinct 2025-01-05 15:10:13 -08:00
crazy_implements_bangs.expr.roc Move indent call to correct spot 2024-12-15 18:33:54 -08:00
crazy_parens_multiline_str_question_etc.expr.formatted.roc Fix a couple issues with multiline string literal formatting 2025-01-16 21:16:34 -08:00
crazy_parens_multiline_str_question_etc.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
crazy_parens_multiline_str_question_etc.expr.result-ast Fix a couple issues with multiline string literal formatting 2025-01-16 21:16:34 -08:00
crazy_parens_multiline_str_question_etc.expr.roc Fix a couple issues with multiline string literal formatting 2025-01-16 21:16:34 -08:00
crazy_pat_ann.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
crazy_pat_ann.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
crazy_pat_ann.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
crazy_pat_ann.expr.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
curried_function_type.expr.formatted.roc Fix exponential behavior in parsing function types in tuples 2024-12-24 11:20:36 -05:00
curried_function_type.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
curried_function_type.expr.result-ast Fix exponential behavior in parsing function types in tuples 2024-12-24 11:20:36 -05:00
curried_function_type.expr.roc Fix exponential behavior in parsing function types in tuples 2024-12-24 11:20:36 -05:00
dbg.expr.formatted.roc Parse dbg in expression position 2024-08-28 11:53:44 -04:00
dbg.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
dbg.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
dbg.expr.roc Parse dbg in expression position 2024-08-28 11:53:44 -04:00
dbg_double.expr.formatted.roc Fix round-trip parse->fmt->parse for dbg stmts with more than one arg 2024-12-01 12:40:13 -08:00
dbg_double.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
dbg_double.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
dbg_double.expr.roc Fix round-trip parse->fmt->parse for dbg stmts with more than one arg 2024-12-01 12:40:13 -08:00
dbg_double_newline.expr.formatted.roc Fix round-trip parse->fmt->parse for dbg stmts with more than one arg 2024-12-01 12:40:13 -08:00
dbg_double_newline.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
dbg_double_newline.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
dbg_double_newline.expr.roc Fix round-trip parse->fmt->parse for dbg stmts with more than one arg 2024-12-01 12:40:13 -08:00
dbg_extra_parens.expr.formatted.roc Improve normalization to handle cases found in fuzzing 2024-12-01 12:40:14 -08:00
dbg_extra_parens.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
dbg_extra_parens.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
dbg_extra_parens.expr.roc Improve normalization to handle cases found in fuzzing 2024-12-01 12:40:14 -08:00
dbg_newline_apply.expr.formatted.roc Fix round-trip parse->fmt->parse for dbg stmts with more than one arg 2024-12-01 12:40:13 -08:00
dbg_newline_apply.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
dbg_newline_apply.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
dbg_newline_apply.expr.roc Fix round-trip parse->fmt->parse for dbg stmts with more than one arg 2024-12-01 12:40:13 -08:00
dbg_pnc_a_over_a.expr.formatted.roc Preserve info about whether a given dbg stmt was pnc or not, at least for now 2025-01-10 21:10:55 -08:00
dbg_pnc_a_over_a.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
dbg_pnc_a_over_a.expr.result-ast Don't turn pnc apply dbg into DbgStmt 2025-01-11 11:05:35 -08:00
dbg_pnc_a_over_a.expr.roc Make sure to add parens if a PncApply dbg stmt becomes a space-separated Apply 2025-01-09 19:22:09 -08:00
dbg_pnc_in_double_parens.expr.formatted.roc Preserve info about whether a given dbg stmt was pnc or not, at least for now 2025-01-10 21:10:55 -08:00
dbg_pnc_in_double_parens.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
dbg_pnc_in_double_parens.expr.result-ast Preserve info about whether a given dbg stmt was pnc or not, at least for now 2025-01-10 21:10:55 -08:00
dbg_pnc_in_double_parens.expr.roc Preserve info about whether a given dbg stmt was pnc or not, at least for now 2025-01-10 21:10:55 -08:00
dbg_pnc_zero_args.expr.formatted.roc Fix zero-length dbg arg list 2025-01-09 20:25:20 -08:00
dbg_pnc_zero_args.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
dbg_pnc_zero_args.expr.result-ast Fix zero-length dbg arg list 2025-01-09 20:25:20 -08:00
dbg_pnc_zero_args.expr.roc Fix zero-length dbg arg list 2025-01-09 20:25:20 -08:00
dbg_stmt.expr.formatted.roc Fix newline after dbg formatting 2024-12-05 18:54:10 -08:00
dbg_stmt.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
dbg_stmt.expr.result-ast Preserve info about whether a given dbg stmt was pnc or not, at least for now 2025-01-10 21:10:55 -08:00
dbg_stmt.expr.roc Make dbg parse strictly as an Apply 2024-11-24 14:15:29 -08:00
dbg_stmt_in_parens.expr.formatted.roc Fix newlines after multiline apply func pattern (#7342) 2024-12-13 13:45:09 -08:00
dbg_stmt_in_parens.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
dbg_stmt_in_parens.expr.result-ast Preserve info about whether a given dbg stmt was pnc or not, at least for now 2025-01-10 21:10:55 -08:00
dbg_stmt_in_parens.expr.roc Several fixes found in fuzzing 2024-12-05 18:54:03 -08:00
dbg_stmt_multiline.expr.formatted.roc Fix newline after dbg formatting 2024-12-05 18:54:10 -08:00
dbg_stmt_multiline.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
dbg_stmt_multiline.expr.result-ast Preserve info about whether a given dbg stmt was pnc or not, at least for now 2025-01-10 21:10:55 -08:00
dbg_stmt_multiline.expr.roc Parse dbg in expression position 2024-08-28 11:53:44 -04:00
dbg_stmt_two_exprs.expr.formatted.roc Fix round-trip parse->fmt->parse for dbg stmts with more than one arg 2024-12-01 12:40:13 -08:00
dbg_stmt_two_exprs.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
dbg_stmt_two_exprs.expr.result-ast Preserve info about whether a given dbg stmt was pnc or not, at least for now 2025-01-10 21:10:55 -08:00
dbg_stmt_two_exprs.expr.roc Make dbg parse strictly as an Apply 2024-11-24 14:15:29 -08:00
dbg_then_double_parens_cont.expr.formatted.roc Flesh out expr_lift_spaces, in particular handling DbgStmt properly 2024-12-05 18:54:19 -08:00
dbg_then_double_parens_cont.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
dbg_then_double_parens_cont.expr.result-ast Preserve info about whether a given dbg stmt was pnc or not, at least for now 2025-01-10 21:10:55 -08:00
dbg_then_double_parens_cont.expr.roc Flesh out expr_lift_spaces, in particular handling DbgStmt properly 2024-12-05 18:54:19 -08:00
def_bang.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
def_bang.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
def_bang.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
def_bang.expr.roc WIP 2024-11-11 10:22:58 +11:00
def_multistring_apply.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
def_multistring_apply.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
def_multistring_apply.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
def_multistring_apply.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
defs_suffixed_middle_extra_indents.moduledefs.formatted.roc WIP 2024-11-11 10:22:58 +11:00
defs_suffixed_middle_extra_indents.moduledefs.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
defs_suffixed_middle_extra_indents.moduledefs.result-ast Remove Task from Roc 2025-01-08 17:00:40 -08:00
defs_suffixed_middle_extra_indents.moduledefs.roc WIP 2024-11-11 10:22:58 +11:00
destructure_tag_assignment.expr.formatted.roc Adjust parens around patterns in annotations 2024-12-05 18:54:08 -08:00
destructure_tag_assignment.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
destructure_tag_assignment.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
destructure_tag_assignment.expr.roc
docs.expr.formatted.roc Update tests 2024-03-24 14:31:34 -04:00
docs.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
docs.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
docs.expr.roc Update tests 2024-03-24 14:31:34 -04:00
double_closure_newlines_binop.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
double_closure_newlines_binop.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
double_closure_newlines_binop.expr.result-ast Fix case of expr in binop that ends in closure, when it doesn't start on a new line 2024-12-21 20:14:18 -05:00
double_closure_newlines_binop.expr.roc Fix case of expr in binop that ends in closure, when it doesn't start on a new line 2024-12-21 20:14:18 -05:00
double_function_tuple.expr.formatted.roc Fix exponential behavior in parsing function types in tuples 2024-12-24 11:20:36 -05:00
double_function_tuple.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
double_function_tuple.expr.result-ast Fix exponential behavior in parsing function types in tuples 2024-12-24 11:20:36 -05:00
double_function_tuple.expr.roc Fix exponential behavior in parsing function types in tuples 2024-12-24 11:20:36 -05:00
double_parens_comment_tuple_pat.expr.formatted.roc Force newlines after multi-line tuple pattern elements 2024-12-13 13:45:09 -08:00
double_parens_comment_tuple_pat.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
double_parens_comment_tuple_pat.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
double_parens_comment_tuple_pat.expr.roc Force newlines after multi-line tuple pattern elements 2024-12-13 13:45:09 -08:00
double_question_binop.expr.formatted.roc Add snapshot test 2024-12-26 10:53:47 -06:00
double_question_binop.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
double_question_binop.expr.result-ast Add snapshot test 2024-12-26 10:53:47 -06:00
double_question_binop.expr.roc Add snapshot test 2024-12-26 10:53:47 -06:00
double_space_before.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
double_space_before.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
double_space_before.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
double_space_before.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
effectful_closure_statements.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
effectful_closure_statements.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
effectful_closure_statements.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
effectful_closure_statements.expr.roc WIP 2024-11-11 10:22:58 +11:00
empty_app_header.header.formatted.roc New app header syntax 2024-05-01 10:49:01 -03:00
empty_app_header.header.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
empty_app_header.header.result-ast Move Full from fmt to parse and reorganize confusingly-named Module ast type 2024-08-07 23:01:49 -07:00
empty_app_header.header.roc
empty_hosted_header.header.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
empty_hosted_header.header.result-ast Upgrade hosted header in the style module header 2025-01-26 15:07:57 -08:00
empty_hosted_header.header.roc Upgrade hosted header in the style module header 2025-01-26 15:07:57 -08:00
empty_list.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
empty_list.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
empty_list.expr.roc
empty_module_header.header.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
empty_module_header.header.result-ast Move Full from fmt to parse and reorganize confusingly-named Module ast type 2024-08-07 23:01:49 -07:00
empty_module_header.header.roc New module header 2024-05-01 10:39:12 -03:00
empty_old_hosted_header.header.formatted.roc Upgrade hosted header in the style module header 2025-01-26 15:07:57 -08:00
empty_old_hosted_header.header.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
empty_old_hosted_header.header.result-ast Upgrade hosted header in the style module header 2025-01-26 15:07:57 -08:00
empty_old_hosted_header.header.roc Upgrade hosted header in the style module header 2025-01-26 15:07:57 -08:00
empty_package_header.header.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
empty_package_header.header.result-ast Move Full from fmt to parse and reorganize confusingly-named Module ast type 2024-08-07 23:01:49 -07:00
empty_package_header.header.roc New package header syntax 2024-05-01 10:49:03 -03:00
empty_platform_header.header.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
empty_platform_header.header.result-ast fix syntax snapshot tests 2024-10-07 21:16:30 -07:00
empty_platform_header.header.roc fix syntax snapshot tests 2024-10-07 21:16:30 -07:00
empty_record.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
empty_record.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
empty_record.expr.roc
empty_record_assign_dbg.expr.formatted.roc Disallow simplifying empty assignment of dbg 2024-12-28 22:29:46 -05:00
empty_record_assign_dbg.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
empty_record_assign_dbg.expr.result-ast Preserve info about whether a given dbg stmt was pnc or not, at least for now 2025-01-10 21:10:55 -08:00
empty_record_assign_dbg.expr.roc Disallow simplifying empty assignment of dbg 2024-12-28 22:29:46 -05:00
empty_record_assign_implements.expr.formatted.roc Add parens around implements identifier to be conservative 2024-12-15 18:33:52 -08:00
empty_record_assign_implements.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
empty_record_assign_implements.expr.result-ast Disallow eliding empty record destructure assignment if expr looks like an implements clause (fixes #7366) 2024-12-15 18:33:49 -08:00
empty_record_assign_implements.expr.roc Disallow eliding empty record destructure assignment if expr looks like an implements clause (fixes #7366) 2024-12-15 18:33:49 -08:00
empty_record_assign_return.expr.formatted.roc Don't eliminate empty record assignment for a return 2024-12-13 13:45:11 -08:00
empty_record_assign_return.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
empty_record_assign_return.expr.result-ast Don't eliminate empty record assignment for a return 2024-12-13 13:45:11 -08:00
empty_record_assign_return.expr.roc Don't eliminate empty record assignment for a return 2024-12-13 13:45:11 -08:00
empty_record_assign_tag.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
empty_record_assign_tag.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
empty_record_assign_tag.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
empty_record_assign_tag.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
empty_record_assignment.expr.formatted.roc Improve parsing of negative + not'd exprs 2024-12-01 12:40:16 -08:00
empty_record_assignment.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
empty_record_assignment.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
empty_record_assignment.expr.roc Improve parsing of negative + not'd exprs 2024-12-01 12:40:16 -08:00
empty_record_eq_dbg.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
empty_record_eq_dbg.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
empty_record_eq_dbg.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
empty_record_eq_dbg.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
empty_record_eq_newlines_doubleeq.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
empty_record_eq_newlines_doubleeq.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
empty_record_eq_newlines_doubleeq.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
empty_record_eq_newlines_doubleeq.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
empty_record_newline_assign.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
empty_record_newline_assign.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
empty_record_newline_assign.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
empty_record_newline_assign.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
empty_record_update.expr.formatted.roc Fix several fmt+parse bugs found by fuzzing 2023-02-19 12:37:33 -08:00
empty_record_update.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
empty_record_update.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
empty_record_update.expr.roc Fix several fmt+parse bugs found by fuzzing 2023-02-19 12:37:33 -08:00
empty_string.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
empty_string.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
empty_string.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
empty_string.expr.roc
empty_try_pnc.expr.formatted.roc Fix two canonicalization crashes: try() and overflowed tuple indexes 2025-01-11 20:24:34 -08:00
empty_try_pnc.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
empty_try_pnc.expr.result-ast Fix two canonicalization crashes: try() and overflowed tuple indexes 2025-01-11 20:24:34 -08:00
empty_try_pnc.expr.roc Fix two canonicalization crashes: try() and overflowed tuple indexes 2025-01-11 20:24:34 -08:00
equals.expr.formatted.roc
equals.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
equals.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
equals.expr.roc
equals_with_spaces.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
equals_with_spaces.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
equals_with_spaces.expr.roc
expect.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
expect.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
expect.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
expect.expr.roc
expect_defs.moduledefs.formatted.roc Update tests 2025-01-17 19:10:20 -08:00
expect_defs.moduledefs.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
expect_defs.moduledefs.result-ast Update test_syntax snapshot after new Slice debug impl 2024-11-23 11:05:09 -03:00
expect_defs.moduledefs.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
expect_single_line.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
expect_single_line.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
expect_single_line.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
expect_single_line.expr.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
ext_on_fn_ty.expr.formatted.roc Fix ability with no newline after it 2024-12-05 18:54:11 -08:00
ext_on_fn_ty.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
ext_on_fn_ty.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
ext_on_fn_ty.expr.roc Fix purity removal 2024-12-05 18:54:10 -08:00
extra_newline.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
extra_newline.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
extra_newline.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
extra_newline.expr.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
extra_newline_in_parens.expr.formatted.roc Fix a bunch of bugs in parsing/formatting found by fuzzing 2023-02-07 20:25:56 -08:00
extra_newline_in_parens.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
extra_newline_in_parens.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
extra_newline_in_parens.expr.roc Fix a bunch of bugs in parsing/formatting found by fuzzing 2023-02-07 20:25:56 -08:00
f_not_not_f.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
f_not_not_f.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
f_not_not_f.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
f_not_not_f.expr.roc Improve parsing of negative + not'd exprs 2024-12-01 12:40:16 -08:00
float_with_underscores.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
float_with_underscores.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
float_with_underscores.expr.roc
fn_with_record_arg.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
fn_with_record_arg.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
fn_with_record_arg.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
fn_with_record_arg.expr.roc Fix formatting of initial newlines in collections 2023-02-17 09:08:50 -08:00
full_app_header.header.formatted.roc New app header syntax 2024-05-01 10:49:01 -03:00
full_app_header.header.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
full_app_header.header.result-ast Move Full from fmt to parse and reorganize confusingly-named Module ast type 2024-08-07 23:01:49 -07:00
full_app_header.header.roc New app header syntax 2024-05-01 10:49:01 -03:00
full_app_header_trailing_commas.header.formatted.roc New app header syntax 2024-05-01 10:49:01 -03:00
full_app_header_trailing_commas.header.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
full_app_header_trailing_commas.header.result-ast Move Full from fmt to parse and reorganize confusingly-named Module ast type 2024-08-07 23:01:49 -07:00
full_app_header_trailing_commas.header.roc New app header syntax 2024-05-01 10:49:01 -03:00
func_ty_parens_crazyness.expr.formatted.roc Unify Alias and Annotation formatting 2025-01-16 21:21:02 -08:00
func_ty_parens_crazyness.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
func_ty_parens_crazyness.expr.result-ast Add test that failed on main 2024-12-28 22:31:34 -05:00
func_ty_parens_crazyness.expr.roc Add test that failed on main 2024-12-28 22:31:34 -05:00
function_effect_types.header.formatted.roc Remove Task from Roc 2025-01-08 17:00:40 -08:00
function_effect_types.header.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
function_effect_types.header.result-ast Remove Task from Roc 2025-01-08 17:00:40 -08:00
function_effect_types.header.roc Remove Task from Roc 2025-01-08 17:00:40 -08:00
function_with_tuple_ext_type.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
function_with_tuple_ext_type.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
function_with_tuple_ext_type.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
function_with_tuple_ext_type.expr.roc
function_with_tuple_type.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
function_with_tuple_type.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
function_with_tuple_type.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
function_with_tuple_type.expr.roc
h_greater_comment_minus_div.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
h_greater_comment_minus_div.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
h_greater_comment_minus_div.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
h_greater_comment_minus_div.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
h_parens_as_parens_h_ann.expr.formatted.roc Fix as in apply type 2024-12-21 20:14:19 -05:00
h_parens_as_parens_h_ann.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
h_parens_as_parens_h_ann.expr.result-ast Fix as in apply type 2024-12-21 20:14:19 -05:00
h_parens_as_parens_h_ann.expr.roc Fix as in apply type 2024-12-21 20:14:19 -05:00
highest_float.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
highest_float.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
highest_float.expr.roc
highest_int.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
highest_int.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
highest_int.expr.roc
i_over_not_g.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
i_over_not_g.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
i_over_not_g.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
i_over_not_g.expr.roc Several fixes found in fuzzing 2024-12-05 18:54:03 -08:00
if_bang_then_bang_indented_else.expr.formatted.roc Remove indented-else syntax from the formatter 2025-01-20 19:18:37 -08:00
if_bang_then_bang_indented_else.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
if_bang_then_bang_indented_else.expr.result-ast Remove indented-else syntax from the formatter 2025-01-20 19:18:37 -08:00
if_bang_then_bang_indented_else.expr.roc Remove indented-else syntax from the formatter 2025-01-20 19:18:37 -08:00
if_bang_then_else_one_line.expr.formatted.roc Fix indentation of single-line ifs 2025-01-01 10:47:16 -05:00
if_bang_then_else_one_line.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
if_bang_then_else_one_line.expr.result-ast Fix indentation of single-line ifs 2025-01-01 10:47:16 -05:00
if_bang_then_else_one_line.expr.roc Fix indentation of single-line ifs 2025-01-01 10:47:16 -05:00
if_def.expr.formatted.roc
if_def.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
if_def.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
if_def.expr.roc
if_newline_then_negate_else_recordupdater.expr.formatted.roc Several fixes found in fuzzing 2024-12-05 18:54:03 -08:00
if_newline_then_negate_else_recordupdater.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
if_newline_then_negate_else_recordupdater.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
if_newline_then_negate_else_recordupdater.expr.roc Several fixes found in fuzzing 2024-12-05 18:54:03 -08:00
if_then_weird_indent.expr.formatted.roc Remove indented-else syntax from the formatter 2025-01-20 19:18:37 -08:00
if_then_weird_indent.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
if_then_weird_indent.expr.result-ast Fix indentation of single-line ifs 2025-01-01 10:47:16 -05:00
if_then_weird_indent.expr.roc Fix indentation of single-line ifs 2025-01-01 10:47:16 -05:00
implements_annotation_comment.expr.formatted.roc Implement lifting for abilities 2025-01-01 10:03:08 -05:00
implements_annotation_comment.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
implements_annotation_comment.expr.result-ast Implement lifting for abilities 2025-01-01 10:03:08 -05:00
implements_annotation_comment.expr.roc Implement lifting for abilities 2025-01-01 10:03:08 -05:00
implements_in_pat_after_comment.expr.formatted.roc Add missing indent call 2024-12-15 18:33:58 -08:00
implements_in_pat_after_comment.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
implements_in_pat_after_comment.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
implements_in_pat_after_comment.expr.roc Add missing indent call 2024-12-15 18:33:58 -08:00
implements_in_pnc_pattern.expr.formatted.roc Fix placement of comma after implements in pnc apply patterns 2025-01-11 11:05:33 -08:00
implements_in_pnc_pattern.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
implements_in_pnc_pattern.expr.result-ast Fix placement of comma after implements in pnc apply patterns 2025-01-11 11:05:33 -08:00
implements_in_pnc_pattern.expr.roc Fix placement of comma after implements in pnc apply patterns 2025-01-11 11:05:33 -08:00
implements_newline_in_fn_ty.expr.formatted.roc Disallow eliding empty record destructure assignment if expr looks like an implements clause (fixes #7366) 2024-12-15 18:33:49 -08:00
implements_newline_in_fn_ty.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
implements_newline_in_fn_ty.expr.result-ast Force initial newline in multiline ability def (fixes #7365) 2024-12-15 18:33:48 -08:00
implements_newline_in_fn_ty.expr.roc Force initial newline in multiline ability def (fixes #7365) 2024-12-15 18:33:48 -08:00
implements_newlines_comments.expr.formatted.roc Fix disappearing spaces around implements keyword 2025-01-01 11:41:17 -05:00
implements_newlines_comments.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
implements_newlines_comments.expr.result-ast Introduce proper type for TypeVar's, mark anything not a lowercase ident as malformed 2025-01-14 19:30:33 -08:00
implements_newlines_comments.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
implements_not_keyword.expr.formatted.roc Add parens around implements identifier to be conservative 2024-12-15 18:33:52 -08:00
implements_not_keyword.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
implements_not_keyword.expr.result-ast Add parens around implements identifier to be conservative 2024-12-15 18:33:52 -08:00
implements_not_keyword.expr.roc Add parens around implements identifier to be conservative 2024-12-15 18:33:52 -08:00
implements_record_destructure.expr.formatted.roc Relax implements handling in patterns 2024-12-15 18:33:58 -08:00
implements_record_destructure.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
implements_record_destructure.expr.result-ast Relax implements handling in patterns 2024-12-15 18:33:58 -08:00
implements_record_destructure.expr.roc Relax implements handling in patterns 2024-12-15 18:33:58 -08:00
import.moduledefs.formatted.roc Parse and format top-level import defs with no alias or exposed members 2024-01-20 08:35:50 -03:00
import.moduledefs.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
import.moduledefs.result-ast Update test_syntax snapshot after new Slice debug impl 2024-11-23 11:05:09 -03:00
import.moduledefs.roc Parse and format top-level import defs with no alias or exposed members 2024-01-20 08:35:50 -03:00
import_backslash_as_m.expr.formatted.roc Resolve TODO around handling non-plain strings 2025-01-11 20:24:34 -08:00
import_backslash_as_m.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
import_backslash_as_m.expr.result-ast Resolve TODO around handling non-plain strings 2025-01-11 20:24:34 -08:00
import_backslash_as_m.expr.roc Resolve TODO around handling non-plain strings 2025-01-11 20:24:34 -08:00
import_from_package.moduledefs.formatted.roc Simply import parsing and formatting by using header::KeywordItem 2024-01-20 08:35:50 -03:00
import_from_package.moduledefs.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
import_from_package.moduledefs.result-ast Update test_syntax snapshot after new Slice debug impl 2024-11-23 11:05:09 -03:00
import_from_package.moduledefs.roc Parse and format import package shorthand 2024-01-20 08:35:50 -03:00
import_in_closure_with_curlies_after.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
import_in_closure_with_curlies_after.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
import_in_closure_with_curlies_after.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
import_in_closure_with_curlies_after.expr.roc Indented seq parsing for imports 2024-12-05 18:54:18 -08:00
import_with_alias.moduledefs.formatted.roc Allow dots in import module names 2024-04-20 12:33:02 -03:00
import_with_alias.moduledefs.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
import_with_alias.moduledefs.result-ast Update test_syntax snapshot after new Slice debug impl 2024-11-23 11:05:09 -03:00
import_with_alias.moduledefs.roc Allow dots in import module names 2024-04-20 12:33:02 -03:00
import_with_comments.moduledefs.formatted.roc Simply import parsing and formatting by using header::KeywordItem 2024-01-20 08:35:50 -03:00
import_with_comments.moduledefs.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
import_with_comments.moduledefs.result-ast Update test_syntax snapshot after new Slice debug impl 2024-11-23 11:05:09 -03:00
import_with_comments.moduledefs.roc Simply import parsing and formatting by using header::KeywordItem 2024-01-20 08:35:50 -03:00
import_with_exposed.moduledefs.formatted.roc Module Params' proposal import syntax 2024-01-20 08:35:50 -03:00
import_with_exposed.moduledefs.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
import_with_exposed.moduledefs.result-ast Update test_syntax snapshot after new Slice debug impl 2024-11-23 11:05:09 -03:00
import_with_exposed.moduledefs.roc Module Params' proposal import syntax 2024-01-20 08:35:50 -03:00
import_with_params.moduledefs.formatted.roc Format module params in imports 2024-05-09 07:42:10 -03:00
import_with_params.moduledefs.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
import_with_params.moduledefs.result-ast Update test_syntax snapshot after new Slice debug impl 2024-11-23 11:05:09 -03:00
import_with_params.moduledefs.roc Format module params in imports 2024-05-09 07:42:10 -03:00
ingested_file.moduledefs.formatted.roc Parse and format inline ingested file imports 2024-01-20 08:35:50 -03:00
ingested_file.moduledefs.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
ingested_file.moduledefs.result-ast Update test_syntax snapshot after new Slice debug impl 2024-11-23 11:05:09 -03:00
ingested_file.moduledefs.roc Parse and format inline ingested file imports 2024-01-20 08:35:50 -03:00
inline_import.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
inline_import.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
inline_import.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
inline_import.expr.roc Allow dots in import module names 2024-04-20 12:33:02 -03:00
inline_ingested_file.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
inline_ingested_file.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
inline_ingested_file.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
inline_ingested_file.expr.roc Parse inline imports and ingested files at the expression level 2024-01-20 08:35:50 -03:00
inline_ingested_file_no_ann.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
inline_ingested_file_no_ann.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
inline_ingested_file_no_ann.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
inline_ingested_file_no_ann.expr.roc Format ingested file with optional annotation 2024-05-05 16:56:49 -03:00
int_with_underscore.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
int_with_underscore.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
int_with_underscore.expr.roc
lambda_in_chain.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
lambda_in_chain.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
lambda_in_chain.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
lambda_in_chain.expr.roc
lambda_indent.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
lambda_indent.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
lambda_indent.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
lambda_indent.expr.roc
large_tuple_index.expr.formatted.roc Also handle large tuple indices in a.123 form 2025-01-11 20:24:35 -08:00
large_tuple_index.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
large_tuple_index.expr.result-ast Also handle large tuple indices in a.123 form 2025-01-11 20:24:35 -08:00
large_tuple_index.expr.roc Also handle large tuple indices in a.123 form 2025-01-11 20:24:35 -08:00
list_closing_indent_not_enough.expr.formatted.roc Add a Malformed trait, and assert that 'passing' tests don't produce a malformed result 2023-01-25 21:01:05 -08:00
list_closing_indent_not_enough.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
list_closing_indent_not_enough.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
list_closing_indent_not_enough.expr.roc Add a Malformed trait, and assert that 'passing' tests don't produce a malformed result 2023-01-25 21:01:05 -08:00
list_closing_same_indent_no_trailing_comma.expr.formatted.roc Add a Malformed trait, and assert that 'passing' tests don't produce a malformed result 2023-01-25 21:01:05 -08:00
list_closing_same_indent_no_trailing_comma.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
list_closing_same_indent_no_trailing_comma.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
list_closing_same_indent_no_trailing_comma.expr.roc Add a Malformed trait, and assert that 'passing' tests don't produce a malformed result 2023-01-25 21:01:05 -08:00
list_closing_same_indent_with_trailing_comma.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
list_closing_same_indent_with_trailing_comma.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
list_closing_same_indent_with_trailing_comma.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
list_closing_same_indent_with_trailing_comma.expr.roc Add a Malformed trait, and assert that 'passing' tests don't produce a malformed result 2023-01-25 21:01:05 -08:00
list_comma_newlines.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
list_comma_newlines.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
list_comma_newlines.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
list_comma_newlines.expr.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
list_comment_newline.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
list_comment_newline.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
list_comment_newline.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
list_comment_newline.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
list_list_not_not_closure_newline.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
list_list_not_not_closure_newline.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
list_list_not_not_closure_newline.expr.result-ast Fix unary op parens in the case of closure 2025-01-01 11:47:46 -05:00
list_list_not_not_closure_newline.expr.roc Fix unary op parens in the case of closure 2025-01-01 11:47:46 -05:00
list_lots_of_spaces.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
list_lots_of_spaces.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
list_lots_of_spaces.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
list_lots_of_spaces.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
list_minus_newlines.expr.formatted.roc Fix several fmt+parse bugs found by fuzzing 2023-02-19 12:37:33 -08:00
list_minus_newlines.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
list_minus_newlines.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
list_minus_newlines.expr.roc Fix several fmt+parse bugs found by fuzzing 2023-02-19 12:37:33 -08:00
list_pattern_weird_indent.expr.formatted.roc Be more lenient with required indentation in collections 2023-01-01 17:49:51 -08:00
list_pattern_weird_indent.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
list_pattern_weird_indent.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
list_pattern_weird_indent.expr.roc Be more lenient with required indentation in collections 2023-01-01 17:49:51 -08:00
list_patterns.expr.formatted.roc
list_patterns.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
list_patterns.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
list_patterns.expr.roc
long_complex_application_with_pnc.expr.formatted.roc Fix snapshot that somehow I missed 2025-01-08 16:05:42 -06:00
long_complex_application_with_pnc.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
long_complex_application_with_pnc.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
long_complex_application_with_pnc.expr.roc Parens and Commas application syntax 2025-01-02 16:49:08 -06:00
lowest_float.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
lowest_float.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
lowest_float.expr.roc
lowest_int.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
lowest_int.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
lowest_int.expr.roc
mega_parens_pat.expr.formatted.roc Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
mega_parens_pat.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
mega_parens_pat.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
mega_parens_pat.expr.roc Ensure formatted multiline patterns can be parsed 2024-12-05 18:54:21 -08:00
middle_when_branch_comment_after_parens.expr.formatted.roc Fix spaces in the middle of where branches 2025-01-01 14:59:21 -05:00
middle_when_branch_comment_after_parens.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
middle_when_branch_comment_after_parens.expr.result-ast Fix spaces in the middle of where branches 2025-01-01 14:59:21 -05:00
middle_when_branch_comment_after_parens.expr.roc Fix spaces in the middle of where branches 2025-01-01 14:59:21 -05:00
min_parens_number.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
min_parens_number.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
min_parens_number.expr.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
minimal_app_header.header.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
minimal_app_header.header.result-ast Move Full from fmt to parse and reorganize confusingly-named Module ast type 2024-08-07 23:01:49 -07:00
minimal_app_header.header.roc New app header syntax 2024-05-01 10:49:01 -03:00
minus_minus_block_string.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
minus_minus_block_string.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
minus_minus_block_string.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
minus_minus_block_string.expr.roc Improve parsing of negative + not'd exprs 2024-12-01 12:40:16 -08:00
minus_minus_six.expr.formatted.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
minus_minus_six.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
minus_minus_six.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
minus_minus_six.expr.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
minus_newline_minus.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
minus_newline_minus.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
minus_newline_minus.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
minus_newline_minus.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
minus_newline_minus_minus.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
minus_newline_minus_minus.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
minus_newline_minus_minus.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
minus_newline_minus_minus.expr.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
minus_not_h.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
minus_not_h.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
minus_not_h.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
minus_not_h.expr.roc Improve parsing of negative + not'd exprs 2024-12-01 12:40:16 -08:00
minus_twelve_minus_five.expr.formatted.roc
minus_twelve_minus_five.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
minus_twelve_minus_five.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
minus_twelve_minus_five.expr.roc
mixed_docs.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
mixed_docs.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
mixed_docs.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
mixed_docs.expr.roc
module_def_newline.moduledefs.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
module_def_newline.moduledefs.result-ast Update test_syntax snapshot after new Slice debug impl 2024-11-23 11:05:09 -03:00
module_def_newline.moduledefs.roc
module_multiline_exposes.header.formatted.roc New module header 2024-05-01 10:39:12 -03:00
module_multiline_exposes.header.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
module_multiline_exposes.header.result-ast Move Full from fmt to parse and reorganize confusingly-named Module ast type 2024-08-07 23:01:49 -07:00
module_multiline_exposes.header.roc New module header 2024-05-01 10:39:12 -03:00
module_with_multiline_params_and_exposes.header.formatted.roc Format module header with params 2024-05-09 07:27:58 -03:00
module_with_multiline_params_and_exposes.header.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
module_with_multiline_params_and_exposes.header.result-ast Merge attempt 2024-08-19 23:34:05 -07:00
module_with_multiline_params_and_exposes.header.roc Format module header with params 2024-05-09 07:27:58 -03:00
module_with_newline.header.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
module_with_newline.header.result-ast Move Full from fmt to parse and reorganize confusingly-named Module ast type 2024-08-07 23:01:49 -07:00
module_with_newline.header.roc New module header 2024-05-01 10:39:12 -03:00
module_with_optional_param.header.formatted.roc Support '??' syntax for optional record fields 2025-01-04 14:26:20 -06:00
module_with_optional_param.header.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
module_with_optional_param.header.result-ast Merge attempt 2024-08-19 23:34:05 -07:00
module_with_optional_param.header.roc Add module with optional param syntax test 2024-05-09 07:27:58 -03:00
module_with_params.header.formatted.roc Format module header with params 2024-05-09 07:27:58 -03:00
module_with_params.header.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
module_with_params.header.result-ast Merge attempt 2024-08-19 23:34:05 -07:00
module_with_params.header.roc Parse params in module header 2024-05-09 07:27:43 -03:00
module_with_params_and_multiline_exposes.header.formatted.roc Format module header with params 2024-05-09 07:27:58 -03:00
module_with_params_and_multiline_exposes.header.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
module_with_params_and_multiline_exposes.header.result-ast Merge attempt 2024-08-19 23:34:05 -07:00
module_with_params_and_multiline_exposes.header.roc Format module header with params 2024-05-09 07:27:58 -03:00
mul_comment_neg.expr.formatted.roc Improve parsing of negative + not'd exprs 2024-12-01 12:40:16 -08:00
mul_comment_neg.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
mul_comment_neg.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
mul_comment_neg.expr.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
multi_char_string.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
multi_char_string.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
multi_char_string.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
multi_char_string.expr.roc
multilin_str_body.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
multilin_str_body.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
multilin_str_body.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
multilin_str_body.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
multiline_apply_equals_multiline_apply.expr.formatted.roc Adjust parens around patterns in annotations 2024-12-05 18:54:08 -08:00
multiline_apply_equals_multiline_apply.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
multiline_apply_equals_multiline_apply.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
multiline_apply_equals_multiline_apply.expr.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
multiline_binop_when_with_comments.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
multiline_binop_when_with_comments.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
multiline_binop_when_with_comments.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
multiline_binop_when_with_comments.expr.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
multiline_str_after_newlines_in_pat.expr.formatted.roc Generalize fmt rules around multiline strs in pats 2024-12-15 18:33:50 -08:00
multiline_str_after_newlines_in_pat.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
multiline_str_after_newlines_in_pat.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
multiline_str_after_newlines_in_pat.expr.roc Generalize fmt rules around multiline strs in pats 2024-12-15 18:33:50 -08:00
multiline_str_and_str_in_alias.expr.formatted.roc Handle multiline string at the start of a pattern 2024-12-15 18:33:56 -08:00
multiline_str_and_str_in_alias.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
multiline_str_and_str_in_alias.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
multiline_str_and_str_in_alias.expr.roc Handle multiline string at the start of a pattern 2024-12-15 18:33:56 -08:00
multiline_str_apply_in_parens_pat.expr.formatted.roc Fix multiline str pattern newline multiplication 2024-12-13 13:45:11 -08:00
multiline_str_apply_in_parens_pat.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
multiline_str_apply_in_parens_pat.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
multiline_str_apply_in_parens_pat.expr.roc Parens and Commas application syntax 2025-01-02 16:49:08 -06:00
multiline_str_crazyness.expr.formatted.roc Move to new interpolation syntax 2025-01-10 10:29:20 -08:00
multiline_str_crazyness.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
multiline_str_crazyness.expr.result-ast Fix out-of-date syntax snapshots 2025-01-10 13:08:13 -08:00
multiline_str_crazyness.expr.roc Fix broken RustGlue.roc interpolation 2025-01-10 12:30:18 -08:00
multiline_str_in_closure_in_when_guard_wtf.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
multiline_str_in_closure_in_when_guard_wtf.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
multiline_str_in_closure_in_when_guard_wtf.expr.result-ast allow arrow to be an expr terminator in when guards 2025-01-10 21:10:56 -08:00
multiline_str_in_closure_in_when_guard_wtf.expr.roc allow arrow to be an expr terminator in when guards 2025-01-10 21:10:56 -08:00
multiline_str_in_pat.expr.formatted.roc Ensure formatted multiline patterns can be parsed 2024-12-05 18:54:21 -08:00
multiline_str_in_pat.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
multiline_str_in_pat.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
multiline_str_in_pat.expr.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
multiline_str_interpolation_records.expr.formatted.roc Move to new interpolation syntax 2025-01-10 10:29:20 -08:00
multiline_str_interpolation_records.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
multiline_str_interpolation_records.expr.result-ast Correctly update newline and indent state in multiline strings 2024-12-15 18:33:50 -08:00
multiline_str_interpolation_records.expr.roc Move to new interpolation syntax 2025-01-10 10:29:20 -08:00
multiline_str_opt_field.expr.formatted.roc Support '??' syntax for optional record fields 2025-01-04 14:26:20 -06:00
multiline_str_opt_field.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
multiline_str_opt_field.expr.result-ast Don't mix spaces before/after the field separator 2024-12-13 13:45:10 -08:00
multiline_str_opt_field.expr.roc Don't mix spaces before/after the field separator 2024-12-13 13:45:10 -08:00
multiline_str_pnc_apply_in_assignment_newline.expr.formatted.roc handle record access when checking for block string literals 2025-01-11 11:05:54 -08:00
multiline_str_pnc_apply_in_assignment_newline.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
multiline_str_pnc_apply_in_assignment_newline.expr.result-ast handle record access when checking for block string literals 2025-01-11 11:05:54 -08:00
multiline_str_pnc_apply_in_assignment_newline.expr.roc handle record access when checking for block string literals 2025-01-11 11:05:54 -08:00
multiline_str_pnc_apply_in_assignment_record_access_newline.expr.formatted.roc Also handle tuple accessors for multiline string checking 2025-01-16 21:16:10 -08:00
multiline_str_pnc_apply_in_assignment_record_access_newline.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
multiline_str_pnc_apply_in_assignment_record_access_newline.expr.result-ast Also handle tuple accessors for multiline string checking 2025-01-16 21:16:10 -08:00
multiline_str_pnc_apply_in_assignment_record_access_newline.expr.roc Also handle tuple accessors for multiline string checking 2025-01-16 21:16:10 -08:00
multiline_string.expr.formatted.roc
multiline_string.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
multiline_string.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
multiline_string.expr.roc
multiline_string_in_apply.expr.formatted.roc Fix approximately a bajillion fmt and parsing bugs 2023-01-13 18:20:44 -08:00
multiline_string_in_apply.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
multiline_string_in_apply.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
multiline_string_in_apply.expr.roc Fix approximately a bajillion fmt and parsing bugs 2023-01-13 18:20:44 -08:00
multiline_tuple_with_comments.expr.formatted.roc
multiline_tuple_with_comments.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
multiline_tuple_with_comments.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
multiline_tuple_with_comments.expr.roc
multiline_type_signature.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
multiline_type_signature.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
multiline_type_signature.expr.roc
multiline_type_signature_with_comment.expr.formatted.roc
multiline_type_signature_with_comment.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
multiline_type_signature_with_comment.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
multiline_type_signature_with_comment.expr.roc
multiple_fields.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
multiple_fields.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
multiple_fields.expr.roc
multiple_operators.expr.formatted.roc
multiple_operators.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
multiple_operators.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
multiple_operators.expr.roc
neg_float_literal_pnc_apply_pat.expr.formatted.roc Fix negative float and non-base-10 literal patterns 2025-01-16 21:16:53 -08:00
neg_float_literal_pnc_apply_pat.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
neg_float_literal_pnc_apply_pat.expr.result-ast Fix negative float and non-base-10 literal patterns 2025-01-16 21:16:53 -08:00
neg_float_literal_pnc_apply_pat.expr.roc Fix negative float and non-base-10 literal patterns 2025-01-16 21:16:53 -08:00
neg_inf_float.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
neg_inf_float.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
neg_inf_float.expr.roc
neg_nested_parens.expr.formatted.roc Address review feedback 2025-01-02 17:59:09 -06:00
neg_nested_parens.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
neg_nested_parens.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
neg_nested_parens.expr.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
neg_newline_four.expr.formatted.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
neg_newline_four.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
neg_newline_four.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
neg_newline_four.expr.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
negate_apply_parens_comment.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
negate_apply_parens_comment.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
negate_apply_parens_comment.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
negate_apply_parens_comment.expr.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
negate_multiline_string.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
negate_multiline_string.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
negate_multiline_string.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
negate_multiline_string.expr.roc Fix a bunch of bugs in parsing/formatting found by fuzzing 2023-02-07 20:25:56 -08:00
negate_multiline_string_with_quote.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
negate_multiline_string_with_quote.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
negate_multiline_string_with_quote.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
negate_multiline_string_with_quote.expr.roc Fix a bunch of bugs in parsing/formatting found by fuzzing 2023-02-07 20:25:56 -08:00
negative_float.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
negative_float.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
negative_float.expr.roc
negative_in_apply_def.expr.formatted.roc Fix approximately a bajillion fmt and parsing bugs 2023-01-13 18:20:44 -08:00
negative_in_apply_def.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
negative_in_apply_def.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
negative_in_apply_def.expr.roc Fix approximately a bajillion fmt and parsing bugs 2023-01-13 18:20:44 -08:00
negative_int.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
negative_int.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
negative_int.expr.roc
negative_single_quote.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
negative_single_quote.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
negative_single_quote.expr.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
nested_def_annotation.moduledefs.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
nested_def_annotation.moduledefs.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
nested_def_annotation.moduledefs.result-ast Update test_syntax snapshot after new Slice debug impl 2024-11-23 11:05:09 -03:00
nested_def_annotation.moduledefs.roc
nested_if.expr.formatted.roc
nested_if.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
nested_if.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
nested_if.expr.roc
nested_if_unindented.expr.formatted.roc Fix else spacing 2025-01-11 11:05:34 -08:00
nested_if_unindented.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
nested_if_unindented.expr.result-ast Fix else spacing 2025-01-11 11:05:34 -08:00
nested_if_unindented.expr.roc Fix else spacing 2025-01-11 11:05:34 -08:00
nested_list_comment_in_closure_arg.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
nested_list_comment_in_closure_arg.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
nested_list_comment_in_closure_arg.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
nested_list_comment_in_closure_arg.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
nested_parens_in_pattern.expr.formatted.roc Make sure patterns continue to parse as such 2024-12-05 18:54:13 -08:00
nested_parens_in_pattern.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
nested_parens_in_pattern.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
nested_parens_in_pattern.expr.roc Make sure patterns continue to parse as such 2024-12-05 18:54:13 -08:00
nested_when_comment_in_pat.expr.formatted.roc Fix when indent in the presence of weird multiline patterns 2024-12-13 13:45:12 -08:00
nested_when_comment_in_pat.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
nested_when_comment_in_pat.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
nested_when_comment_in_pat.expr.roc Fix when indent in the presence of weird multiline patterns 2024-12-13 13:45:12 -08:00
new_lambda_as_second_statement.moduledefs.formatted.roc Update tests 2025-01-17 19:10:20 -08:00
new_lambda_as_second_statement.moduledefs.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
new_lambda_as_second_statement.moduledefs.result-ast Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
new_lambda_as_second_statement.moduledefs.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
newline_after_equals.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
newline_after_equals.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
newline_after_equals.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
newline_after_equals.expr.roc
newline_after_import_str_as.expr.formatted.roc Add missing indent call in import 2024-12-15 18:33:50 -08:00
newline_after_import_str_as.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
newline_after_import_str_as.expr.result-ast Add missing indent call in import 2024-12-15 18:33:50 -08:00
newline_after_import_str_as.expr.roc Add missing indent call in import 2024-12-15 18:33:50 -08:00
newline_after_mul.expr.formatted.roc
newline_after_mul.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
newline_after_mul.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
newline_after_mul.expr.roc
newline_after_opt_field.expr.formatted.roc Support '??' syntax for optional record fields 2025-01-04 14:26:20 -06:00
newline_after_opt_field.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
newline_after_opt_field.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
newline_after_opt_field.expr.roc Fix indent calls in optional fields 2024-12-05 18:54:08 -08:00
newline_after_paren.expr.formatted.roc Fix approximately a bajillion fmt and parsing bugs 2023-01-13 18:20:44 -08:00
newline_after_paren.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
newline_after_paren.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
newline_after_paren.expr.roc Fix approximately a bajillion fmt and parsing bugs 2023-01-13 18:20:44 -08:00
newline_after_sub.expr.formatted.roc
newline_after_sub.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
newline_after_sub.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
newline_after_sub.expr.roc
newline_and_spaces_before_less_than.expr.formatted.roc
newline_and_spaces_before_less_than.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
newline_and_spaces_before_less_than.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
newline_and_spaces_before_less_than.expr.roc
newline_before_add.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
newline_before_add.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
newline_before_add.expr.roc
newline_before_and_after_implements_opaque.expr.formatted.roc Fix double-wrapping of spaces before implements opaque keyword by making them distinct 2025-01-05 15:10:13 -08:00
newline_before_and_after_implements_opaque.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
newline_before_and_after_implements_opaque.expr.result-ast Fix double-wrapping of spaces before implements opaque keyword by making them distinct 2025-01-05 15:10:13 -08:00
newline_before_and_after_implements_opaque.expr.roc Fix double-wrapping of spaces before implements opaque keyword by making them distinct 2025-01-05 15:10:13 -08:00
newline_before_import_curlies.expr.formatted.roc Record updates 2024-12-05 18:54:07 -08:00
newline_before_import_curlies.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
newline_before_import_curlies.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
newline_before_import_curlies.expr.roc Record updates 2024-12-05 18:54:07 -08:00
newline_before_sub.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
newline_before_sub.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
newline_before_sub.expr.roc
newline_in_packages.full.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
newline_in_packages.full.result-ast Update test_syntax snapshot after new Slice debug impl 2024-11-23 11:05:09 -03:00
newline_in_packages.full.roc WIP 2024-11-11 10:22:58 +11:00
newline_in_type_alias_application.expr.formatted.roc Unify Alias and Annotation formatting 2025-01-16 21:21:02 -08:00
newline_in_type_alias_application.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
newline_in_type_alias_application.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
newline_in_type_alias_application.expr.roc Fix approximately a bajillion fmt and parsing bugs 2023-01-13 18:20:44 -08:00
newline_in_type_def.expr.formatted.roc
newline_in_type_def.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
newline_in_type_def.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
newline_in_type_def.expr.roc
newline_inside_empty_list.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
newline_inside_empty_list.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
newline_inside_empty_list.expr.roc
newline_singleton_list.expr.formatted.roc
newline_singleton_list.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
newline_singleton_list.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
newline_singleton_list.expr.roc
no_newline_after_implements.expr.formatted.roc Disallow eliding empty record destructure assignment if expr looks like an implements clause (fixes #7366) 2024-12-15 18:33:49 -08:00
no_newline_after_implements.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
no_newline_after_implements.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
no_newline_after_implements.expr.roc Fix ability with no newline after it 2024-12-05 18:54:11 -08:00
nonempty_hosted_header.header.formatted.roc Upgrade hosted header in the style module header 2025-01-26 15:07:57 -08:00
nonempty_hosted_header.header.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
nonempty_hosted_header.header.result-ast Upgrade hosted header in the style module header 2025-01-26 15:07:57 -08:00
nonempty_hosted_header.header.roc Upgrade hosted header in the style module header 2025-01-26 15:07:57 -08:00
nonempty_old_hosted_header.header.formatted.roc Upgrade hosted header in the style module header 2025-01-26 15:07:57 -08:00
nonempty_old_hosted_header.header.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
nonempty_old_hosted_header.header.result-ast Upgrade hosted header in the style module header 2025-01-26 15:07:57 -08:00
nonempty_old_hosted_header.header.roc Upgrade hosted header in the style module header 2025-01-26 15:07:57 -08:00
nonempty_package_header.header.formatted.roc New package header syntax 2024-05-01 10:49:03 -03:00
nonempty_package_header.header.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
nonempty_package_header.header.result-ast Move Full from fmt to parse and reorganize confusingly-named Module ast type 2024-08-07 23:01:49 -07:00
nonempty_package_header.header.roc New package header syntax 2024-05-01 10:49:03 -03:00
nonempty_platform_header.header.formatted.roc Progress on updating entire compiler for snake_case 2025-01-05 03:48:03 -08:00
nonempty_platform_header.header.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
nonempty_platform_header.header.result-ast Update syntax tests 2025-01-05 16:41:40 -08:00
nonempty_platform_header.header.roc Progress on updating entire compiler for snake_case 2025-01-05 03:48:03 -08:00
not_double_parens.expr.formatted.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
not_double_parens.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
not_double_parens.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
not_double_parens.expr.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
not_multiline_string.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
not_multiline_string.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
not_multiline_string.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
not_multiline_string.expr.roc Fix a bunch of bugs in parsing/formatting found by fuzzing 2023-02-07 20:25:56 -08:00
not_record_updater.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
not_record_updater.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
not_record_updater.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
not_record_updater.expr.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
not_tag.expr.formatted.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
not_tag.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
not_tag.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
not_tag.expr.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
num_bang_amp_z_dot_t.expr.formatted.roc Fix bug found in the wild via fuzzing, move fuzzing job to the end 2024-12-11 18:39:15 -08:00
num_bang_amp_z_dot_t.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
num_bang_amp_z_dot_t.expr.result-ast Fix bug found in the wild via fuzzing, move fuzzing job to the end 2024-12-11 18:39:15 -08:00
num_bang_amp_z_dot_t.expr.roc Fix bug found in the wild via fuzzing, move fuzzing job to the end 2024-12-11 18:39:15 -08:00
number_literal_suffixes.expr.formatted.roc Adjust parens around patterns in annotations 2024-12-05 18:54:08 -08:00
number_literal_suffixes.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
number_literal_suffixes.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
number_literal_suffixes.expr.roc Remove Nat from tests 2024-01-26 16:19:52 -05:00
old_app_header.full.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
old_app_header.full.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
old_app_header.full.result-ast Update test_syntax snapshot after new Slice debug impl 2024-11-23 11:05:09 -03:00
old_app_header.full.roc New app header syntax 2024-05-01 10:49:01 -03:00
old_interface_header.header.formatted.roc New module header 2024-05-01 10:39:12 -03:00
old_interface_header.header.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
old_interface_header.header.result-ast Move Full from fmt to parse and reorganize confusingly-named Module ast type 2024-08-07 23:01:49 -07:00
old_interface_header.header.roc New module header 2024-05-01 10:39:12 -03:00
one_char_string.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
one_char_string.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
one_char_string.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
one_char_string.expr.roc
one_def.expr.formatted.roc
one_def.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
one_def.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
one_def.expr.roc
one_minus_two.expr.formatted.roc
one_minus_two.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
one_minus_two.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
one_minus_two.expr.roc
one_plus_two.expr.formatted.roc
one_plus_two.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
one_plus_two.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
one_plus_two.expr.roc
one_spaced_def.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
one_spaced_def.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
one_spaced_def.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
one_spaced_def.expr.roc
opaque_comment_after_head.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
opaque_comment_after_head.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
opaque_comment_after_head.expr.result-ast Introduce proper type for TypeVar's, mark anything not a lowercase ident as malformed 2025-01-14 19:30:33 -08:00
opaque_comment_after_head.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
opaque_destructure_first_item_in_body.expr.formatted.roc Adjust parens around patterns in annotations 2024-12-05 18:54:08 -08:00
opaque_destructure_first_item_in_body.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
opaque_destructure_first_item_in_body.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
opaque_destructure_first_item_in_body.expr.roc
opaque_has_abilities.expr.formatted.roc Update snapshot tests 2023-08-10 21:51:01 -04:00
opaque_has_abilities.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
opaque_has_abilities.expr.result-ast Fix double-wrapping of spaces before implements opaque keyword by making them distinct 2025-01-05 15:10:13 -08:00
opaque_has_abilities.expr.roc | -> where 2023-06-05 20:19:00 -04:00
opaque_reference_expr.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
opaque_reference_expr.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
opaque_reference_expr.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
opaque_reference_expr.expr.roc
opaque_reference_expr_with_arguments.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
opaque_reference_expr_with_arguments.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
opaque_reference_expr_with_arguments.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
opaque_reference_expr_with_arguments.expr.roc
opaque_reference_pattern.expr.formatted.roc
opaque_reference_pattern.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
opaque_reference_pattern.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
opaque_reference_pattern.expr.roc
opaque_reference_pattern_with_arguments.expr.formatted.roc
opaque_reference_pattern_with_arguments.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
opaque_reference_pattern_with_arguments.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
opaque_reference_pattern_with_arguments.expr.roc
opaque_simple.moduledefs.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
opaque_simple.moduledefs.result-ast Update test_syntax snapshot after new Slice debug impl 2024-11-23 11:05:09 -03:00
opaque_simple.moduledefs.roc
opaque_with_type_arguments.moduledefs.formatted.roc
opaque_with_type_arguments.moduledefs.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
opaque_with_type_arguments.moduledefs.result-ast Introduce proper type for TypeVar's, mark anything not a lowercase ident as malformed 2025-01-14 19:30:33 -08:00
opaque_with_type_arguments.moduledefs.roc
ops_with_newlines.expr.formatted.roc
ops_with_newlines.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
ops_with_newlines.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
ops_with_newlines.expr.roc
opt_field_newline_in_pat.expr.formatted.roc Support '??' syntax for optional record fields 2025-01-04 14:26:20 -06:00
opt_field_newline_in_pat.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
opt_field_newline_in_pat.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
opt_field_newline_in_pat.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
opt_field_newline_in_ty.expr.formatted.roc Support '??' syntax for optional record fields 2025-01-04 14:26:20 -06:00
opt_field_newline_in_ty.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
opt_field_newline_in_ty.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
opt_field_newline_in_ty.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
opt_record_field_pat_assign.expr.formatted.roc Support '??' syntax for optional record fields 2025-01-04 14:26:20 -06:00
opt_record_field_pat_assign.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
opt_record_field_pat_assign.expr.result-ast Fix formatting of body when pattern is multi-line 2024-12-15 18:33:58 -08:00
opt_record_field_pat_assign.expr.roc Fix formatting of body when pattern is multi-line 2024-12-15 18:33:58 -08:00
outdented_app_with_record.expr.formatted.roc Adjust parens around patterns in annotations 2024-12-05 18:54:08 -08:00
outdented_app_with_record.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
outdented_app_with_record.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
outdented_app_with_record.expr.roc
outdented_colon_in_record.expr.formatted.roc Adjust parens around patterns in annotations 2024-12-05 18:54:08 -08:00
outdented_colon_in_record.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
outdented_colon_in_record.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
outdented_colon_in_record.expr.roc Be more lenient with indentation in record parsing 2023-01-02 18:53:15 -08:00
outdented_list.expr.formatted.roc
outdented_list.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
outdented_list.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
outdented_list.expr.roc
outdented_record.expr.formatted.roc Adjust parens around patterns in annotations 2024-12-05 18:54:08 -08:00
outdented_record.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
outdented_record.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
outdented_record.expr.roc
p_return_f_minus_f.expr.formatted.roc Handle comments after return value 2024-12-15 18:33:56 -08:00
p_return_f_minus_f.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
p_return_f_minus_f.expr.result-ast Don't drop spaces before return 2024-12-13 13:45:10 -08:00
p_return_f_minus_f.expr.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
packed_singleton_list.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
packed_singleton_list.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
packed_singleton_list.expr.roc
paren_newline_before_return.expr.formatted.roc Don't drop spaces before return 2024-12-13 13:45:10 -08:00
paren_newline_before_return.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
paren_newline_before_return.expr.result-ast Don't drop spaces before return 2024-12-13 13:45:10 -08:00
paren_newline_before_return.expr.roc Don't drop spaces before return 2024-12-13 13:45:10 -08:00
parens_apply_newline.expr.formatted.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
parens_apply_newline.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
parens_apply_newline.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
parens_apply_newline.expr.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
parens_apply_not_parens.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
parens_apply_not_parens.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
parens_apply_not_parens.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
parens_apply_not_parens.expr.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
parens_comment_in_str_interpolation.expr.formatted.roc Move to new interpolation syntax 2025-01-10 10:29:20 -08:00
parens_comment_in_str_interpolation.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
parens_comment_in_str_interpolation.expr.result-ast Fix comments in str interpolations 2024-12-16 18:23:37 -08:00
parens_comment_in_str_interpolation.expr.roc Move to new interpolation syntax 2025-01-10 10:29:20 -08:00
parens_comment_tuple.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
parens_comment_tuple.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
parens_comment_tuple.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
parens_comment_tuple.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
parens_empty_record_apply.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
parens_empty_record_apply.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
parens_empty_record_apply.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
parens_empty_record_apply.expr.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
parens_func_apply_type.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
parens_func_apply_type.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
parens_func_apply_type.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
parens_func_apply_type.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
parens_newline_in_func_type.expr.formatted.roc Unify Alias and Annotation formatting 2025-01-16 21:21:02 -08:00
parens_newline_in_func_type.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
parens_newline_in_func_type.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
parens_newline_in_func_type.expr.roc Fix formatting of newlines in parens in a function type 2024-12-05 18:54:18 -08:00
parens_newlines_before_as.expr.formatted.roc Fix as indentation 2024-12-15 18:33:53 -08:00
parens_newlines_before_as.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
parens_newlines_before_as.expr.result-ast Format spaces in as annotation correctly 2024-12-15 18:33:52 -08:00
parens_newlines_before_as.expr.roc Format spaces in as annotation correctly 2024-12-15 18:33:52 -08:00
parens_record_updater.expr.formatted.roc Fix a couple minor parsing bugs 2024-12-01 12:40:17 -08:00
parens_record_updater.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
parens_record_updater.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
parens_record_updater.expr.roc Fix a couple minor parsing bugs 2024-12-01 12:40:17 -08:00
parenthesized_type_def.expr.formatted.roc Fix a bunch of bugs in parsing/formatting found by fuzzing 2023-02-07 20:25:56 -08:00
parenthesized_type_def.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
parenthesized_type_def.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
parenthesized_type_def.expr.roc Fix a bunch of bugs in parsing/formatting found by fuzzing 2023-02-07 20:25:56 -08:00
parenthesized_type_def_space_before.expr.formatted.roc Fix a bunch of bugs in parsing/formatting found by fuzzing 2023-02-07 20:25:56 -08:00
parenthesized_type_def_space_before.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
parenthesized_type_def_space_before.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
parenthesized_type_def_space_before.expr.roc Fix a bunch of bugs in parsing/formatting found by fuzzing 2023-02-07 20:25:56 -08:00
parenthetical_apply.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
parenthetical_apply.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
parenthetical_apply.expr.roc
parenthetical_basic_field.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
parenthetical_basic_field.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
parenthetical_basic_field.expr.roc
parenthetical_field_qualified_var.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
parenthetical_field_qualified_var.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
parenthetical_field_qualified_var.expr.roc
parenthetical_var.expr.formatted.roc
parenthetical_var.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
parenthetical_var.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
parenthetical_var.expr.roc
parse_alias.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
parse_alias.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
parse_alias.expr.result-ast Introduce proper type for TypeVar's, mark anything not a lowercase ident as malformed 2025-01-14 19:30:33 -08:00
parse_alias.expr.roc
parse_as_ann.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
parse_as_ann.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
parse_as_ann.expr.result-ast Introduce proper type for TypeVar's, mark anything not a lowercase ident as malformed 2025-01-14 19:30:33 -08:00
parse_as_ann.expr.roc
pat_parens_newline_before_pipe_when.expr.formatted.roc Fix pipe indents in when 2025-01-11 11:05:35 -08:00
pat_parens_newline_before_pipe_when.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
pat_parens_newline_before_pipe_when.expr.result-ast Fix pipe indents in when 2025-01-11 11:05:35 -08:00
pat_parens_newline_before_pipe_when.expr.roc Fix pipe indents in when 2025-01-11 11:05:35 -08:00
pat_space_after_comma.expr.formatted.roc Several fixes found in fuzzing 2024-12-05 18:54:03 -08:00
pat_space_after_comma.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
pat_space_after_comma.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
pat_space_after_comma.expr.roc Several fixes found in fuzzing 2024-12-05 18:54:03 -08:00
pattern_as.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
pattern_as.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
pattern_as.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
pattern_as.expr.roc
pattern_as_list_rest.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
pattern_as_list_rest.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
pattern_as_list_rest.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
pattern_as_list_rest.expr.roc update tests 2022-12-30 23:21:41 +01:00
pattern_as_spaces.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
pattern_as_spaces.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
pattern_as_spaces.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
pattern_as_spaces.expr.roc
pattern_comma_newlines.expr.formatted.roc Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
pattern_comma_newlines.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
pattern_comma_newlines.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
pattern_comma_newlines.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
pattern_record_apply_comment.expr.formatted.roc Fix newlines after multiline apply func pattern (#7342) 2024-12-13 13:45:09 -08:00
pattern_record_apply_comment.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
pattern_record_apply_comment.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
pattern_record_apply_comment.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
pattern_with_as_parens.expr.formatted.roc Fix as pattern formatting inside apply 2024-12-10 18:55:40 -08:00
pattern_with_as_parens.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
pattern_with_as_parens.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
pattern_with_as_parens.expr.roc Fix as pattern formatting inside apply 2024-12-10 18:55:40 -08:00
pattern_with_space_in_parens.expr.formatted.roc
pattern_with_space_in_parens.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
pattern_with_space_in_parens.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
pattern_with_space_in_parens.expr.roc
pizza_dbg.expr.formatted.roc Support passing values into dbg with the pipe operator 2024-09-05 20:13:54 -04:00
pizza_dbg.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
pizza_dbg.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
pizza_dbg.expr.roc Support passing values into dbg with the pipe operator 2024-09-05 20:13:54 -04:00
pizza_question.moduledefs.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
pizza_question.moduledefs.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
pizza_question.moduledefs.result-ast Remove Task from Roc 2025-01-08 17:00:40 -08:00
pizza_question.moduledefs.roc Move to new interpolation syntax 2025-01-10 10:29:20 -08:00
plus_if.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
plus_if.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
plus_if.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
plus_if.expr.roc
plus_when.expr.formatted.roc
plus_when.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
plus_when.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
plus_when.expr.roc
pnc_apply_comment_after_newline.expr.formatted.roc Fix pnc args multiine in the presence of final comments 2025-01-08 21:25:39 -08:00
pnc_apply_comment_after_newline.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
pnc_apply_comment_after_newline.expr.result-ast Fix pnc args multiine in the presence of final comments 2025-01-08 21:25:39 -08:00
pnc_apply_comment_after_newline.expr.roc Fix pnc args multiine in the presence of final comments 2025-01-08 21:25:39 -08:00
pnc_apply_neg_pattern.expr.formatted.roc Fix formatting of negative numbers in pnc apply patterns 2025-01-11 11:05:33 -08:00
pnc_apply_neg_pattern.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
pnc_apply_neg_pattern.expr.result-ast Fix formatting of negative numbers in pnc apply patterns 2025-01-11 11:05:33 -08:00
pnc_apply_neg_pattern.expr.roc Fix formatting of negative numbers in pnc apply patterns 2025-01-11 11:05:33 -08:00
pnc_dbg_parens_comment.expr.formatted.roc Don't turn pnc apply dbg into DbgStmt 2025-01-11 11:05:35 -08:00
pnc_dbg_parens_comment.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
pnc_dbg_parens_comment.expr.result-ast Don't turn pnc apply dbg into DbgStmt 2025-01-11 11:05:35 -08:00
pnc_dbg_parens_comment.expr.roc Don't turn pnc apply dbg into DbgStmt 2025-01-11 11:05:35 -08:00
pnc_parens_apply_etc.expr.formatted.roc Fix pnc apply pattern lift spaces 2025-01-09 21:06:08 -08:00
pnc_parens_apply_etc.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
pnc_parens_apply_etc.expr.result-ast Fix pnc apply pattern lift spaces 2025-01-09 21:06:08 -08:00
pnc_parens_apply_etc.expr.roc Fix pnc apply pattern lift spaces 2025-01-09 21:06:08 -08:00
pos_inf_float.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
pos_inf_float.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
pos_inf_float.expr.roc
positive_float.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
positive_float.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
positive_float.expr.roc
positive_int.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
positive_int.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
positive_int.expr.roc
provides_type.header.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
provides_type.header.result-ast Move Full from fmt to parse and reorganize confusingly-named Module ast type 2024-08-07 23:01:49 -07:00
provides_type.header.roc New app header syntax 2024-05-01 10:49:01 -03:00
qualified_field.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
qualified_field.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
qualified_field.expr.roc
qualified_var.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
qualified_var.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
qualified_var.expr.roc
record_access_after_tuple.expr.formatted.roc
record_access_after_tuple.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
record_access_after_tuple.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
record_access_after_tuple.expr.roc
record_builder.expr.formatted.roc Adjust parens around patterns in annotations 2024-12-05 18:54:08 -08:00
record_builder.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
record_builder.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
record_builder.expr.roc Add syntax tests for record builder 2024-08-06 22:49:35 -07:00
record_builder_ignored_fields.expr.formatted.roc Adjust parens around patterns in annotations 2024-12-05 18:54:08 -08:00
record_builder_ignored_fields.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
record_builder_ignored_fields.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
record_builder_ignored_fields.expr.roc Add syntax tests for record builder 2024-08-06 22:49:35 -07:00
record_comment_newline_field.expr.formatted.roc Adjust parens around patterns in annotations 2024-12-05 18:54:08 -08:00
record_comment_newline_field.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
record_comment_newline_field.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
record_comment_newline_field.expr.roc Record updates 2024-12-05 18:54:07 -08:00
record_destructure_def.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
record_destructure_def.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
record_destructure_def.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
record_destructure_def.expr.roc
record_destructure_field_bang.expr.formatted.roc WIP 2024-11-11 10:22:58 +11:00
record_destructure_field_bang.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
record_destructure_field_bang.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
record_destructure_field_bang.expr.roc WIP 2024-11-11 10:22:58 +11:00
record_double_newline_comment_field.expr.formatted.roc Adjust parens around patterns in annotations 2024-12-05 18:54:08 -08:00
record_double_newline_comment_field.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
record_double_newline_comment_field.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
record_double_newline_comment_field.expr.roc Record updates 2024-12-05 18:54:07 -08:00
record_func_type_decl.expr.formatted.roc
record_func_type_decl.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
record_func_type_decl.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
record_func_type_decl.expr.roc
record_literal_field_bang.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
record_literal_field_bang.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
record_literal_field_bang.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
record_literal_field_bang.expr.roc WIP 2024-11-11 10:22:58 +11:00
record_type_with_function.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
record_type_with_function.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
record_type_with_function.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
record_type_with_function.expr.roc
record_update.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
record_update.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
record_update.expr.roc
record_update_apply_closure_comments.expr.formatted.roc Relax argument indentation requirements in closures 2025-01-16 21:27:40 -08:00
record_update_apply_closure_comments.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
record_update_apply_closure_comments.expr.result-ast Relax argument indentation requirements in closures 2025-01-16 21:27:40 -08:00
record_update_apply_closure_comments.expr.roc Relax argument indentation requirements in closures 2025-01-16 21:27:40 -08:00
record_update_comment_before_ampersand.expr.formatted.roc Fix indentation of record updates and calculation of return indentation 2025-01-05 15:10:12 -08:00
record_update_comment_before_ampersand.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
record_update_comment_before_ampersand.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
record_update_comment_before_ampersand.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
record_updater_closure_weirdness.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
record_updater_closure_weirdness.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
record_updater_closure_weirdness.expr.result-ast Remove Task from Roc 2025-01-08 17:00:40 -08:00
record_updater_closure_weirdness.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
record_updater_literal_apply.expr.formatted.roc Merge attempt 2024-08-19 23:34:05 -07:00
record_updater_literal_apply.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
record_updater_literal_apply.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
record_updater_literal_apply.expr.roc Merge attempt 2024-08-19 23:34:05 -07:00
record_updater_var_apply.expr.formatted.roc Merge attempt 2024-08-19 23:34:05 -07:00
record_updater_var_apply.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
record_updater_var_apply.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
record_updater_var_apply.expr.roc Merge attempt 2024-08-19 23:34:05 -07:00
record_with_if.expr.formatted.roc
record_with_if.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
record_with_if.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
record_with_if.expr.roc
record_with_lots_of_newlines.expr.formatted.roc Adjust parens around patterns in annotations 2024-12-05 18:54:08 -08:00
record_with_lots_of_newlines.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
record_with_lots_of_newlines.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
record_with_lots_of_newlines.expr.roc Several fixes found in fuzzing 2024-12-05 18:54:03 -08:00
repr_7342.expr.formatted.roc Fix newlines after multiline apply func pattern (#7342) 2024-12-13 13:45:09 -08:00
repr_7342.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
repr_7342.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
repr_7342.expr.roc Fix newlines after multiline apply func pattern (#7342) 2024-12-13 13:45:09 -08:00
requires_type.header.formatted.roc Progress on updating entire compiler for snake_case 2025-01-05 03:48:03 -08:00
requires_type.header.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
requires_type.header.result-ast Update syntax tests 2025-01-05 16:41:40 -08:00
requires_type.header.roc Progress on updating entire compiler for snake_case 2025-01-05 03:48:03 -08:00
return_apply_newline.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
return_apply_newline.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
return_apply_newline.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
return_apply_newline.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
return_empty_assign.expr.formatted.roc Move unit assignment handling to lifting phase 2025-01-16 21:19:21 -08:00
return_empty_assign.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
return_empty_assign.expr.result-ast Move unit assignment handling to lifting phase 2025-01-16 21:19:21 -08:00
return_empty_assign.expr.roc Move unit assignment handling to lifting phase 2025-01-16 21:19:21 -08:00
return_field_access_in_parens.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
return_field_access_in_parens.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
return_field_access_in_parens.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
return_field_access_in_parens.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
return_in_apply_func.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
return_in_apply_func.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
return_in_apply_func.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
return_in_apply_func.expr.roc Fix a couple minor parsing bugs 2024-12-01 12:40:17 -08:00
return_in_if.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
return_in_if.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
return_in_if.expr.result-ast Update syntax tests 2025-01-05 16:41:40 -08:00
return_in_if.expr.roc Progress on updating entire compiler for snake_case 2025-01-05 03:48:03 -08:00
return_in_static_def.expr.formatted.roc Address PR comments, add syntax tests 2024-10-21 03:06:43 -07:00
return_in_static_def.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
return_in_static_def.expr.result-ast Don't drop spaces before return 2024-12-13 13:45:10 -08:00
return_in_static_def.expr.roc Address PR comments, add syntax tests 2024-10-21 03:06:43 -07:00
return_in_when.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
return_in_when.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
return_in_when.expr.result-ast Update syntax tests 2025-01-05 16:41:40 -08:00
return_in_when.expr.roc Progress on updating entire compiler for snake_case 2025-01-05 03:48:03 -08:00
return_minus_one.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
return_minus_one.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
return_minus_one.expr.result-ast Fix empty SpaceBefore instance 2024-12-13 13:45:11 -08:00
return_minus_one.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
return_multiline.expr.formatted.roc Address PR comments, add syntax tests 2024-10-21 03:06:43 -07:00
return_multiline.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
return_multiline.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
return_multiline.expr.roc Address PR comments, add syntax tests 2024-10-21 03:06:43 -07:00
return_only_statement.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
return_only_statement.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
return_only_statement.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
return_only_statement.expr.roc Address PR comments, add syntax tests 2024-10-21 03:06:43 -07:00
return_parens_comments.expr.formatted.roc Handle comments after return value 2024-12-15 18:33:56 -08:00
return_parens_comments.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
return_parens_comments.expr.result-ast Handle comments after return value 2024-12-15 18:33:56 -08:00
return_parens_comments.expr.roc Handle comments after return value 2024-12-15 18:33:56 -08:00
return_record_update_comment_empty_fields.expr.formatted.roc Fix indentation of record updates and calculation of return indentation 2025-01-05 15:10:12 -08:00
return_record_update_comment_empty_fields.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
return_record_update_comment_empty_fields.expr.result-ast Fix indentation of record updates and calculation of return indentation 2025-01-05 15:10:12 -08:00
return_record_update_comment_empty_fields.expr.roc Fix indentation of record updates and calculation of return indentation 2025-01-05 15:10:12 -08:00
return_then_nested_parens.expr.formatted.roc Normalize return's 'after' 2024-12-13 13:45:10 -08:00
return_then_nested_parens.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
return_then_nested_parens.expr.result-ast Fix empty SpaceBefore instance 2024-12-13 13:45:11 -08:00
return_then_nested_parens.expr.roc Normalize return's 'after' 2024-12-13 13:45:10 -08:00
return_with_after.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
return_with_after.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
return_with_after.expr.result-ast Fix empty SpaceBefore instance 2024-12-13 13:45:11 -08:00
return_with_after.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
sep_annotation.expr.formatted.roc Fix type header / pattern equivalence 2025-01-20 17:00:20 -08:00
sep_annotation.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
sep_annotation.expr.result-ast Fix type header / pattern equivalence 2025-01-20 17:00:20 -08:00
sep_annotation.expr.roc Fix type header / pattern equivalence 2025-01-20 17:00:20 -08:00
separate_defs.moduledefs.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
separate_defs.moduledefs.result-ast Introduce proper type for TypeVar's, mark anything not a lowercase ident as malformed 2025-01-14 19:30:33 -08:00
separate_defs.moduledefs.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
single_arg_closure.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
single_arg_closure.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
single_arg_closure.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
single_arg_closure.expr.roc
single_arg_with_underscore_closure.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
single_arg_with_underscore_closure.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
single_arg_with_underscore_closure.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
single_arg_with_underscore_closure.expr.roc Parsing support for snake_case identifiers 2024-12-03 20:50:47 -06:00
single_question_binop_closure.expr.formatted.roc update snapshot 2025-01-17 17:46:46 +01:00
single_question_binop_closure.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
single_question_binop_closure.expr.result-ast Implement ? binop operator 2025-01-16 02:44:32 -08:00
single_question_binop_closure.expr.roc Implement ? binop operator 2025-01-16 02:44:32 -08:00
single_question_binop_tag.expr.formatted.roc Implement ? binop operator 2025-01-16 02:44:32 -08:00
single_question_binop_tag.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
single_question_binop_tag.expr.result-ast Implement ? binop operator 2025-01-16 02:44:32 -08:00
single_question_binop_tag.expr.roc Implement ? binop operator 2025-01-16 02:44:32 -08:00
single_underscore_closure.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
single_underscore_closure.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
single_underscore_closure.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
single_underscore_closure.expr.roc
sneaky_and_expr.expr.formatted.roc Fix and/or parsing 2025-01-20 17:00:20 -08:00
sneaky_and_expr.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
sneaky_and_expr.expr.result-ast Fix and/or parsing 2025-01-20 17:00:20 -08:00
sneaky_and_expr.expr.roc Fix and/or parsing 2025-01-20 17:00:20 -08:00
sneaky_implements_in_opaque_fn_type.expr.formatted.roc Fix 'implements' variable in types 2024-12-15 18:33:57 -08:00
sneaky_implements_in_opaque_fn_type.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
sneaky_implements_in_opaque_fn_type.expr.result-ast Fix 'implements' variable in types 2024-12-15 18:33:57 -08:00
sneaky_implements_in_opaque_fn_type.expr.roc Fix 'implements' variable in types 2024-12-15 18:33:57 -08:00
space_after_opt_field_pat.expr.formatted.roc Canonicalize the pattern in annotations 2025-01-11 20:24:30 -08:00
space_after_opt_field_pat.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
space_after_opt_field_pat.expr.result-ast Canonicalize the pattern in annotations 2025-01-11 20:24:30 -08:00
space_after_opt_field_pat.expr.roc Canonicalize the pattern in annotations 2025-01-11 20:24:30 -08:00
space_before_colon.full.formatted.roc New app header syntax 2024-05-01 10:49:01 -03:00
space_before_colon.full.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
space_before_colon.full.result-ast Update test_syntax snapshot after new Slice debug impl 2024-11-23 11:05:09 -03:00
space_before_colon.full.roc New app header syntax 2024-05-01 10:49:01 -03:00
space_before_parens_space_after.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
space_before_parens_space_after.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
space_before_parens_space_after.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
space_before_parens_space_after.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
space_only_after_minus.expr.formatted.roc
space_only_after_minus.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
space_only_after_minus.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
space_only_after_minus.expr.roc
spaced_singleton_list.expr.formatted.roc
spaced_singleton_list.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
spaced_singleton_list.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
spaced_singleton_list.expr.roc
spaces_inside_empty_list.expr.formatted.roc
spaces_inside_empty_list.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
spaces_inside_empty_list.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
spaces_inside_empty_list.expr.roc
standalone_module_defs.moduledefs.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
standalone_module_defs.moduledefs.result-ast Update test_syntax snapshot after new Slice debug impl 2024-11-23 11:05:09 -03:00
standalone_module_defs.moduledefs.roc
stmt_parens_minus.expr.formatted.roc Improve parsing of negative + not'd exprs 2024-12-01 12:40:16 -08:00
stmt_parens_minus.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
stmt_parens_minus.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
stmt_parens_minus.expr.roc Improve parsing of negative + not'd exprs 2024-12-01 12:40:16 -08:00
stmts_in_empty_record_assignment.expr.formatted.roc Don't do empty record destructure elision when the body is itself Defs 2024-12-05 18:54:15 -08:00
stmts_in_empty_record_assignment.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
stmts_in_empty_record_assignment.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
stmts_in_empty_record_assignment.expr.roc Don't do empty record destructure elision when the body is itself Defs 2024-12-05 18:54:15 -08:00
str_block_multiple_newlines.expr.formatted.roc Fix a bunch of bugs in parsing/formatting found by fuzzing 2023-02-07 20:25:56 -08:00
str_block_multiple_newlines.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
str_block_multiple_newlines.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
str_block_multiple_newlines.expr.roc Fix a bunch of bugs in parsing/formatting found by fuzzing 2023-02-07 20:25:56 -08:00
str_minus_pnc_call_multiline_str.expr.formatted.roc Fix pnc apply in unary negate 2025-01-10 21:10:56 -08:00
str_minus_pnc_call_multiline_str.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
str_minus_pnc_call_multiline_str.expr.result-ast Fix pnc apply in unary negate 2025-01-10 21:10:56 -08:00
str_minus_pnc_call_multiline_str.expr.roc Fix pnc apply in unary negate 2025-01-10 21:10:56 -08:00
string_without_escape.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
string_without_escape.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
string_without_escape.expr.roc
sub_var_with_spaces.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
sub_var_with_spaces.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
sub_var_with_spaces.expr.roc
sub_with_spaces.expr.formatted.roc
sub_with_spaces.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
sub_with_spaces.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
sub_with_spaces.expr.roc
suffixed_question.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
suffixed_question.expr.result-ast Remove Task from Roc 2025-01-08 17:00:40 -08:00
suffixed_question.expr.roc Merge attempt 2024-08-19 23:34:05 -07:00
suffixed_question_multiple_defs.moduledefs.formatted.roc Merge attempt 2024-08-19 23:34:05 -07:00
suffixed_question_multiple_defs.moduledefs.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
suffixed_question_multiple_defs.moduledefs.result-ast Remove Task from Roc 2025-01-08 17:00:40 -08:00
suffixed_question_multiple_defs.moduledefs.roc Merge attempt 2024-08-19 23:34:05 -07:00
suffixed_question_nested.expr.formatted.roc Merge attempt 2024-08-19 23:34:05 -07:00
suffixed_question_nested.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
suffixed_question_nested.expr.result-ast Remove Task from Roc 2025-01-08 17:00:40 -08:00
suffixed_question_nested.expr.roc Merge attempt 2024-08-19 23:34:05 -07:00
suffixed_question_one_def.full.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
suffixed_question_one_def.full.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
suffixed_question_one_def.full.result-ast Remove Task from Roc 2025-01-08 17:00:40 -08:00
suffixed_question_one_def.full.roc Merge attempt 2024-08-19 23:34:05 -07:00
suffixed_question_optional_last.full.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
suffixed_question_optional_last.full.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
suffixed_question_optional_last.full.result-ast Remove Task from Roc 2025-01-08 17:00:40 -08:00
suffixed_question_optional_last.full.roc Merge attempt 2024-08-19 23:34:05 -07:00
tag_destructure_bang.expr.formatted.roc Adjust parens around patterns in annotations 2024-12-05 18:54:08 -08:00
tag_destructure_bang.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
tag_destructure_bang.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
tag_destructure_bang.expr.roc WIP 2024-11-11 10:22:58 +11:00
tag_destructure_bang_no_space.expr.formatted.roc Adjust parens around patterns in annotations 2024-12-05 18:54:08 -08:00
tag_destructure_bang_no_space.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
tag_destructure_bang_no_space.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
tag_destructure_bang_no_space.expr.roc WIP 2024-11-11 10:22:58 +11:00
tag_pattern.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
tag_pattern.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
tag_pattern.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
tag_pattern.expr.roc
tag_union_ann_with_as.expr.formatted.roc Fix parens around as in tag union 2024-12-21 20:14:19 -05:00
tag_union_ann_with_as.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
tag_union_ann_with_as.expr.result-ast Fix parens around as in tag union 2024-12-21 20:14:19 -05:00
tag_union_ann_with_as.expr.roc Fix parens around as in tag union 2024-12-21 20:14:19 -05:00
tag_union_functions_as.expr.formatted.roc Progress on updating entire compiler for snake_case 2025-01-05 03:48:03 -08:00
tag_union_functions_as.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
tag_union_functions_as.expr.result-ast Update syntax tests 2025-01-05 16:41:40 -08:00
tag_union_functions_as.expr.roc Progress on updating entire compiler for snake_case 2025-01-05 03:48:03 -08:00
ten_times_eleven.expr.formatted.roc
ten_times_eleven.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
ten_times_eleven.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
ten_times_eleven.expr.roc
three_arg_closure.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
three_arg_closure.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
three_arg_closure.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
three_arg_closure.expr.roc
triple_paren_pat_ann.expr.formatted.roc PNC for Patterns, stabilize formatting 2025-01-02 17:57:15 -06:00
triple_paren_pat_ann.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
triple_paren_pat_ann.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
triple_paren_pat_ann.expr.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
triple_quote_craziness.expr.formatted.roc Fix multiline pattern in body, which may only apply to multiline strings 2024-12-05 18:54:12 -08:00
triple_quote_craziness.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
triple_quote_craziness.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
triple_quote_craziness.expr.roc Fix multiline pattern in body, which may only apply to multiline strings 2024-12-05 18:54:12 -08:00
try_blank_in_list.expr.formatted.roc Fix some bugs found via fuzzing 2024-11-15 21:33:44 -08:00
try_blank_in_list.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
try_blank_in_list.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
try_blank_in_list.expr.roc Fix some bugs found via fuzzing 2024-11-15 21:33:44 -08:00
try_function_after_pipe.expr.formatted.roc Finish adding tests 2024-11-02 21:58:25 -07:00
try_function_after_pipe.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
try_function_after_pipe.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
try_function_after_pipe.expr.roc Finish adding tests 2024-11-02 21:58:25 -07:00
try_pipe_suffix.expr.formatted.roc Finish adding tests 2024-11-02 21:58:25 -07:00
try_pipe_suffix.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
try_pipe_suffix.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
try_pipe_suffix.expr.roc Finish adding tests 2024-11-02 21:58:25 -07:00
try_plain_prefix.expr.formatted.roc Finish adding tests 2024-11-02 21:58:25 -07:00
try_plain_prefix.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
try_plain_prefix.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
try_plain_prefix.expr.roc Finish adding tests 2024-11-02 21:58:25 -07:00
try_subtract.expr.formatted.roc Fix a couple minor parsing bugs 2024-12-01 12:40:17 -08:00
try_subtract.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
try_subtract.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
try_subtract.expr.roc Fix a couple minor parsing bugs 2024-12-01 12:40:17 -08:00
tuple_access_after_ident.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
tuple_access_after_ident.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
tuple_access_after_ident.expr.roc Fix parsing of tuple accessors after an identifier - e.g. myIdent.2 2023-01-30 21:12:01 -08:00
tuple_access_after_record.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
tuple_access_after_record.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
tuple_access_after_record.expr.roc
tuple_accessor_function.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
tuple_accessor_function.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
tuple_accessor_function.expr.roc
tuple_apply_parens_comment.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
tuple_apply_parens_comment.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
tuple_apply_parens_comment.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
tuple_apply_parens_comment.expr.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
tuple_destructure_bang.expr.formatted.roc WIP 2024-11-11 10:22:58 +11:00
tuple_destructure_bang.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
tuple_destructure_bang.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
tuple_destructure_bang.expr.roc WIP 2024-11-11 10:22:58 +11:00
tuple_funcs_in_parens.expr.formatted.roc Add function type test 2024-12-23 14:34:42 -05:00
tuple_funcs_in_parens.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
tuple_funcs_in_parens.expr.result-ast Add function type test 2024-12-23 14:34:42 -05:00
tuple_funcs_in_parens.expr.roc Add function type test 2024-12-23 14:34:42 -05:00
tuple_function_annotation.expr.formatted.roc Implement initial roc tokenizer in zig 2025-02-04 21:40:51 -08:00
tuple_function_annotation.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
tuple_function_annotation.expr.result-ast Implement initial roc tokenizer in zig 2025-02-04 21:40:51 -08:00
tuple_function_annotation.expr.roc Implement initial roc tokenizer in zig 2025-02-04 21:40:51 -08:00
tuple_type.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
tuple_type.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
tuple_type.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
tuple_type.expr.roc
tuple_type_ext.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
tuple_type_ext.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
tuple_type_ext.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
tuple_type_ext.expr.roc
tuples_parens_comments.expr.formatted.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
tuples_parens_comments.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
tuples_parens_comments.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
tuples_parens_comments.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
two_arg_closure.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
two_arg_closure.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
two_arg_closure.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
two_arg_closure.expr.roc
two_branch_when.expr.formatted.roc
two_branch_when.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
two_branch_when.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
two_branch_when.expr.roc
two_spaced_def.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
two_spaced_def.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
two_spaced_def.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
two_spaced_def.expr.roc
type_ann_tag_union_parens_applies.expr.formatted.roc Force type headers to format just like Pattern::Apply 2024-12-15 18:33:55 -08:00
type_ann_tag_union_parens_applies.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
type_ann_tag_union_parens_applies.expr.result-ast Force type headers to format just like Pattern::Apply 2024-12-15 18:33:55 -08:00
type_ann_tag_union_parens_applies.expr.roc Force type headers to format just like Pattern::Apply 2024-12-15 18:33:55 -08:00
type_decl_with_underscore.expr.formatted.roc Remove Task from Roc 2025-01-08 17:00:40 -08:00
type_decl_with_underscore.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
type_decl_with_underscore.expr.result-ast Remove Task from Roc 2025-01-08 17:00:40 -08:00
type_decl_with_underscore.expr.roc Remove Task from Roc 2025-01-08 17:00:40 -08:00
type_signature_def.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
type_signature_def.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
type_signature_def.expr.roc
type_signature_function_def.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
type_signature_function_def.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
type_signature_function_def.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
type_signature_function_def.expr.roc
type_tuple_where_annotation.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
type_tuple_where_annotation.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
type_tuple_where_annotation.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
type_tuple_where_annotation.expr.roc Add some currently-passing tests 2024-12-01 12:40:08 -08:00
unary_negation.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
unary_negation.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
unary_negation.expr.roc
unary_negation_access.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
unary_negation_access.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
unary_negation_access.expr.roc
unary_negation_arg.expr.formatted.roc
unary_negation_arg.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
unary_negation_arg.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
unary_negation_arg.expr.roc
unary_negation_with_parens.expr.formatted.roc
unary_negation_with_parens.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
unary_negation_with_parens.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
unary_negation_with_parens.expr.roc
unary_not.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
unary_not.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
unary_not.expr.roc
unary_not_with_parens.expr.formatted.roc
unary_not_with_parens.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
unary_not_with_parens.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
unary_not_with_parens.expr.roc
underscore_expr_in_def.expr.formatted.roc Parsing support for snake_case identifiers 2024-12-03 20:50:47 -06:00
underscore_expr_in_def.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
underscore_expr_in_def.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
underscore_expr_in_def.expr.roc Parsing support for snake_case identifiers 2024-12-03 20:50:47 -06:00
underscore_in_assignment_pattern.expr.formatted.roc Adjust parens around patterns in annotations 2024-12-05 18:54:08 -08:00
underscore_in_assignment_pattern.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
underscore_in_assignment_pattern.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
underscore_in_assignment_pattern.expr.roc
unicode_overflow_str.expr.formatted.roc Fix normalization of strings with overflowing unicode 2024-12-15 18:33:56 -08:00
unicode_overflow_str.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
unicode_overflow_str.expr.result-ast Fix normalization of strings with overflowing unicode 2024-12-15 18:33:56 -08:00
unicode_overflow_str.expr.roc Fix normalization of strings with overflowing unicode 2024-12-15 18:33:56 -08:00
unindented_if_in_closure.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
unindented_if_in_closure.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
unindented_if_in_closure.expr.result-ast Force newline for multi-line closures where the inner element is not outdentable 2025-01-01 14:59:21 -05:00
unindented_if_in_closure.expr.roc Force newline for multi-line closures where the inner element is not outdentable 2025-01-01 14:59:21 -05:00
value_def_confusion.expr.formatted.roc Fix approximately a bajillion fmt and parsing bugs 2023-01-13 18:20:44 -08:00
value_def_confusion.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
value_def_confusion.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
value_def_confusion.expr.roc Fix approximately a bajillion fmt and parsing bugs 2023-01-13 18:20:44 -08:00
var_else.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
var_else.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
var_else.expr.roc
var_if.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
var_if.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
var_if.expr.roc
var_is.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
var_is.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
var_is.expr.roc
var_minus_two.expr.formatted.roc
var_minus_two.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
var_minus_two.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
var_minus_two.expr.roc
var_then.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
var_then.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
var_then.expr.roc
var_when.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
var_when.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
var_when.expr.roc
when_branch_comment_after_parens.expr.formatted.roc Properly implement lifting for if and when 2025-01-01 12:04:06 -05:00
when_branch_comment_after_parens.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
when_branch_comment_after_parens.expr.result-ast Properly implement lifting for if and when 2025-01-01 12:04:06 -05:00
when_branch_comment_after_parens.expr.roc Properly implement lifting for if and when 2025-01-01 12:04:06 -05:00
when_comment_after_pattern.expr.formatted.roc Fix indent call in when fmt 2024-12-05 18:54:11 -08:00
when_comment_after_pattern.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
when_comment_after_pattern.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
when_comment_after_pattern.expr.roc Fix indent call in when fmt 2024-12-05 18:54:11 -08:00
when_comment_bbefore_if.expr.formatted.roc Add indent call after when's if 2024-12-21 20:14:18 -05:00
when_comment_bbefore_if.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
when_comment_bbefore_if.expr.result-ast Add indent call after when's if 2024-12-21 20:14:18 -05:00
when_comment_bbefore_if.expr.roc Add indent call after when's if 2024-12-21 20:14:18 -05:00
when_if_guard.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
when_if_guard.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
when_if_guard.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
when_if_guard.expr.roc
when_in_assignment.expr.formatted.roc
when_in_assignment.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
when_in_assignment.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
when_in_assignment.expr.roc
when_in_binop_in_assign_with_sneaky_newline.expr.formatted.roc Correct handling of binop with SpaceAfter in a Body def 2025-01-16 21:32:06 -08:00
when_in_binop_in_assign_with_sneaky_newline.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
when_in_binop_in_assign_with_sneaky_newline.expr.result-ast Correct handling of binop with SpaceAfter in a Body def 2025-01-16 21:32:06 -08:00
when_in_binop_in_assign_with_sneaky_newline.expr.roc Correct handling of binop with SpaceAfter in a Body def 2025-01-16 21:32:06 -08:00
when_in_binop_in_closure_in_when_guard_wow_fuzzer.expr.formatted.roc Expand handling of guard_needs_parens 2025-01-16 21:32:37 -08:00
when_in_binop_in_closure_in_when_guard_wow_fuzzer.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
when_in_binop_in_closure_in_when_guard_wow_fuzzer.expr.result-ast Expand handling of guard_needs_parens 2025-01-16 21:32:37 -08:00
when_in_binop_in_closure_in_when_guard_wow_fuzzer.expr.roc Expand handling of guard_needs_parens 2025-01-16 21:32:37 -08:00
when_in_binops.expr.formatted.roc Fix when in when guard 2025-01-11 11:05:33 -08:00
when_in_binops.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
when_in_binops.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
when_in_binops.expr.roc Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
when_in_closure_in_when_guard_wtf.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
when_in_closure_in_when_guard_wtf.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
when_in_closure_in_when_guard_wtf.expr.result-ast Fix more cases of when in guard 2025-01-11 11:05:34 -08:00
when_in_closure_in_when_guard_wtf.expr.roc Fix more cases of when in guard 2025-01-11 11:05:34 -08:00
when_in_function.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
when_in_function.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
when_in_function.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
when_in_function.expr.roc
when_in_function_python_style_indent.expr.formatted.roc Format all lambdas to new syntax 2025-01-16 08:03:44 -06:00
when_in_function_python_style_indent.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
when_in_function_python_style_indent.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
when_in_function_python_style_indent.expr.roc
when_in_list.expr.formatted.roc Fix bug with when not passing down options 2024-12-13 13:45:09 -08:00
when_in_list.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
when_in_list.expr.result-ast Fix bug with when not passing down options 2024-12-13 13:45:09 -08:00
when_in_list.expr.roc Fix bug with when not passing down options 2024-12-13 13:45:09 -08:00
when_in_parens.expr.formatted.roc
when_in_parens.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
when_in_parens.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
when_in_parens.expr.roc
when_in_parens_indented.expr.formatted.roc
when_in_parens_indented.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
when_in_parens_indented.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
when_in_parens_indented.expr.roc
when_in_when_guard_wtf.expr.formatted.roc Fix when in when guard 2025-01-11 11:05:33 -08:00
when_in_when_guard_wtf.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
when_in_when_guard_wtf.expr.result-ast Fix when in when guard 2025-01-11 11:05:33 -08:00
when_in_when_guard_wtf.expr.roc Fix when in when guard 2025-01-11 11:05:33 -08:00
when_newline_after_condition.expr.formatted.roc Unify if/when condition formatting 2024-12-05 18:54:09 -08:00
when_newline_after_condition.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
when_newline_after_condition.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
when_newline_after_condition.expr.roc Unify if/when condition formatting 2024-12-05 18:54:09 -08:00
when_newline_before_is_and_in_branch_parens.expr.formatted.roc Fix when branches to use lifting as well 2024-12-16 18:23:41 -08:00
when_newline_before_is_and_in_branch_parens.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
when_newline_before_is_and_in_branch_parens.expr.result-ast Fix when branches to use lifting as well 2024-12-16 18:23:41 -08:00
when_newline_before_is_and_in_branch_parens.expr.roc Fix when branches to use lifting as well 2024-12-16 18:23:41 -08:00
when_result_list.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
when_result_list.expr.result-ast Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
when_result_list.expr.roc fix parsing lists in tag patterns 2024-04-21 13:27:50 +10:00
when_with_alternative_patterns.expr.formatted.roc
when_with_alternative_patterns.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
when_with_alternative_patterns.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
when_with_alternative_patterns.expr.roc
when_with_function_application.expr.formatted.roc
when_with_function_application.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
when_with_function_application.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
when_with_function_application.expr.roc
when_with_negative_numbers.expr.formatted.roc
when_with_negative_numbers.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
when_with_negative_numbers.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
when_with_negative_numbers.expr.roc
when_with_numbers.expr.formatted.roc
when_with_numbers.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
when_with_numbers.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
when_with_numbers.expr.roc
when_with_records.expr.formatted.roc
when_with_records.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
when_with_records.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
when_with_records.expr.roc
when_with_tuple_in_record.expr.formatted.roc
when_with_tuple_in_record.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
when_with_tuple_in_record.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
when_with_tuple_in_record.expr.roc
when_with_tuples.expr.formatted.roc
when_with_tuples.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
when_with_tuples.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
when_with_tuples.expr.roc
where_and_implements_lookalikes.expr.formatted.roc Make sure to use keyword rather than word for parsing keywords 2024-12-28 22:29:45 -05:00
where_and_implements_lookalikes.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
where_and_implements_lookalikes.expr.result-ast Make sure to use keyword rather than word for parsing keywords 2024-12-28 22:29:45 -05:00
where_and_implements_lookalikes.expr.roc Add missing indent call 2024-12-21 20:14:15 -05:00
where_clause_function.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
where_clause_function.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
where_clause_function.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
where_clause_function.expr.roc | -> where 2023-06-05 20:19:00 -04:00
where_clause_multiple_bound_abilities.expr.formatted.roc Fix formatting bug with multline function type alias 2024-12-31 19:52:23 -05:00
where_clause_multiple_bound_abilities.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
where_clause_multiple_bound_abilities.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
where_clause_multiple_bound_abilities.expr.roc | -> where 2023-06-05 20:19:00 -04:00
where_clause_multiple_has.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
where_clause_multiple_has.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
where_clause_multiple_has.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
where_clause_multiple_has.expr.roc | -> where 2023-06-05 20:19:00 -04:00
where_clause_multiple_has_across_newlines.expr.formatted.roc Fix formatting bug with multline function type alias 2024-12-31 19:52:23 -05:00
where_clause_multiple_has_across_newlines.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
where_clause_multiple_has_across_newlines.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
where_clause_multiple_has_across_newlines.expr.roc | -> where 2023-06-05 20:19:00 -04:00
where_clause_non_function.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
where_clause_non_function.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
where_clause_non_function.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
where_clause_non_function.expr.roc | -> where 2023-06-05 20:19:00 -04:00
where_clause_on_newline.expr.formatted.roc Fix formatting bug with multline function type alias 2024-12-31 19:52:23 -05:00
where_clause_on_newline.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
where_clause_on_newline.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
where_clause_on_newline.expr.roc | -> where 2023-06-05 20:19:00 -04:00
where_ident.expr.formatted.roc Add type annotation in where_ident test 2023-09-30 01:53:49 -03:00
where_ident.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
where_ident.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
where_ident.expr.roc Add type annotation in where_ident test 2023-09-30 01:53:49 -03:00
where_implements_lots_of_newlines.expr.formatted.roc Unify Alias and Annotation formatting 2025-01-16 21:21:02 -08:00
where_implements_lots_of_newlines.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
where_implements_lots_of_newlines.expr.result-ast Force indent on where clause 2025-01-16 21:17:56 -08:00
where_implements_lots_of_newlines.expr.roc Force indent on where clause 2025-01-16 21:17:56 -08:00
where_in_parens.expr.formatted.roc Unify Alias and Annotation formatting 2025-01-16 21:21:02 -08:00
where_in_parens.expr.migrated.roc Several migration fixes and make some zig parser improvements based on migrated code in the wild (#7716) 2025-04-08 13:46:44 +02:00
where_in_parens.expr.result-ast Unify Alias and Annotation formatting 2025-01-16 21:21:02 -08:00
where_in_parens.expr.roc Unify Alias and Annotation formatting 2025-01-16 21:21:02 -08:00
where_in_tuple_after_comment.expr.formatted.roc Force indent on where clause 2025-01-16 21:17:56 -08:00
where_in_tuple_after_comment.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
where_in_tuple_after_comment.expr.result-ast Fix where clauses in tuple types with trailing commas 2025-01-01 14:59:11 -05:00
where_in_tuple_after_comment.expr.roc Fix where clauses in tuple types with trailing commas 2025-01-01 14:59:11 -05:00
where_in_tuple_plain.expr.formatted.roc Fix where precedence vs apply 2025-01-01 14:59:20 -05:00
where_in_tuple_plain.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
where_in_tuple_plain.expr.result-ast Fix where precedence vs apply 2025-01-01 14:59:20 -05:00
where_in_tuple_plain.expr.roc Fix where precedence vs apply 2025-01-01 14:59:20 -05:00
where_newline_p_implements.expr.formatted.roc Make nodes more strongly normalizing to fix confusion with outdentability 2025-01-16 21:18:21 -08:00
where_newline_p_implements.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
where_newline_p_implements.expr.result-ast Make nodes more strongly normalizing to fix confusion with outdentability 2025-01-16 21:18:21 -08:00
where_newline_p_implements.expr.roc Make nodes more strongly normalizing to fix confusion with outdentability 2025-01-16 21:18:21 -08:00
zero_float.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
zero_float.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
zero_float.expr.roc
zero_int.expr.migrated.roc Implement a migration to new braces syntax and add migrate tests 2025-02-16 20:37:28 -08:00
zero_int.expr.result-ast Extend test_syntax to check that canonicalization doesn't panic on the input 2024-12-06 17:13:10 -08:00
zero_int.expr.roc