rust/compiler/rustc_parse/src/parser
Joshua Nelson 955fdaea4a Rename Parser::span_fatal_err -> Parser::span_err
The name was misleading, it wasn't actually a fatal error.
2021-05-08 23:11:59 -04:00
..
attr_wrapper.rs Implement token-based handling of attributes during expansion 2021-04-11 01:31:36 -04:00
attr.rs Implement token-based handling of attributes during expansion 2021-04-11 01:31:36 -04:00
diagnostics.rs Rename Parser::span_fatal_err -> Parser::span_err 2021-05-08 23:11:59 -04:00
expr.rs parser: Remove support for inner attributes on non-block expressions 2021-05-03 13:33:53 +03:00
generics.rs Require passing an AttrWrapper to collect_tokens_trailing_token 2021-02-13 12:07:15 -05:00
item.rs Rename Parser::span_fatal_err -> Parser::span_err 2021-05-08 23:11:59 -04:00
mod.rs Rename Parser::span_fatal_err -> Parser::span_err 2021-05-08 23:11:59 -04:00
nonterminal.rs remove pat2021 2021-04-27 21:15:59 -05:00
pat.rs stabilize or_patterns 2021-03-19 19:45:32 -05:00
path.rs Fix turbofish recovery with multiple generic args 2021-02-27 13:46:49 +03:00
stmt.rs Rename Parser::span_fatal_err -> Parser::span_err 2021-05-08 23:11:59 -04:00
ty.rs Handle incorrect placement of parentheses in trait bounds more gracefully 2021-05-03 23:48:56 -07:00