rust-analyzer/crates/syntax/src
Lukas Wirth 7fd6f72007
Merge pull request #19070 from Veykril/push-wpqzmznymtrn
Remove mutable syntax tree shenanigans from adjustment hints
2025-01-29 13:58:18 +00:00
..
ast Merge pull request #19070 from Veykril/push-wpqzmznymtrn 2025-01-29 13:58:18 +00:00
parsing Move text-edit into ide-db 2024-10-28 14:37:41 +01:00
syntax_editor minor: New clippy lints 2025-01-06 17:57:17 +01:00
validation
algo.rs Move text-edit into ide-db 2024-10-28 14:37:41 +01:00
ast.rs Generate a method for static retrieval of the SyntaxKind of a node, where possible 2024-12-30 03:13:17 +02:00
fuzz.rs Move text-edit into ide-db 2024-10-28 14:37:41 +01:00
hacks.rs Remove check that text of parse_expr_from_str() matches the produced parsed tree 2024-09-19 14:18:07 +03:00
lib.rs Move text-edit into ide-db 2024-10-28 14:37:41 +01:00
parsing.rs Fix edition used for include macro parsing 2024-07-19 20:29:53 +02:00
ptr.rs fix: Fix token downmapping failing for include! inputs 2024-10-21 17:22:18 +02:00
syntax_editor.rs internal: Generally improve make::match_arm 2025-01-06 15:58:39 -06:00
syntax_error.rs
syntax_node.rs
ted.rs Complete desugared and resugared async fn in trait impls 2024-09-01 11:22:50 +02:00
tests.rs internal: Remove AbsPathBuf::TryFrom impl that checks too many things at once 2024-08-02 11:08:19 +02:00
token_text.rs
utils.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
validation.rs