| .. |
|
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
|
compiler: rename {ast,hir}::BareFn* to FnPtr*
|
2025-07-06 15:03:08 -07:00 |
|
expr.rs
|
Remove let_chains feature
|
2025-06-30 07:49:20 -05:00 |
|
generics.rs
|
Replace kw_span by full span.
|
2025-07-03 14:59:27 +00:00 |
|
item.rs
|
Remove uncessary parens in closure body with unused lint
|
2025-07-10 09:25:56 +08:00 |
|
mod.rs
|
const-block-as-pattern: do not refer to no-longer-existing nightly feature
|
2025-07-07 16:18:41 +02: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
|
Recover and suggest use ; to construct array type
|
2025-07-15 12:00:46 +08:00 |