rust/tests/data/parser/inline
Aleksey Kladov b9189ed2db move lambdas
2018-08-01 00:30:17 +03:00
..
0001_const_unsafe_fn.rs Add infra for inline tests 2018-02-03 22:34:35 +03:00
0001_const_unsafe_fn.txt Introduce param & arg list 2018-07-31 12:32:53 +03:00
0002_const_fn.rs Add infra for inline tests 2018-02-03 22:34:35 +03:00
0002_const_fn.txt Introduce param & arg list 2018-07-31 12:32:53 +03:00
0003_extern_block.rs Add more inline tests 2018-02-04 12:28:30 +03:00
0003_extern_block.txt Add more inline tests 2018-02-04 12:28:30 +03:00
0004_extern_fn.rs Add more inline tests 2018-02-04 12:28:30 +03:00
0004_extern_fn.txt Introduce param & arg list 2018-07-31 12:32:53 +03:00
0005_extern_crate.rs Add more inline tests 2018-02-04 12:28:30 +03:00
0005_extern_crate.txt G: introduce names 2018-02-10 14:00:23 +03:00
0006_extern_struct.rs Add more inline tests 2018-02-04 12:28:30 +03:00
0006_extern_struct.txt Introduce red-green syntax tree 2018-07-29 13:51:55 +03:00
0007_unsafe_trait.rs G: unsafe impl & trait 2018-02-04 13:53:05 +03:00
0007_unsafe_trait.txt G: use names in traits 2018-02-10 14:15:04 +03:00
0008_unsafe_impl.rs G: unsafe impl & trait 2018-02-04 13:53:05 +03:00
0008_unsafe_impl.txt impl type&trait 2018-07-31 15:08:04 +03:00
0009_unsafe_auto_trait.rs Support contextual tokens 2018-02-04 16:46:26 +03:00
0009_unsafe_auto_trait.txt G: use names in traits 2018-02-10 14:15:04 +03:00
0010_unsafe_default_impl.rs Support contextual tokens 2018-02-04 16:46:26 +03:00
0010_unsafe_default_impl.txt impl type&trait 2018-07-31 15:08:04 +03:00
0011_unsafe_fn.rs G: unsafe fn 2018-02-04 17:06:07 +03:00
0011_unsafe_fn.txt Introduce param & arg list 2018-07-31 12:32:53 +03:00
0012_unsafe_extern_fn.rs G: unsafe fn 2018-02-04 17:06:07 +03:00
0012_unsafe_extern_fn.txt Introduce param & arg list 2018-07-31 12:32:53 +03:00
0013_unsafe_block_in_mod.rs G: unsafe fn 2018-02-04 17:06:07 +03:00
0013_unsafe_block_in_mod.txt Introduce param & arg list 2018-07-31 12:32:53 +03:00
0014_type_item_type_params.rs G: type item 2018-02-10 12:35:40 +03:00
0014_type_item_type_params.txt Use names&refs 2018-07-31 19:55:33 +03:00
0015_type_item.rs G: type item 2018-02-10 12:35:40 +03:00
0015_type_item.txt G: more types 2018-02-11 00:46:28 +03:00
0016_type_item_where_clause.rs G: type item 2018-02-10 12:35:40 +03:00
0016_type_item_where_clause.txt G: more types 2018-02-11 00:46:28 +03:00
0017_paren_type.rs G: more types 2018-02-11 00:46:28 +03:00
0017_paren_type.txt G: more types 2018-02-11 00:46:28 +03:00
0018_unit_type.rs G: more types 2018-02-11 00:46:28 +03:00
0018_unit_type.txt G: more types 2018-02-11 00:46:28 +03:00
0019_singleton_tuple_type.rs G: more types 2018-02-11 00:46:28 +03:00
0019_singleton_tuple_type.txt G: more types 2018-02-11 00:46:28 +03:00
0020_never_type.rs G: Never type 2018-02-11 11:01:00 +03:00
0020_never_type.txt G: Never type 2018-02-11 11:01:00 +03:00
0021_pointer_type_no_mutability.rs G: pointer types 2018-02-11 11:19:54 +03:00
0021_pointer_type_no_mutability.txt G: pointer types 2018-02-11 11:19:54 +03:00
0022_pointer_type_mut.rs G: pointer types 2018-02-11 11:19:54 +03:00
0022_pointer_type_mut.txt G: pointer types 2018-02-11 11:19:54 +03:00
0023_array_type_missing_semi.rs G: slice & array types 2018-02-11 11:37:08 +03:00
0023_array_type_missing_semi.txt Print numbers 2018-07-31 23:59:54 +03:00
0024_array_type.rs G: slice & array types 2018-02-11 11:37:08 +03:00
0024_array_type.txt Print numbers 2018-07-31 23:59:54 +03:00
0025_slice_type.rs G: slice & array types 2018-02-11 11:37:08 +03:00
0025_slice_type.txt G: slice & array types 2018-02-11 11:37:08 +03:00
0026_reference_type;.rs G: reference types 2018-02-11 11:54:09 +03:00
0026_reference_type;.txt G: reference types 2018-02-11 11:54:09 +03:00
0027_placeholder_type.rs G: placeholder types 2018-02-11 11:57:05 +03:00
0027_placeholder_type.txt G: placeholder types 2018-02-11 11:57:05 +03:00
0028_fn_pointer_type.rs G: fn pointer type 2018-02-11 12:51:09 +03:00
0028_fn_pointer_type.txt Introduce param & arg list 2018-07-31 12:32:53 +03:00
0029_fn_pointer_type_missing_fn.rs G: fn pointer type 2018-02-11 12:51:09 +03:00
0029_fn_pointer_type_missing_fn.txt Improve debug_dump performance 2018-07-31 22:14:56 +03:00
0030_fn_pointer_type_with_ret.rs G: fn pointer type 2018-02-11 12:51:09 +03:00
0030_fn_pointer_type_with_ret.txt Introduce param & arg list 2018-07-31 12:32:53 +03:00
0031_for_type.rs G: for type 2018-02-11 23:32:49 +03:00
0031_for_type.txt Introduce param & arg list 2018-07-31 12:32:53 +03:00
0032_path_type.rs More correct path type 2018-02-17 16:27:17 +03:00
0032_path_type.txt More correct path type 2018-02-17 16:27:17 +03:00
0034_bind_pat.rs mut bindings 2018-07-31 15:30:11 +03:00
0034_bind_pat.txt mut bindings 2018-07-31 15:30:11 +03:00
0035_ref_pat.rs G: value_parameters, patterns & let statement 2018-02-18 01:06:48 +03:00
0035_ref_pat.txt Introduce param & arg list 2018-07-31 12:32:53 +03:00
0036_placeholder_pat.rs G: value_parameters, patterns & let statement 2018-02-18 01:06:48 +03:00
0036_placeholder_pat.txt Introduce param & arg list 2018-07-31 12:32:53 +03:00
0037_crate_visibility.rs Add vis test 2018-07-28 13:00:16 +03:00
0037_crate_visibility.txt Add vis test 2018-07-28 13:00:16 +03:00
0038_fn_item_ret_type.rs fn ret type 2018-07-30 15:32:19 +03:00
0038_fn_item_ret_type.txt Introduce param & arg list 2018-07-31 12:32:53 +03:00
0039_path_expr.rs Path expressions 2018-07-30 17:02:51 +03:00
0039_path_expr.txt Nodes for type args 2018-07-31 19:37:40 +03:00
0040_expr_literals.rs Path expressions 2018-07-30 17:02:51 +03:00
0040_expr_literals.txt Print numbers 2018-07-31 23:59:54 +03:00
0041_type_param_bounds.rs Don't allocate when traversing children 2018-07-30 23:20:02 +03:00
0041_type_param_bounds.txt Use names&refs 2018-07-31 19:55:33 +03:00
0042_type_param_default.rs Don't allocate when traversing children 2018-07-30 23:20:02 +03:00
0042_type_param_default.txt Use names&refs 2018-07-31 19:55:33 +03:00
0043_call_expr.rs Call expr 2018-07-31 12:26:19 +03:00
0043_call_expr.txt Print numbers 2018-07-31 23:59:54 +03:00
0044_ref_expr.rs Ref exprs 2018-07-31 12:51:00 +03:00
0044_ref_expr.txt Print numbers 2018-07-31 23:59:54 +03:00
0045_block.rs expr stmt 2018-07-31 12:59:52 +03:00
0045_block.txt Print numbers 2018-07-31 23:59:54 +03:00
0046_default_impl.rs Bare & default impls 2018-07-31 14:00:22 +03:00
0046_default_impl.txt impl type&trait 2018-07-31 15:08:04 +03:00
0047_impl_item.rs Bare & default impls 2018-07-31 14:00:22 +03:00
0047_impl_item.txt impl type&trait 2018-07-31 15:08:04 +03:00
0048_impl_item_neg.rs impl type&trait 2018-07-31 15:08:04 +03:00
0048_impl_item_neg.txt impl type&trait 2018-07-31 15:08:04 +03:00
0050_let_stmt;.rs Type ascription in let 2018-07-31 15:33:51 +03:00
0050_let_stmt;.txt Print numbers 2018-07-31 23:59:54 +03:00
0051_method_call_expr.rs Field expr 2018-07-31 17:35:54 +03:00
0051_method_call_expr.txt Print numbers 2018-07-31 23:59:54 +03:00
0052_field_expr.rs number field 2018-07-31 23:59:08 +03:00
0052_field_expr.txt Print numbers 2018-07-31 23:59:54 +03:00
0053_block_items.rs allow items inside blocks 2018-07-31 17:43:44 +03:00
0053_block_items.txt allow items inside blocks 2018-07-31 17:43:44 +03:00
0054_impl_item_items.rs impl items 2018-07-31 18:03:50 +03:00
0054_impl_item_items.txt Print numbers 2018-07-31 23:59:54 +03:00
0055_self_param.rs Lifetimes in self param 2018-07-31 20:48:45 +03:00
0055_self_param.txt Rename VALUE_PARAMETER -> PARAM 2018-07-31 23:13:55 +03:00
0056_trait_item.rs trait bounds 2018-07-31 18:24:30 +03:00
0056_trait_item.txt Use names&refs 2018-07-31 19:55:33 +03:00
0057_auto_trait.rs trait bounds 2018-07-31 18:24:30 +03:00
0057_auto_trait.txt trait bounds 2018-07-31 18:24:30 +03:00
0058_type_arg.rs Nodes for type args 2018-07-31 19:37:40 +03:00
0058_type_arg.txt Use names&refs 2018-07-31 19:55:33 +03:00
0059_fn_item_where_clause.rs function type params 2018-07-31 19:58:12 +03:00
0059_fn_item_where_clause.txt function type params 2018-07-31 19:58:12 +03:00
0060_fn_item_type_params.rs function type params 2018-07-31 19:58:12 +03:00
0060_fn_item_type_params.txt function type params 2018-07-31 19:58:12 +03:00
0061_struct_lit.rs struct literals 2018-07-31 20:38:36 +03:00
0061_struct_lit.txt Print numbers 2018-07-31 23:59:54 +03:00
0062_deref_expr.rs dref-expr 2018-07-31 20:44:54 +03:00
0062_deref_expr.txt Print numbers 2018-07-31 23:59:54 +03:00
0063_impl_trait_type.rs impl trait type 2018-07-31 22:41:29 +03:00
0063_impl_trait_type.txt impl trait type 2018-07-31 22:41:29 +03:00
0063_lambda_expr.txt Print numbers 2018-07-31 23:59:54 +03:00
0064_param_list.rs lambda expressions 2018-07-31 23:13:08 +03:00
0064_param_list.txt Rename VALUE_PARAMETER -> PARAM 2018-07-31 23:13:55 +03:00
0065_if_expr.rs If expr 2018-08-01 00:14:26 +03:00
0065_if_expr.txt If expr 2018-08-01 00:14:26 +03:00
0066_lambda_expr.rs move lambdas 2018-08-01 00:30:17 +03:00
0066_lambda_expr.txt move lambdas 2018-08-01 00:30:17 +03:00
0066_not_expr.rs not expr 2018-08-01 00:19:04 +03:00
0066_not_expr.txt not expr 2018-08-01 00:19:04 +03:00