rust-analyzer/crates/parser/src
2025-04-30 16:40:01 +02:00
..
grammar fix: Improve parser recovery a bit 2025-04-30 16:40:01 +02:00
syntax_kind refactor: Reduce codegen burden for SyntaxNode and SyntaxToken 2025-03-21 12:14:39 +01:00
tests Fix a case where completion was unable to expand a macro 2024-12-20 13:14:59 +02:00
event.rs cargo fmt 2025-03-15 21:32:01 +01:00
grammar.rs cargo fmt 2025-03-15 21:32:01 +01:00
input.rs Preallocate parser::Input 2025-04-25 17:18:14 +03:00
lexed_str.rs Format code 2025-04-28 11:11:47 +03:00
lib.rs refactor: Reduce codegen burden for SyntaxKind 2025-03-21 12:14:39 +01:00
output.rs fix doc tests 2025-02-27 14:58:46 +01:00
parser.rs cargo fmt 2025-03-15 21:32:01 +01:00
shortcuts.rs Preallocate parser::Input 2025-04-25 17:18:14 +03:00
syntax_kind.rs fix: Fix incorrect expansion of builtin PartialOrd derive 2025-03-21 12:14:39 +01: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