rust/compiler/rustc_parse/src/parser
Vadim Petrochenkov 4a88165124 ast: Keep expansion status for out-of-line module items
Also remove `ast::Mod` which is mostly redundant now
2021-02-18 13:07:49 +03:00
..
attr_wrapper.rs Address review comments 2021-02-13 13:04:54 -05:00
attr.rs Address review comments 2021-02-13 13:04:54 -05:00
diagnostics.rs Simplify pattern grammar by allowing nested leading vert 2021-02-15 12:07:54 -06:00
expr.rs Simplify pattern grammar by allowing nested leading vert 2021-02-15 12:07:54 -06:00
generics.rs Require passing an AttrWrapper to collect_tokens_trailing_token 2021-02-13 12:07:15 -05:00
item.rs ast: Keep expansion status for out-of-line module items 2021-02-18 13:07:49 +03:00
mod.rs Simplify pattern grammar by allowing nested leading vert 2021-02-15 12:07:54 -06:00
nonterminal.rs Simplify pattern grammar by allowing nested leading vert 2021-02-15 12:07:54 -06:00
pat.rs Simplify pattern grammar by allowing nested leading vert 2021-02-15 12:07:54 -06:00
path.rs Point only at generic arguments when they are unexpected 2021-01-26 15:59:43 -08:00
stmt.rs Simplify pattern grammar by allowing nested leading vert 2021-02-15 12:07:54 -06:00
ty.rs Address review comments 2020-12-17 14:12:48 +01:00