rust/src/libsyntax/parse
Vadim Petrochenkov 136db2235a hygiene: ExpnInfo -> ExpnData
For naming consistency with everything else in this area
2019-08-15 20:41:45 +03:00
..
lexer syntax_pos: Remove the duplicate global edition 2019-08-15 20:41:45 +03:00
parser Ident::with_empty_ctxt -> Ident::with_dummy_span 2019-08-15 20:39:26 +03:00
attr.rs Remove AttrId from Attribute constructors 2019-07-31 08:55:37 -04:00
classify.rs let_chains: Remove ast::ExprKind::{IfLet, WhileLet} from visitors and introduce ::Let. 2019-06-23 01:29:29 +02:00
diagnostics.rs Merge Variant and Variant_ 2019-08-14 14:47:01 -03:00
literal.rs move unescape module to rustc_lexer 2019-07-21 16:46:11 +03:00
mod.rs hygiene: ExpnInfo -> ExpnData 2019-08-15 20:41:45 +03:00
parser.rs hygiene: Remove Options from functions returning ExpnInfo 2019-08-15 20:39:27 +03:00
tests.rs syntax_pos: NO_EXPANSION/SyntaxContext::empty() -> SyntaxContext::root() 2019-08-15 20:38:12 +03:00
token.rs add unknown token 2019-08-05 13:15:11 +03:00
unescape_error_reporting.rs Rollup merge of #62917 - estebank:trailing-slash, r=matklad 2019-07-24 16:13:20 +02:00