| .. |
|
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
|
Add Ident::is_non_reserved_ident
|
2025-06-26 18:11:14 +00:00 |
|
expr.rs
|
Add Ident::is_non_reserved_ident
|
2025-06-26 18:11:14 +00:00 |
|
generics.rs
|
Better recovery
|
2025-06-26 18:11:14 +00:00 |
|
item.rs
|
Make recovery for enum with struct field a bit more accurate
|
2025-06-26 18:11:14 +00:00 |
|
mod.rs
|
Add Ident::is_non_reserved_ident
|
2025-06-26 18:11:14 +00:00 |
|
nonterminal.rs
|
Remove token::{Open,Close}Delim.
|
2025-04-21 07:35:56 +10:00 |
|
pat.rs
|
avoid &mut P<T> in visit_expr etc methods
|
2025-06-12 17:36:03 +08:00 |
|
path.rs
|
Add Ident::is_non_reserved_ident
|
2025-06-26 18:11:14 +00:00 |
|
stmt.rs
|
Add Ident::is_non_reserved_ident
|
2025-06-26 18:11:14 +00:00 |
|
tests.rs
|
Extract Translator struct
|
2025-06-19 13:02:04 -05:00 |
|
token_type.rs
|
Remove token::{Open,Close}Delim.
|
2025-04-21 07:35:56 +10:00 |
|
ty.rs
|
Fix the span of trait bound modifier [const]
|
2025-06-29 04:56:28 +02:00 |