rust/compiler/rustc_parse/src/parser
Matthias Krüger dd6f03de9a
Rollup merge of #108715 - chenyukang:yukang/cleanup-parser-delims, r=compiler-errors
Remove unclosed_delims from parser

After landing https://github.com/rust-lang/rust/pull/108297
we could remove `unclosed_delims` from the parser now.
2023-03-04 20:48:17 +01:00
..
attr.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
attr_wrapper.rs Match unmatched backticks in comments in compiler/ 2023-03-03 08:39:00 +01:00
diagnostics.rs Remove unclosed_delims from parser 2023-03-03 23:09:36 +00:00
expr.rs Rollup merge of #108715 - chenyukang:yukang/cleanup-parser-delims, r=compiler-errors 2023-03-04 20:48:17 +01:00
generics.rs Use ThinVec in various AST types. 2023-02-21 11:51:56 +11:00
item.rs Remove unclosed_delims from parser 2023-03-03 23:09:36 +00:00
mod.rs Rollup merge of #108715 - chenyukang:yukang/cleanup-parser-delims, r=compiler-errors 2023-03-04 20:48:17 +01:00
nonterminal.rs rustc_parse: migrate more to diagnostic structs 2023-02-01 21:50:34 +01:00
pat.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
path.rs Replace parse_[sth]_expr with parse_expr_[sth] function names 2023-02-24 05:12:03 +01:00
stmt.rs Replace parse_[sth]_expr with parse_expr_[sth] function names 2023-02-24 05:12:03 +01:00
ty.rs Replace parse_[sth]_expr with parse_expr_[sth] function names 2023-02-24 05:12:03 +01:00