rust/crates/ra_syntax/tests/data/parser/ok
Florian Diebold e163c908ac Add AST for extern crate
Also change it to parse the crate name as a NAME_REF, not a NAME.
2019-02-04 21:49:34 +01:00
..
0000_empty.rs rename all things 2018-09-16 13:07:39 +03:00
0000_empty.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0001_struct_item.rs rename all things 2018-09-16 13:07:39 +03:00
0001_struct_item.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0002_struct_item_field.rs rename all things 2018-09-16 13:07:39 +03:00
0002_struct_item_field.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0004_file_shebang.rs rename all things 2018-09-16 13:07:39 +03:00
0004_file_shebang.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0005_fn_item.rs rename all things 2018-09-16 13:07:39 +03:00
0005_fn_item.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0006_inner_attributes.rs rename all things 2018-09-16 13:07:39 +03:00
0006_inner_attributes.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0007_extern_crate.rs rename all things 2018-09-16 13:07:39 +03:00
0007_extern_crate.txt Add AST for extern crate 2019-02-04 21:49:34 +01:00
0008_mod_item.rs rename all things 2018-09-16 13:07:39 +03:00
0008_mod_item.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0009_use_item.rs rename all things 2018-09-16 13:07:39 +03:00
0009_use_item.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0010_use_path_segments.rs rename all things 2018-09-16 13:07:39 +03:00
0010_use_path_segments.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0011_outer_attribute.rs rename all things 2018-09-16 13:07:39 +03:00
0011_outer_attribute.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0012_visibility.rs rename all things 2018-09-16 13:07:39 +03:00
0012_visibility.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0013_use_path_self_super.rs rename all things 2018-09-16 13:07:39 +03:00
0013_use_path_self_super.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0014_use_tree.rs rename all things 2018-09-16 13:07:39 +03:00
0014_use_tree.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0015_use_tree.rs rename all things 2018-09-16 13:07:39 +03:00
0015_use_tree.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0016_struct_flavors.rs rename all things 2018-09-16 13:07:39 +03:00
0016_struct_flavors.txt rename POS_FIELD -> POS_FIELD_DEF 2019-01-26 00:24:12 +03:00
0017_attr_trailing_comma.rs rename all things 2018-09-16 13:07:39 +03:00
0017_attr_trailing_comma.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0018_struct_type_params.rs rename all things 2018-09-16 13:07:39 +03:00
0018_struct_type_params.txt rename POS_FIELD -> POS_FIELD_DEF 2019-01-26 00:24:12 +03:00
0019_enums.rs rename all things 2018-09-16 13:07:39 +03:00
0019_enums.txt rename POS_FIELD -> POS_FIELD_DEF 2019-01-26 00:24:12 +03:00
0020_type_param_bounds.rs rename all things 2018-09-16 13:07:39 +03:00
0020_type_param_bounds.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0021_extern_fn.rs rename all things 2018-09-16 13:07:39 +03:00
0021_extern_fn.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0022_empty_extern_block.rs rename all things 2018-09-16 13:07:39 +03:00
0022_empty_extern_block.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0023_static_items.rs rename all things 2018-09-16 13:07:39 +03:00
0023_static_items.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0024_const_item.rs rename all things 2018-09-16 13:07:39 +03:00
0024_const_item.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0025_extern_fn_in_block.rs rename all things 2018-09-16 13:07:39 +03:00
0025_extern_fn_in_block.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0026_const_fn_in_block.rs rename all things 2018-09-16 13:07:39 +03:00
0026_const_fn_in_block.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0027_unsafe_fn_in_block.rs rename all things 2018-09-16 13:07:39 +03:00
0027_unsafe_fn_in_block.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0028_operator_binding_power.rs rename all things 2018-09-16 13:07:39 +03:00
0028_operator_binding_power.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0029_range_forms.rs Fix parsing of inclusive ranges (#214) 2018-12-19 20:12:18 +00:00
0029_range_forms.txt Fix the tests and fix the precommit hook 2018-12-20 16:45:54 +00:00
0030_traits.rs rename all things 2018-09-16 13:07:39 +03:00
0030_traits.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0031_extern.rs rename all things 2018-09-16 13:07:39 +03:00
0031_extern.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0032_where_for.rs rename all things 2018-09-16 13:07:39 +03:00
0032_where_for.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0033_label_break.rs rename all things 2018-09-16 13:07:39 +03:00
0033_label_break.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0034_crate_path_in_call.rs Fix the tests and fix the precommit hook 2018-12-20 16:45:54 +00:00
0034_crate_path_in_call.txt Fix the tests and fix the precommit hook 2018-12-20 16:45:54 +00:00
0035_weird_exprs.rs Add comment about the source of the weird_exprs test 2018-12-21 10:03:02 +00:00
0035_weird_exprs.txt Add comment about the source of the weird_exprs test 2018-12-21 10:03:02 +00:00
0036_fully_qualified.rs Fix where clauses using fully qualified path syntax 2018-12-21 17:20:38 +00:00
0036_fully_qualified.txt Fix where clauses using fully qualified path syntax 2018-12-21 17:20:38 +00:00
0037_mod.rs add mod doc comment test 2019-01-04 21:28:09 +08:00
0037_mod.txt Rename ImplItem to ImplBlock 2019-01-04 18:28:36 +01:00
0038_where_pred_type.rs Update tests after allowing where predicate to accept types 2019-01-22 14:32:23 +01:00
0038_where_pred_type.txt Update tests after allowing where predicate to accept types 2019-01-22 14:32:23 +01:00
0039_raw_fn_item.rs Add raw idents to lexer and parser 2019-01-23 13:17:41 -05:00
0039_raw_fn_item.txt Use IDENT for both raw and normal idents 2019-01-23 13:19:49 -05:00
0040_raw_struct_item_field.rs Add raw idents to lexer and parser 2019-01-23 13:17:41 -05:00
0040_raw_struct_item_field.txt Use IDENT for both raw and normal idents 2019-01-23 13:19:49 -05:00
0041_raw_keywords.rs More correct raw ident handling 2019-01-23 13:57:17 -05:00
0041_raw_keywords.txt More correct raw ident handling 2019-01-23 13:57:17 -05:00
0042_ufcs_call_list.rs Support universal function call syntax in function calls 2019-01-24 21:19:16 +00:00
0042_ufcs_call_list.txt Support universal function call syntax in function calls 2019-01-24 21:19:16 +00:00
0043_complex_assignment.rs Struct literals should not be a BlockLike::Block 2019-01-26 18:45:29 +00:00
0043_complex_assignment.txt Struct literals should not be a BlockLike::Block 2019-01-26 18:45:29 +00:00
0044_let_attrs.rs Support attributes on let statements 2019-01-26 21:35:03 +00:00
0044_let_attrs.txt Make attrs be a child of the let statement 2019-01-26 22:02:23 +00:00
0045_block_inner_attrs.rs Parse and validate attributes in blocks 2019-01-28 20:03:56 +00:00
0045_block_inner_attrs.txt Parse and validate attributes in blocks 2019-01-28 20:03:56 +00:00
0046_extern_inner_attributes.rs Fix number of extern_inner_attributes 2019-02-02 16:18:12 +00:00
0046_extern_inner_attributes.txt Fix number of extern_inner_attributes 2019-02-02 16:18:12 +00:00