rust-analyzer/crates/parser/src
Prajwal S N 39391b0d38
fix(hir): VariantDef is impl HasSource
A new syntax node `ast::VariantDef` has been introduced to map between the HIR node and the AST.
The files have been updated with `cargo test -p xtask`.

Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
2025-03-08 01:25:27 +05:30
..
grammar feat: Implement default-field-values 2025-01-27 19:38:35 +09:00
syntax_kind fix(hir): VariantDef is impl HasSource 2025-03-08 01:25:27 +05:30
tests Fix a case where completion was unable to expand a macro 2024-12-20 13:14:59 +02:00
event.rs update blocklike 2025-01-16 12:11:55 +01:00
grammar.rs revert blocklike changes 2025-01-16 12:54:26 +01:00
input.rs fix doc tests 2025-02-27 14:58:46 +01:00
lexed_str.rs Remove TokenKind::InvalidPrefix. 2024-11-19 18:06:22 +11:00
lib.rs fix doc tests 2025-02-27 14:58:46 +01:00
output.rs fix doc tests 2025-02-27 14:58:46 +01:00
parser.rs Remove limit crate in favor usize 2025-02-23 17:35:09 +01:00
shortcuts.rs fix doc typo 2024-12-27 23:13:09 +01:00
syntax_kind.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
tests.rs Correctly handle #"" in edition <2024 2024-10-27 00:47:13 +03:00
token_set.rs internal: simplify TokenSet implementation 2024-04-15 17:33:09 +03:00