rust/compiler/rustc_parse/src/parser
2022-11-21 15:24:50 +01:00
..
attr.rs Match crate and slug names 2022-11-21 15:24:50 +01:00
attr_wrapper.rs Add delay_span_bug to AttrWrapper::take_for_recovery 2022-11-13 13:09:23 +00:00
diagnostics.rs Match crate and slug names 2022-11-21 15:24:50 +01:00
expr.rs Cleanup macro matching recovery 2022-11-19 17:46:04 +01:00
generics.rs fix #102182, recover from impl Trait in type param bound 2022-10-08 06:47:26 +08:00
item.rs Use ThinVec in ast::Path. 2022-11-17 13:56:38 +11:00
mod.rs Only do parser recovery on retried macro matching 2022-11-15 19:34:35 +01:00
nonterminal.rs slight vertical formatting 2022-09-15 23:51:43 +08:00
pat.rs Box ExprKind::{Closure,MethodCall}, and QSelf in expressions, types, and patterns. 2022-11-17 13:45:59 +11:00
path.rs Use ThinVec in ast::Path. 2022-11-17 13:56:38 +11:00
stmt.rs Use token::Lit in ast::ExprKind::Lit. 2022-11-16 09:41:28 +11:00
ty.rs Recover from fn ptr tys with generic param list 2022-11-11 13:42:40 +01:00