rust/compiler/rustc_parse/src/parser
2025-06-15 15:46:20 +08:00
..
tokenstream remove eq_unspanned from TokenStream 2025-05-26 17:02:51 +08:00
asm.rs move asm parsing code into rustc_parse 2025-05-27 09:44:10 +02: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 use if let guards where possible 2025-06-15 15:46:20 +08:00
expr.rs Add expectation for { when parsing lone coroutine qualifiers 2025-06-11 17:11:58 +02:00
generics.rs Remove token::{Open,Close}Delim. 2025-04-21 07:35:56 +10:00
item.rs Rework how the disallowed qualifier lints are generated 2025-06-13 18:13:34 +02:00
mod.rs move asm parsing code into rustc_parse 2025-05-27 09:44:10 +02:00
nonterminal.rs Remove token::{Open,Close}Delim. 2025-04-21 07:35:56 +10:00
pat.rs Reduce P<T> to a typedef of Box<T>. 2025-05-27 13:29:24 +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 Add iter macro 2025-06-03 10:52:32 -07: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 Rework how the disallowed qualifier lints are generated 2025-06-13 18:13:34 +02:00