rust/src/librustc_parse/parser
2020-03-10 08:35:23 +01:00
..
attr.rs unify/improve/simplify attribute parsing 2020-03-10 08:35:23 +01:00
diagnostics.rs rustc_parse: Use Token::ident where possible 2020-03-09 12:42:41 +03:00
expr.rs parse: recover on &'lt $expr / 'lt $expr. 2020-03-10 08:32:34 +01:00
generics.rs Rollup merge of #69579 - petrochenkov:noprevspan, r=Centril 2020-03-01 19:28:10 +09:00
item.rs parse: recover on fn foo() = expr; 2020-03-10 08:32:34 +01:00
mod.rs rustc_parse: Remove Parser::normalized(_prev)_token 2020-03-09 12:42:41 +03:00
module.rs Rollup merge of #69579 - petrochenkov:noprevspan, r=Centril 2020-03-01 19:28:10 +09:00
pat.rs Use Token::uninterpolate in couple more places matching on (Nt)Ident 2020-03-09 12:42:41 +03:00
path.rs rustc_parse: Use Token::ident where possible 2020-03-09 12:42:41 +03:00
stmt.rs parse_block_tail: reduce visibility 2020-03-10 08:35:23 +01:00
ty.rs rustc_ast: Introduce Token::uninterpolated_span 2020-03-09 12:42:41 +03:00