rust/crates/libsyntax2/tests/data/parser/ok
2018-09-08 10:35:05 +03:00
..
0000_empty.rs organizize 2018-08-10 22:33:29 +03:00
0000_empty.txt rename file -> root 2018-08-25 11:44:17 +03:00
0001_struct_item.rs TypeParamList Owner 2018-08-22 16:46:42 +03:00
0001_struct_item.txt for types in bounds 2018-09-04 12:25:23 +03:00
0002_struct_item_field.rs organizize 2018-08-10 22:33:29 +03:00
0002_struct_item_field.txt rename file -> root 2018-08-25 11:44:17 +03:00
0004_file_shebang.rs organizize 2018-08-10 22:33:29 +03:00
0004_file_shebang.txt rename file -> root 2018-08-25 11:44:17 +03:00
0005_fn_item.rs organizize 2018-08-10 22:33:29 +03:00
0005_fn_item.txt rename file -> root 2018-08-25 11:44:17 +03:00
0006_inner_attributes.rs organizize 2018-08-10 22:33:29 +03:00
0006_inner_attributes.txt rename file -> root 2018-08-25 11:44:17 +03:00
0007_extern_crate.rs organizize 2018-08-10 22:33:29 +03:00
0007_extern_crate.txt rename file -> root 2018-08-25 11:44:17 +03:00
0008_mod_item.rs organizize 2018-08-10 22:33:29 +03:00
0008_mod_item.txt rename file -> root 2018-08-25 11:44:17 +03:00
0009_use_item.rs organizize 2018-08-10 22:33:29 +03:00
0009_use_item.txt rename file -> root 2018-08-25 11:44:17 +03:00
0010_use_path_segments.rs organizize 2018-08-10 22:33:29 +03:00
0010_use_path_segments.txt rename file -> root 2018-08-25 11:44:17 +03:00
0011_outer_attribute.rs organizize 2018-08-10 22:33:29 +03:00
0011_outer_attribute.txt rename file -> root 2018-08-25 11:44:17 +03:00
0012_visibility.rs organizize 2018-08-10 22:33:29 +03:00
0012_visibility.txt rename file -> root 2018-08-25 11:44:17 +03:00
0013_use_path_self_super.rs organizize 2018-08-10 22:33:29 +03:00
0013_use_path_self_super.txt rename file -> root 2018-08-25 11:44:17 +03:00
0014_use_tree.rs organizize 2018-08-10 22:33:29 +03:00
0014_use_tree.txt rename file -> root 2018-08-25 11:44:17 +03:00
0015_use_tree.rs organizize 2018-08-10 22:33:29 +03:00
0015_use_tree.txt rename file -> root 2018-08-25 11:44:17 +03:00
0016_struct_flavors.rs organizize 2018-08-10 22:33:29 +03:00
0016_struct_flavors.txt rename file -> root 2018-08-25 11:44:17 +03:00
0017_attr_trailing_comma.rs organizize 2018-08-10 22:33:29 +03:00
0017_attr_trailing_comma.txt rename file -> root 2018-08-25 11:44:17 +03:00
0018_struct_type_params.rs organizize 2018-08-10 22:33:29 +03:00
0018_struct_type_params.txt rename file -> root 2018-08-25 11:44:17 +03:00
0019_enums.rs organizize 2018-08-10 22:33:29 +03:00
0019_enums.txt rename file -> root 2018-08-25 11:44:17 +03:00
0020_type_param_bounds.rs organizize 2018-08-10 22:33:29 +03:00
0020_type_param_bounds.txt for types in bounds 2018-09-04 12:25:23 +03:00
0021_extern_fn.rs organizize 2018-08-10 22:33:29 +03:00
0021_extern_fn.txt rename file -> root 2018-08-25 11:44:17 +03:00
0022_empty_extern_block.rs organizize 2018-08-10 22:33:29 +03:00
0022_empty_extern_block.txt rename file -> root 2018-08-25 11:44:17 +03:00
0023_static_items.rs organizize 2018-08-10 22:33:29 +03:00
0023_static_items.txt rename file -> root 2018-08-25 11:44:17 +03:00
0024_const_item.rs organizize 2018-08-10 22:33:29 +03:00
0024_const_item.txt rename file -> root 2018-08-25 11:44:17 +03:00
0025_extern_fn_in_block.rs organizize 2018-08-10 22:33:29 +03:00
0025_extern_fn_in_block.txt rename file -> root 2018-08-25 11:44:17 +03:00
0026_const_fn_in_block.rs organizize 2018-08-10 22:33:29 +03:00
0026_const_fn_in_block.txt rename file -> root 2018-08-25 11:44:17 +03:00
0027_unsafe_fn_in_block.rs organizize 2018-08-10 22:33:29 +03:00
0027_unsafe_fn_in_block.txt rename file -> root 2018-08-25 11:44:17 +03:00
0028_operator_binding_power.rs organizize 2018-08-10 22:33:29 +03:00
0028_operator_binding_power.txt rename file -> root 2018-08-25 11:44:17 +03:00
0029_range_forms.rs organizize 2018-08-10 22:33:29 +03:00
0029_range_forms.txt rename file -> root 2018-08-25 11:44:17 +03:00
0030_traits.rs Fix some parser bugs 2018-08-13 18:24:17 +03:00
0030_traits.txt rename file -> root 2018-08-25 11:44:17 +03:00
0031_extern.rs extern blocks 2018-09-04 00:49:21 +03:00
0031_extern.txt extern blocks 2018-09-04 00:49:21 +03:00
0032_where_for.rs for types in bounds 2018-09-04 12:25:23 +03:00
0032_where_for.txt for types in bounds 2018-09-04 12:25:23 +03:00
0033_label_break.rs fix labled expressions 2018-09-08 09:18:42 +03:00
0033_label_break.txt fix labled expressions 2018-09-08 09:18:42 +03:00
0034_macro_2.0.rs fix stuck parser 2018-09-08 10:13:32 +03:00
0034_macro_2.0.txt Don't get stuck in tuple exprs 2018-09-08 10:35:05 +03:00
0034_macro_stuck.txt fix stuck parser 2018-09-08 10:13:32 +03:00