rust/compiler/rustc_parse/src/parser
Nicholas Nethercote 90eeb3d681 Remove next_token handling from parse_expr_tuple_field_access.
It's clearer at the call site.
2024-03-25 13:05:59 +11:00
..
attr_wrapper.rs Rename all ParseSess variables/fields/lifetimes as psess. 2024-03-05 08:11:45 +11:00
attr.rs Rewrite parse_meta_item. 2024-03-21 10:16:09 +11:00
diagnostics.rs Rename AddToDiagnostic as Subdiagnostic. 2024-03-11 10:04:49 +11:00
expr.rs Remove next_token handling from parse_expr_tuple_field_access. 2024-03-25 13:05:59 +11:00
generics.rs Make unexpected always "return" PResult<()> & add unexpected_any 2024-03-15 11:36:21 +00:00
item.rs Use maybe_whole! to streamline parse_item_common. 2024-03-21 10:18:28 +11:00
mod.rs Rollup merge of #122752 - nnethercote:Interpolated-cleanups, r=petrochenkov 2024-03-21 17:46:49 +01:00
nonterminal.rs Streamline NamedMatch. 2024-03-21 10:18:34 +11:00
pat.rs Rollup merge of #122793 - compiler-errors:deref-pat-syntax, r=Nadrieril 2024-03-21 17:46:50 +01:00
path.rs Rollup merge of #122540 - WaffleLapkin:ununexpected, r=estebank 2024-03-20 05:51:22 +01:00
stmt.rs Use better variable names in some maybe_whole! calls. 2024-03-21 10:18:34 +11:00
ty.rs Use better variable names in some maybe_whole! calls. 2024-03-21 10:18:34 +11:00