rust/compiler/rustc_parse/src
mark aee1e59e6f Simplify pattern grammar by allowing nested leading vert
Along the way, we also implement a handful of diagnostics improvements
and fixes, particularly with respect to the special handling of `||` in
place of `|` and when there are leading verts in function params, which
don't allow top-level or-patterns anyway.
2021-02-15 12:07:54 -06:00
..
lexer Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
parser Simplify pattern grammar by allowing nested leading vert 2021-02-15 12:07:54 -06:00
lib.rs Box the biggest ast::ItemKind variants 2021-02-01 09:23:39 +01:00
validate_attr.rs ast: Remove some indirection layers from values in key-value attributes 2021-01-09 21:50:39 +03:00