rust/compiler/rustc_parse/src/parser
Stuart Cook b76cb79e79
Rollup merge of #144589 - compiler-errors:postfix-yield-after-cast, r=petrochenkov
Account for `.yield` in illegal postfix operator message

Fixes rust-lang/rust#144527
2025-07-29 23:50:37 +10: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
cfg_select.rs update cfg_select! documentation 2025-07-14 22:29:28 +02:00
diagnostics.rs compiler: rename {ast,hir}::BareFn* to FnPtr* 2025-07-06 15:03:08 -07:00
expr.rs Account for .yield in illegal postfix operator message 2025-07-28 16:09:59 +00:00
generics.rs Replace kw_span by full span. 2025-07-03 14:59:27 +00:00
item.rs use let chains in mir, resolve, target 2025-07-28 06:10:36 +05:00
mod.rs Auto merge of #143461 - folkertdev:cfg-select-builtin-macro, r=petrochenkov 2025-07-13 18:34:13 +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 feat: Right align line numbers 2025-07-28 16:32:11 -06: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