rust/compiler/rustc_parse/src/parser
Nicholas Nethercote 96b39f1204 Inline and remove Parser::parse_expr_dot_or_call_with_.
It only has two call sites, and it extremely similar to
`Parser::parse_expr_dot_or_call_with`, in both name and behaviour. The
only difference is the latter has an `attrs` argument and an
`ensure_sufficient_stack` call. We can pass in an empty `attrs` as
necessary, as is already done at some `parse_expr_dot_or_call_with` call
sites.
2024-07-16 16:16:38 +10:00
..
mut_visit Specialize assert_pred. 2024-06-06 08:26:54 +10:00
tokenstream Move some tests from rustc_expand to rustc_parse. 2024-05-06 09:06:02 +10:00
attr.rs Simplify ReplaceRange. 2024-07-07 15:58:36 +10:00
attr_wrapper.rs Rollup merge of #127558 - nnethercote:more-Attribute-cleanups, r=petrochenkov 2024-07-13 20:19:46 -07:00
diagnostics.rs Rollup merge of #126125 - dev-ardi:conflict-markers, r=estebank 2024-06-21 09:12:34 +02:00
expr.rs Inline and remove Parser::parse_expr_dot_or_call_with_. 2024-07-16 16:16:38 +10:00
generics.rs Move binder and polarity parsing into parse_generic_ty_bound 2024-06-28 19:40:31 -04:00
item.rs Inline Parser::parse_item_common_. 2024-07-16 15:07:42 +10:00
mod.rs Rollup merge of #127273 - nnethercote:fix-DebugParser, r=workingjubilee 2024-07-14 20:24:58 +02:00
nonterminal.rs Rework pattern and expression nonterminal kinds. 2024-06-23 15:57:24 +10:00
pat.rs Reorder Parser::parse_expr_dot_or_call_with arguments. 2024-07-16 15:54:34 +10:00
path.rs Change RTN to use .. again 2024-06-28 14:20:43 -04:00
stmt.rs Reorder Parser::parse_expr_dot_or_call_with arguments. 2024-07-16 15:54:34 +10:00
tests.rs Fix DebugParser. 2024-07-13 16:42:00 +10:00
ty.rs Move binder and polarity parsing into parse_generic_ty_bound 2024-06-28 19:40:31 -04:00