rust/compiler/rustc_parse/src/parser
Matthias Krüger 78ded09912
Rollup merge of #135882 - hkBst:master, r=estebank
simplify `similar_tokens` from `Option<Vec<_>>` to `&[_]`

All uses immediately invoke contains, so maybe a further simplification is possible.
2025-01-30 12:45:27 +01: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 Rollup merge of #135882 - hkBst:master, r=estebank 2025-01-30 12:45:27 +01: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 Rollup merge of #135882 - hkBst:master, r=estebank 2025-01-30 12:45:27 +01: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 Trim extra whitespace in fn ptr suggestion span 2025-01-27 17:17:22 +00:00