rust/compiler/rustc_parse/src
Matthias Krüger cc009bc536
Rollup merge of #102500 - compiler-errors:parse-sess-cleanup, r=cjgillot
Remove `expr_parentheses_needed` from `ParseSess`

Not sure why this method needed to exist on `ParseSess`, but we can achieve the same behavior by just inlining it everywhere.
2022-10-01 16:45:05 +02:00
..
lexer Address review comments. 2022-09-28 11:15:23 +10:00
parser Rollup merge of #102500 - compiler-errors:parse-sess-cleanup, r=cjgillot 2022-10-01 16:45:05 +02:00
errors.rs Implement IntoDiagnosticArg for rustc_ast::token::Token(Kind) 2022-09-27 20:29:19 +02:00
lib.rs Move rustc_parse diagnostic structs to separate module 2022-09-27 20:29:18 +02:00
validate_attr.rs Overhaul MacArgs::Eq. 2022-05-05 07:06:12 +10:00