rust/compiler/rustc_parse/src/parser
Matthias Krüger 2b82729b91
Rollup merge of #127407 - estebank:parser-suggestions, r=oli-obk
Make parse error suggestions verbose and fix spans

Go over all structured parser suggestions and make them verbose style.

When suggesting to add or remove delimiters, turn them into multiple suggestion parts.
2024-07-15 21:11:48 +02: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_wrapper.rs Rollup merge of #127558 - nnethercote:more-Attribute-cleanups, r=petrochenkov 2024-07-13 20:19:46 -07:00
attr.rs Simplify ReplaceRange. 2024-07-07 15:58:36 +10:00
diagnostics.rs fix unused binding 2024-07-12 03:04:06 +00:00
expr.rs Make parse error suggestions verbose and fix spans 2024-07-12 03:02:57 +00:00
generics.rs Move binder and polarity parsing into parse_generic_ty_bound 2024-06-28 19:40:31 -04:00
item.rs Rollup merge of #127407 - estebank:parser-suggestions, r=oli-obk 2024-07-15 21:11:48 +02: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 Make parse error suggestions verbose and fix spans 2024-07-12 03:02:57 +00:00
path.rs Use more accurate span for : to :: suggestion 2024-07-12 03:02:58 +00:00
stmt.rs Make parse error suggestions verbose and fix spans 2024-07-12 03:02:57 +00:00
tests.rs Fix DebugParser. 2024-07-13 16:42:00 +10:00
ty.rs Make parse error suggestions verbose and fix spans 2024-07-12 03:02:57 +00:00