rust/compiler/rustc_parse/src/parser
2025-05-14 13:32:59 +01:00
..
tokenstream update cfg(bootstrap) 2025-01-08 21:26:39 +01:00
attr.rs Move various token stream things from rustc_parse to rustc_ast. 2025-04-29 12:14:27 +10:00
attr_wrapper.rs Use ThinVec to shrink LazyAttrTokenStreamInner. 2025-04-30 07:12:09 +10:00
diagnostics.rs Improve ternary operator recovery 2025-05-14 13:32:59 +01:00
expr.rs Remove Ident::empty. 2025-05-09 13:57:49 +10:00
generics.rs Remove token::{Open,Close}Delim. 2025-04-21 07:35:56 +10:00
item.rs Use parse_param_general when parsing (T, U)->R in parse_path_segment 2025-05-07 22:56:14 +08:00
mod.rs Rollup merge of #140494 - ehuss:document-restrictions, r=traviscross,SparrowLii 2025-04-30 22:36:44 +02:00
nonterminal.rs Remove token::{Open,Close}Delim. 2025-04-21 07:35:56 +10:00
pat.rs Remove token::{Open,Close}Delim. 2025-04-21 07:35:56 +10:00
path.rs Use parse_param_general when parsing (T, U)->R in parse_path_segment 2025-05-07 22:56:14 +08:00
stmt.rs Improve ternary operator recovery 2025-05-14 13:32:59 +01:00
tests.rs ast: Remove token visiting from AST visitor 2025-04-30 10:36:03 +03:00
token_type.rs Remove token::{Open,Close}Delim. 2025-04-21 07:35:56 +10:00
ty.rs Remove token::{Open,Close}Delim. 2025-04-21 07:35:56 +10:00