rust-analyzer/crates/parser/src
Chayim Refael Friedman c7ceb39f67 Parse for<'a> [const]
And also refactor parsing of HRTB.
2025-07-22 16:24:42 +03:00
..
grammar Parse for<'a> [const] 2025-07-22 16:24:42 +03:00
syntax_kind Parse for<'a> [const] 2025-07-22 16:24:42 +03: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 and bump rustc crates 2025-07-15 17:41:08 +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 Always bump in the parser in err_and_bump() 2025-07-06 03:21:43 +03: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