.. |
0000_empty.rs
|
|
|
0000_empty.txt
|
|
|
0001_struct_item.rs
|
|
|
0001_struct_item.txt
|
|
|
0002_struct_item_field.rs
|
|
|
0002_struct_item_field.txt
|
|
|
0004_file_shebang.rs
|
|
|
0004_file_shebang.txt
|
|
|
0005_fn_item.rs
|
|
|
0005_fn_item.txt
|
|
|
0006_inner_attributes.rs
|
|
|
0006_inner_attributes.txt
|
|
|
0007_extern_crate.rs
|
|
|
0007_extern_crate.txt
|
|
|
0008_mod_item.rs
|
|
|
0008_mod_item.txt
|
|
|
0009_use_item.rs
|
|
|
0009_use_item.txt
|
|
|
0010_use_path_segments.rs
|
|
|
0010_use_path_segments.txt
|
|
|
0011_outer_attribute.rs
|
|
|
0011_outer_attribute.txt
|
|
|
0012_visibility.rs
|
|
|
0012_visibility.txt
|
|
|
0013_use_path_self_super.rs
|
|
|
0013_use_path_self_super.txt
|
|
|
0014_use_tree.rs
|
|
|
0014_use_tree.txt
|
|
|
0015_use_tree.rs
|
|
|
0015_use_tree.txt
|
|
|
0016_struct_flavors.rs
|
|
|
0016_struct_flavors.txt
|
rename POS_FIELD -> POS_FIELD_DEF
|
2019-01-26 00:24:12 +03:00 |
0017_attr_trailing_comma.rs
|
|
|
0017_attr_trailing_comma.txt
|
|
|
0018_struct_type_params.rs
|
|
|
0018_struct_type_params.txt
|
rename POS_FIELD -> POS_FIELD_DEF
|
2019-01-26 00:24:12 +03:00 |
0019_enums.rs
|
|
|
0019_enums.txt
|
rename POS_FIELD -> POS_FIELD_DEF
|
2019-01-26 00:24:12 +03:00 |
0020_type_param_bounds.rs
|
|
|
0020_type_param_bounds.txt
|
|
|
0021_extern_fn.rs
|
|
|
0021_extern_fn.txt
|
|
|
0022_empty_extern_block.rs
|
|
|
0022_empty_extern_block.txt
|
|
|
0023_static_items.rs
|
|
|
0023_static_items.txt
|
|
|
0024_const_item.rs
|
|
|
0024_const_item.txt
|
|
|
0025_extern_fn_in_block.rs
|
|
|
0025_extern_fn_in_block.txt
|
|
|
0026_const_fn_in_block.rs
|
|
|
0026_const_fn_in_block.txt
|
|
|
0027_unsafe_fn_in_block.rs
|
|
|
0027_unsafe_fn_in_block.txt
|
|
|
0028_operator_binding_power.rs
|
|
|
0028_operator_binding_power.txt
|
|
|
0029_range_forms.rs
|
|
|
0029_range_forms.txt
|
|
|
0030_traits.rs
|
|
|
0030_traits.txt
|
|
|
0031_extern.rs
|
|
|
0031_extern.txt
|
|
|
0032_where_for.rs
|
|
|
0032_where_for.txt
|
|
|
0033_label_break.rs
|
|
|
0033_label_break.txt
|
|
|
0034_crate_path_in_call.rs
|
|
|
0034_crate_path_in_call.txt
|
|
|
0035_weird_exprs.rs
|
|
|
0035_weird_exprs.txt
|
|
|
0036_fully_qualified.rs
|
|
|
0036_fully_qualified.txt
|
|
|
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 |