rust/src/libsyntax/parse
Caio 63a5f399ae Resolve attributes in several places
Arm, Field, FieldPat, GenericParam, Param, StructField and Variant
2019-09-09 09:27:15 -03:00
..
lexer Apply suggestions from code review 2019-09-07 16:29:04 +01:00
parser Resolve attributes in several places 2019-09-09 09:27:15 -03:00
attr.rs Aggregation of cosmetic changes made during work on REPL PRs: libsyntax 2019-09-07 16:29:04 +01: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 Resolve attributes in several places 2019-09-09 09:27:15 -03:00
literal.rs Simplify with Symbol/Token::is_book_lit. 2019-08-27 10:21:41 +02:00
mod.rs Rollup merge of #64226 - alexreg:rush-pr-3, r=centril 2019-09-07 20:01:45 +02:00
parser.rs Resolve attributes in several places 2019-09-09 09:27:15 -03:00
tests.rs Aggregation of cosmetic changes made during work on REPL PRs: libsyntax 2019-09-07 16:29:04 +01:00
token.rs Simplify with Symbol/Token::is_book_lit. 2019-08-27 10:21:41 +02:00
unescape_error_reporting.rs Rollup merge of #62917 - estebank:trailing-slash, r=matklad 2019-07-24 16:13:20 +02:00