rust-analyzer/crates/parser/test_data/parser/inline/ok
2023-05-18 11:06:05 +02:00
..
0002_use_tree_list.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0002_use_tree_list.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0003_where_pred_for.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0003_where_pred_for.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0004_value_parameters_no_patterns.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0004_value_parameters_no_patterns.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0005_function_type_params.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0005_function_type_params.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0006_self_param.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0006_self_param.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0007_type_param_bounds.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0007_type_param_bounds.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0008_path_part.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0008_path_part.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0009_loop_expr.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0009_loop_expr.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0010_extern_block.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0010_extern_block.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0011_field_expr.rast fix: Fix parsing of nested tuple field accesses in a cursed way 2023-02-03 17:18:48 +01:00
0011_field_expr.rs fix: Fix parsing of nested tuple field accesses in a cursed way 2023-02-03 17:18:48 +01:00
0012_type_item_where_clause.rast Add support for new where clause location in associated types. 2022-03-10 18:21:29 +01:00
0012_type_item_where_clause.rs Add support for new where clause location in associated types. 2022-03-10 18:21:29 +01:00
0013_pointer_type_mut.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0013_pointer_type_mut.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0014_never_type.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0014_never_type.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0015_continue_expr.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0015_continue_expr.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0017_array_type.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0017_array_type.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0018_arb_self_types.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0018_arb_self_types.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0019_unary_expr.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0019_unary_expr.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0021_assoc_item_list.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0021_assoc_item_list.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0022_crate_visibility.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0022_crate_visibility.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0023_placeholder_type.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0023_placeholder_type.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0024_slice_pat.rast Allow leading | in more pattern positions 2022-08-23 16:31:59 +02:00
0024_slice_pat.rs Allow leading | in more pattern positions 2022-08-23 16:31:59 +02:00
0025_slice_type.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0025_slice_type.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0026_tuple_pat_fields.rast Allow leading | in more pattern positions 2022-08-23 16:31:59 +02:00
0026_tuple_pat_fields.rs Allow leading | in more pattern positions 2022-08-23 16:31:59 +02:00
0027_ref_pat.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0027_ref_pat.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0028_impl_trait_type.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0028_impl_trait_type.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0029_cast_expr.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0029_cast_expr.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0030_let_expr.rast Update tests 2022-02-21 08:34:35 +02:00
0030_let_expr.rs Update tests 2022-02-21 08:34:35 +02:00
0031_while_expr.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0031_while_expr.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0032_fn_pointer_type.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0032_fn_pointer_type.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0033_reference_type;.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0033_reference_type;.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0034_break_expr.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0034_break_expr.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0037_qual_paths.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0037_qual_paths.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0038_full_range_expr.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0038_full_range_expr.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0040_crate_keyword_vis.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0040_crate_keyword_vis.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0041_trait_item.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0041_trait_item.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0042_call_expr.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0042_call_expr.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0044_block_items.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0044_block_items.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0045_param_list_opt_patterns.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0045_param_list_opt_patterns.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0046_singleton_tuple_type.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0046_singleton_tuple_type.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0048_path_type_with_bounds.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0048_path_type_with_bounds.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0050_fn_decl.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0050_fn_decl.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0051_unit_type.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0051_unit_type.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0052_path_type.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0052_path_type.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0053_path_expr.rast Wrap macros in expr position in MacroExpr node 2022-04-05 17:43:34 +02:00
0053_path_expr.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0054_record_field_attrs.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0054_record_field_attrs.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0055_literal_pattern.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0055_literal_pattern.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0056_where_clause.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0056_where_clause.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0058_range_pat.rast Parse ..= X patterns 2022-12-13 17:32:25 +01:00
0058_range_pat.rs Parse ..= X patterns 2022-12-13 17:32:25 +01:00
0059_match_arms_commas.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0059_match_arms_commas.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0060_extern_crate.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0060_extern_crate.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0061_record_lit.rast Recover from missing ellipsis in record literals for path expressions 2022-08-09 18:23:25 +02:00
0061_record_lit.rs Recover from missing ellipsis in record literals for path expressions 2022-08-09 18:23:25 +02:00
0062_mod_contents.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0062_mod_contents.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0063_impl_item_neg.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0063_impl_item_neg.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0064_if_expr.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0064_if_expr.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0065_dyn_trait_type.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0065_dyn_trait_type.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0066_match_arm.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0066_match_arm.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0067_crate_path.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0067_crate_path.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0070_stmt_bin_expr_ambiguity.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0070_stmt_bin_expr_ambiguity.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0071_match_expr.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0071_match_expr.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0072_return_expr.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0072_return_expr.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0073_type_item_type_params.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0073_type_item_type_params.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0074_stmt_postfix_expr_ambiguity.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0074_stmt_postfix_expr_ambiguity.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0075_block.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0075_block.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0076_function_where_clause.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0076_function_where_clause.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0077_try_expr.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0077_try_expr.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0078_type_alias.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0078_type_alias.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0079_impl_item.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0079_impl_item.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0080_postfix_range.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0080_postfix_range.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0081_for_type.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0081_for_type.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0082_ref_expr.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0082_ref_expr.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0083_struct_items.rast internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0084_paren_type.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0084_paren_type.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0085_expr_literals.rast Support c string literals 2023-05-18 11:06:05 +02:00
0085_expr_literals.rs Support c string literals 2023-05-18 11:06:05 +02:00
0086_function_ret_type.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0086_function_ret_type.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0088_break_ambiguity.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0088_break_ambiguity.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0090_type_param_default.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0090_type_param_default.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0092_fn_pointer_type_with_ret.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0092_fn_pointer_type_with_ret.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0093_index_expr.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0093_index_expr.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0095_placeholder_pat.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0095_placeholder_pat.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0096_no_semi_after_block.rast Wrap macros in expr position in MacroExpr node 2022-04-05 17:43:34 +02:00
0096_no_semi_after_block.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0099_param_list.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0099_param_list.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0100_for_expr.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0100_for_expr.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0102_record_pat_field_list.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0102_record_pat_field_list.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0103_array_expr.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0103_array_expr.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0104_path_fn_trait_args.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0104_path_fn_trait_args.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0106_lambda_expr.rast Parse for<'a> closure syntax 2022-04-10 17:50:14 +02:00
0106_lambda_expr.rs Parse for<'a> closure syntax 2022-04-10 17:50:14 +02:00
0107_method_call_expr.rast fix: Fix parsing of nested tuple field accesses in a cursed way 2023-02-03 17:18:48 +01:00
0107_method_call_expr.rs fix: Fix parsing of nested tuple field accesses in a cursed way 2023-02-03 17:18:48 +01:00
0108_tuple_expr.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0108_tuple_expr.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0109_label.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0109_label.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0111_tuple_pat.rast Allow leading | in more pattern positions 2022-08-23 16:31:59 +02:00
0111_tuple_pat.rs Allow leading | in more pattern positions 2022-08-23 16:31:59 +02:00
0112_bind_pat.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0112_bind_pat.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0113_nocontentexpr.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0113_nocontentexpr.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0114_tuple_struct_where.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0114_tuple_struct_where.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0115_tuple_field_attrs.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0115_tuple_field_attrs.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0117_macro_call_type.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0117_macro_call_type.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0118_match_guard.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0118_match_guard.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0120_match_arms_inner_attribute.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0120_match_arms_inner_attribute.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0121_match_arms_outer_attributes.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0121_match_arms_outer_attributes.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0123_param_list_vararg.rast Remove parser restriction on varargs positioning 2022-03-31 16:03:27 +02:00
0123_param_list_vararg.rs Remove parser restriction on varargs positioning 2022-03-31 16:03:27 +02:00
0125_crate_keyword_path.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0125_crate_keyword_path.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0125_record_literal_field_with_attr.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0125_record_literal_field_with_attr.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0126_attr_on_expr_stmt.rast Wrap macros in expr position in MacroExpr node 2022-04-05 17:43:34 +02:00
0126_attr_on_expr_stmt.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0129_marco_pat.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0129_marco_pat.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0130_let_stmt.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0130_let_stmt.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0130_try_block_expr.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0130_try_block_expr.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0131_existential_type.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0131_existential_type.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0132_box_expr.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0132_box_expr.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0134_nocontentexpr_after_item.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0134_nocontentexpr_after_item.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0137_await_expr.rast fix: Fix parsing of nested tuple field accesses in a cursed way 2023-02-03 17:18:48 +01:00
0137_await_expr.rs fix: Fix parsing of nested tuple field accesses in a cursed way 2023-02-03 17:18:48 +01:00
0138_associated_type_bounds.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0138_associated_type_bounds.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0138_expression_after_block.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0138_expression_after_block.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0138_self_param_outer_attr.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0138_self_param_outer_attr.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0139_param_outer_arg.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0139_param_outer_arg.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0142_for_range_from.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0142_for_range_from.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0143_box_pat.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0143_box_pat.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0144_dot_dot_pat.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0144_dot_dot_pat.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0145_record_pat_field.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0145_record_pat_field.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0146_as_precedence.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0146_as_precedence.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0147_const_param.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0147_const_param.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0147_macro_def.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0147_macro_def.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0150_array_attrs.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0150_array_attrs.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0150_impl_type_params.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0150_impl_type_params.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0151_fn.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0151_fn.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0151_trait_alias.rast Parse trait alias as a distinct AST type 2023-03-04 00:23:56 +09:00
0151_trait_alias.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0152_arg_with_attr.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0152_arg_with_attr.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0153_pub_parens_typepath.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0153_pub_parens_typepath.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0154_fn_pointer_param_ident_path.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0154_fn_pointer_param_ident_path.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0154_no_dyn_trait_leading_for.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0154_no_dyn_trait_leading_for.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0154_tuple_attrs.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0154_tuple_attrs.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0155_closure_params.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0155_closure_params.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0156_const_block_pat.rast Parse inline const pattern in nested patterns 2023-04-16 04:28:37 +09:00
0156_const_block_pat.rs Parse inline const pattern in nested patterns 2023-04-16 04:28:37 +09:00
0156_fn_def_param.rast Remove parser restriction on varargs positioning 2022-03-31 16:03:27 +02:00
0156_fn_def_param.rs Remove parser restriction on varargs positioning 2022-03-31 16:03:27 +02:00
0156_or_pattern.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0156_or_pattern.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0157_fn_pointer_unnamed_arg.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0157_fn_pointer_unnamed_arg.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0157_variant_discriminant.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0157_variant_discriminant.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0158_binop_resets_statementness.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0158_binop_resets_statementness.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0158_lambda_ret_block.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0158_lambda_ret_block.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0158_macro_rules_non_brace.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0158_macro_rules_non_brace.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0159_try_macro_fallback.rast Wrap macros in expr position in MacroExpr node 2022-04-05 17:43:34 +02:00
0159_try_macro_fallback.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0159_yield_expr.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0159_yield_expr.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0160_crate_visibility_in.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0160_crate_visibility_in.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0160_try_macro_rules.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0160_try_macro_rules.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0161_impl_item_const.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0161_impl_item_const.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0161_labeled_block.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0161_labeled_block.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0162_default_async_unsafe_fn.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0162_default_async_unsafe_fn.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0163_default_async_fn.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0163_default_async_fn.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0163_default_unsafe_item.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0163_default_unsafe_item.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0164_default_item.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0164_default_item.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0164_type_path_in_pattern.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0164_type_path_in_pattern.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0166_half_open_range_pat.rast docs: update the comment and add a test to half_open_range_pat 2022-12-16 10:44:25 +08:00
0166_half_open_range_pat.rs docs: update the comment and add a test to half_open_range_pat 2022-12-16 10:44:25 +08:00
0168_extern_crate_rename.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0168_extern_crate_rename.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0168_extern_crate_self.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0168_extern_crate_self.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0169_mod_item.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0169_mod_item.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0170_mod_item_curly.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0170_mod_item_curly.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0170_tuple_struct.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0170_tuple_struct.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0171_struct_item.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0171_struct_item.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0172_const_item.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0172_const_item.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0172_record_field_list.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0172_record_field_list.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0173_anonymous_const.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0173_anonymous_const.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0173_macro_def_curly.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0173_macro_def_curly.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0173_union_item.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0173_union_item.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0174_trait_item_generic_params.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0174_trait_item_generic_params.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0174_unit_struct.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0174_unit_struct.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0174_use_tree_star.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0174_use_tree_star.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0175_trait_item_bounds.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0175_trait_item_bounds.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0176_trait_item_where_clause.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0176_trait_item_where_clause.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0176_use_tree_alias.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0176_use_tree_alias.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0177_assoc_item_list_inner_attrs.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0177_assoc_item_list_inner_attrs.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0177_trait_alias_where_clause.rast Parse trait alias as a distinct AST type 2023-03-04 00:23:56 +09:00
0177_trait_alias_where_clause.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0177_use_tree.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0177_use_tree.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0177_use_tree_path.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0177_use_tree_path.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0178_use_tree_path_use_tree.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0178_use_tree_path_use_tree.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0179_use_tree_abs_star.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0179_use_tree_abs_star.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0180_use_tree_path_star.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0180_use_tree_path_star.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0181_generic_param_attribute.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0181_generic_param_attribute.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0181_use_item.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0181_use_item.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0182_lifetime_param.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0182_lifetime_param.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0183_const_arg_block.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0183_const_arg_block.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0183_type_param.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0183_type_param.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0184_const_arg.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0184_const_arg.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0184_generic_param_list.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0184_generic_param_list.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0185_assoc_type_bound.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0185_assoc_type_bound.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0186_lifetime_arg.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0186_lifetime_arg.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0187_assoc_type_eq.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0187_assoc_type_eq.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0188_const_param_default_path.rast refactor: Rename and move const_arg_path 2022-03-11 22:28:38 +00:00
0188_const_param_default_path.rs refactor: Rename and move const_arg_path 2022-03-11 22:28:38 +00:00
0189_const_arg_literal.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0189_const_arg_literal.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0190_generic_arg.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0190_generic_arg.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0191_const_arg_negative_number.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0191_const_arg_negative_number.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0192_const_arg_bool_literal.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0192_const_arg_bool_literal.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0193_let_stmt_init.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0193_let_stmt_init.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0194_let_else.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0194_let_else.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0194_let_stmt_ascription.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0194_let_stmt_ascription.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0194_macro_inside_generic_arg.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0194_macro_inside_generic_arg.rs internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00
0196_pub_tuple_field.rast fix: Recover from pub() visibility modifier 2023-03-30 13:42:15 +02:00
0196_pub_tuple_field.rs fix: Recover from pub() visibility modifier 2023-03-30 13:42:15 +02:00
0197_destructuring_assignment_struct_rest_pattern.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0197_destructuring_assignment_struct_rest_pattern.rs Parse destructuring assignment 2022-03-02 01:51:25 +00:00
0198_destructuring_assignment_wildcard_pat.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0198_destructuring_assignment_wildcard_pat.rs Parse destructuring assignment 2022-03-02 01:51:25 +00:00
0199_const_param_default_expression.rast fix: Stop wrapping ConstParam's default values in ConstArg 2022-03-11 19:51:35 +00:00
0199_const_param_default_expression.rs fix: Stop wrapping ConstParam's default values in ConstArg 2022-03-11 19:51:35 +00:00
0199_effect_blocks.rast Parse for<'a> closure syntax 2022-04-10 17:50:14 +02:00
0199_effect_blocks.rs Parse for<'a> closure syntax 2022-04-10 17:50:14 +02:00
0199_type_item_where_clause_deprecated.rast Add support for new where clause location in associated types. 2022-03-10 18:21:29 +01:00
0199_type_item_where_clause_deprecated.rs Add support for new where clause location in associated types. 2022-03-10 18:21:29 +01:00
0200_assoc_const_eq.rast update parser to support associated const equality 2022-04-17 20:26:06 +08:00
0200_assoc_const_eq.rs update parser to support associated const equality 2022-04-17 20:26:06 +08:00
0200_const_param_default_literal.rast fix: Stop wrapping ConstParam's default values in ConstArg 2022-03-11 19:51:35 +00:00
0200_const_param_default_literal.rs fix: Stop wrapping ConstParam's default values in ConstArg 2022-03-11 19:51:35 +00:00
0201_question_for_type_trait_bound.rast fix: parsing of ? opt-out trait bounds 2022-06-02 21:30:18 +08:00
0201_question_for_type_trait_bound.rs fix: parsing of ? opt-out trait bounds 2022-06-02 21:30:18 +08:00
0202_typepathfn_with_coloncolon.rast Parse associated return type bounds 2023-05-06 20:31:11 +09:00
0202_typepathfn_with_coloncolon.rs Parse associated return type bounds 2023-05-06 20:31:11 +09:00
0203_closure_body_underscore_assignment.rast Fix parsing of _ = x in closure body 2022-12-12 12:57:29 +01:00
0203_closure_body_underscore_assignment.rs Fix parsing of _ = x in closure body 2022-12-12 12:57:29 +01:00
0204_yeet_expr.rast Parse do yeet expressions 2022-12-28 22:42:26 +00:00
0204_yeet_expr.rs Parse do yeet expressions 2022-12-28 22:42:26 +00:00
0205_const_closure.rast Parse const_closures syntax. 2023-01-19 15:40:07 +01:00
0205_const_closure.rs Parse const_closures syntax. 2023-01-19 15:40:07 +01:00
0207_exclusive_range_pat.rast Parse exclusive range pattern 2023-04-16 04:28:29 +09:00
0207_exclusive_range_pat.rs Parse exclusive range pattern 2023-04-16 04:28:29 +09:00
0208_associated_return_type_bounds.rast Parse associated return type bounds 2023-05-06 20:31:11 +09:00
0208_associated_return_type_bounds.rs Parse associated return type bounds 2023-05-06 20:31:11 +09:00
0208_bare_dyn_types_with_leading_lifetime.rast Parse bare dyn types with leading lifetime 2023-05-05 04:30:37 +09:00
0208_bare_dyn_types_with_leading_lifetime.rs Parse bare dyn types with leading lifetime 2023-05-05 04:30:37 +09:00
0209_bare_dyn_types_with_paren_as_generic_args.rast Parse associated return type bounds 2023-05-06 20:31:11 +09:00
0209_bare_dyn_types_with_paren_as_generic_args.rs Parse associated return type bounds 2023-05-06 20:31:11 +09:00