| .. |
|
tokenstream
|
update cfg(bootstrap)
|
2025-01-08 21:26:39 +01: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
|
Improve ternary operator recovery
|
2025-05-14 13:32:59 +01:00 |
|
expr.rs
|
Fix the issue of typo of comma in arm parsing
|
2025-05-16 12:40:04 +02:00 |
|
generics.rs
|
Remove token::{Open,Close}Delim.
|
2025-04-21 07:35:56 +10:00 |
|
item.rs
|
Reorder ast::ItemKind::{Struct,Enum,Union} fields.
|
2025-05-28 15:48:45 +10: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
|
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
|
Fix ICE in tokenstream with contracts from parser recovery
|
2025-05-28 09:35:10 +08: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 |