Vadim Petrochenkov
bf3c52f355
ast: Fix naming conventions in AST structures
...
TraitKind -> Trait
TyAliasKind -> TyAlias
ImplKind -> Impl
FnKind -> Fn
All `*Kind`s in AST are supposed to be enums.
Tuple structs are converted to braced structs for the types above, and fields are reordered in syntactic order.
Also, mutable AST visitor now correctly visit spans in defaultness, unsafety, impl polarity and constness.
2021-11-07 21:38:17 +08:00
..
2019-05-22 00:10:46 +09:00
2021-10-20 00:11:59 -05:00
2021-10-20 00:11:59 -05:00
2021-10-20 00:11:59 -05:00
2021-07-25 22:57:19 -05:00
2021-02-18 20:20:29 -06:00
2021-10-20 00:11:59 -05:00
2021-02-18 20:20:29 -06:00
2020-11-28 17:41:21 -06:00
2021-10-20 00:11:59 -05:00
2021-10-20 00:11:59 -05:00
2021-10-20 00:11:59 -05:00
2021-07-25 22:57:19 -05:00
2021-09-03 14:43:04 +00:00
2021-10-21 17:22:54 -05:00
2019-07-17 23:07:12 +09:00
2019-08-16 11:14:53 +09:00
2021-10-20 00:11:59 -05:00
2021-04-22 08:33:36 -05:00
2021-10-20 00:11:59 -05:00
2021-10-20 00:11:59 -05:00
2021-07-25 22:57:19 -05:00
2021-11-07 21:38:17 +08:00
2021-09-09 09:14:16 -04:00
2021-10-20 00:11:59 -05:00
2021-09-11 23:35:28 +00:00
2021-10-20 00:11:59 -05:00
2021-10-20 00:11:59 -05:00
2021-09-09 19:49:07 +02:00
2021-10-20 00:11:59 -05:00
2020-03-27 22:29:12 -05:00
2021-10-20 00:11:59 -05:00
2021-10-20 00:11:59 -05:00
2020-11-11 18:26:13 -06:00
2021-07-25 22:57:19 -05:00
2019-05-22 10:51:19 +09:00
2021-07-25 22:57:19 -05:00
2021-07-25 22:57:19 -05:00
2020-03-26 21:25:34 -05:00
2021-10-20 00:11:59 -05:00
2020-10-24 11:13:00 -05:00
2021-08-22 18:15:49 +02:00
2020-03-26 21:25:34 -05:00
2021-10-20 00:11:59 -05:00
2021-09-10 20:17:33 +02:00
2021-04-02 23:21:06 -05:00
2021-11-07 21:38:17 +08:00