rust/compiler/rustc_parse/src/parser
Aaron Hill 156ef2bee8
Attach tokens to ast::Stmt
We currently only attach tokens when parsing a `:stmt` matcher for a
`macro_rules!` macro. Proc-macro attributes on statements are still
unstable, and need additional work.
2020-09-10 17:33:06 -04:00
..
attr.rs Attach tokens to NtMeta (ast::AttrItem) 2020-09-10 17:33:06 -04:00
diagnostics.rs Attach TokenStream to ast::Path 2020-09-10 17:33:06 -04:00
expr.rs Use string literal directly when available in format 2020-08-30 22:09:58 +02:00
generics.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
item.rs Attach TokenStream to ast::Visibility 2020-09-10 17:33:06 -04:00
mod.rs Attach TokenStream to ast::Visibility 2020-09-10 17:33:06 -04:00
nonterminal.rs Attach tokens to ast::Stmt 2020-09-10 17:33:06 -04:00
pat.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
path.rs Attach TokenStream to ast::Path 2020-09-10 17:33:06 -04:00
stmt.rs Attach tokens to ast::Stmt 2020-09-10 17:33:06 -04:00
ty.rs Attach TokenStream to ast::Ty 2020-09-10 17:33:05 -04:00