rust-analyzer/crates/mbe/src
bors 94af6c63b7 Auto merge of #16061 - Veykril:vec-completion, r=Veykril
fix: Fix fragment parser replacing matches with dummies on incomplete parses

Notably, this caused some completions in the `vec!` macro to no longer work. Fixes https://github.com/rust-lang/rust-analyzer/issues/15016
2023-12-13 09:59:13 +00:00
..
expander Some final touches 2023-12-03 20:20:59 +01:00
syntax_bridge Deduplicate dummy test span maps 2023-11-28 10:55:40 +01:00
benchmark.rs Some final touches 2023-12-03 20:20:59 +01:00
expander.rs Pass calling span through to builtin macro expansions 2023-12-01 14:11:57 +01:00
lib.rs Don't explicitly warn against semicolon_in_expressions_from_macros 2023-12-05 11:35:09 +01:00
parser.rs Infect mbe crate with generic span type parameter 2023-11-28 10:55:39 +01:00
syntax_bridge.rs fix: Fix syntax bridge assigning invalid span to lifetime tokens 2023-12-12 22:05:21 +01:00
to_parser_input.rs Infect mbe crate with generic span type parameter 2023-11-28 10:55:39 +01:00
token_map.rs fix: Fix concat_bytes! expansion 2023-12-08 11:34:03 +01:00
tt_iter.rs fix: Fix fragment parser replacing matches with dummies on incomplete parses 2023-12-08 20:39:16 +01:00