rust/compiler/rustc_parse/src/parser
2025-01-27 01:23:34 +00:00
..
mut_visit Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
tokenstream update cfg(bootstrap) 2025-01-08 21:26:39 +01:00
attr.rs Speed up Parser::expected_token_types. 2024-12-19 16:05:41 +11:00
attr_wrapper.rs Introduce InvisibleOrigin on invisible delimiters. 2024-11-21 08:16:54 +11:00
diagnostics.rs Rollup merge of #134884 - calciumbe:patch1, r=jieyouxu 2024-12-29 21:18:07 +01:00
expr.rs Use identifiers in diagnostics more often 2025-01-27 01:23:34 +00:00
generics.rs Speed up Parser::expected_token_types. 2024-12-19 16:05:41 +11:00
item.rs Speed up Parser::expected_token_types. 2024-12-19 16:05:41 +11:00
mod.rs use fmt::from_fn in more places, instead of using structs that impl formatting traits 2025-01-24 14:45:56 +00:00
nonterminal.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
pat.rs Rename PatKind::Lit to Expr 2025-01-08 07:34:59 +00:00
path.rs Reduce the amount of explicit FatalError.raise() 2024-12-20 14:09:25 +00:00
stmt.rs Do not suggest foo.Bar 2024-12-21 03:02:07 +00:00
tests.rs Auto merge of #135268 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrum 2025-01-09 13:33:16 +00:00
token_type.rs Make TokenType::from_u32 foolproof. 2024-12-19 16:05:41 +11:00
ty.rs Speed up Parser::expected_token_types. 2024-12-19 16:05:41 +11:00