rust/compiler/rustc_expand/src/mbe
Nicholas Nethercote a86fc727fa Rename Cursor/CursorRef as TokenTreeCursor/RefTokenTreeCursor.
This makes it clear they return token trees, and makes for a nice
comparison against `TokenCursor` which returns tokens.
2023-02-03 10:06:52 +11:00
..
diagnostics.rs Shrink ParseResult in the hot path. 2023-01-05 20:42:26 +01:00
macro_check.rs rustc_expand: remove ref patterns 2023-01-17 07:48:19 +00:00
macro_parser.rs Replace some _ == _ || _ == _s with matches!(_, _ | _)s 2023-01-30 12:26:26 +00:00
macro_rules.rs preserve delim spans during macro_rules! expansion if able 2023-01-20 20:16:37 +01:00
metavar_expr.rs Rename Cursor/CursorRef as TokenTreeCursor/RefTokenTreeCursor. 2023-02-03 10:06:52 +11:00
quoted.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
transcribe.rs rustc_expand: remove ref patterns 2023-01-17 07:48:19 +00:00