rust/compiler/rustc_parse/src
Vadim Petrochenkov fe3e5aa729 pretty-print-reparse hack: Remove an impossible case
Delimiters cannot appear as isolated tokens in a token stream
2020-09-26 20:27:14 +03:00
..
lexer use if let instead of single match arm expressions to compact code and reduce nesting (clippy::single_match) 2020-09-20 11:42:52 +02:00
parser fix typo in docs and comments 2020-09-21 12:14:28 +09:00
lib.rs pretty-print-reparse hack: Remove an impossible case 2020-09-26 20:27:14 +03:00
validate_attr.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00