rust/compiler/rustc_parse/src/parser
Vadim Petrochenkov b25d3ba781 ast/hir: Rename field-related structures
StructField -> FieldDef ("field definition")
Field -> ExprField ("expression field", not "field expression")
FieldPat -> PatField ("pattern field", not "field pattern")

Also rename visiting and other methods working on them.
2021-03-16 11:41:24 +03:00
..
attr.rs Address review comments 2021-02-13 13:04:54 -05:00
attr_wrapper.rs rustc_ast: Replace `AstLike::finalize_tokens` with a getter `tokens_mut` 2021-03-06 21:19:31 +03:00
diagnostics.rs Fix turbofish recovery with multiple generic args 2021-02-27 13:46:49 +03:00
expr.rs ast/hir: Rename field-related structures 2021-03-16 11:41:24 +03:00
generics.rs Require passing an `AttrWrapper` to `collect_tokens_trailing_token` 2021-02-13 12:07:15 -05:00
item.rs ast/hir: Rename field-related structures 2021-03-16 11:41:24 +03:00
mod.rs Combine HasAttrs and HasTokens into AstLike 2021-02-27 00:14:13 -05:00
nonterminal.rs Simplify pattern grammar by allowing nested leading vert 2021-02-15 12:07:54 -06:00
pat.rs ast/hir: Rename field-related structures 2021-03-16 11:41:24 +03:00
path.rs Fix turbofish recovery with multiple generic args 2021-02-27 13:46:49 +03:00
stmt.rs Improve the wording for the `can't reassign` error 2021-03-13 06:06:54 +09:00
ty.rs Recover from X<Y,Z> when parsing const expr 2021-02-27 14:06:57 +03:00