rust-analyzer/crates/syntax/src/ast
David Barsky 2fd06545a6
Merge pull request #18483 from tareknaser/syntax_factory_introduce_named_generic
Migrate `introduce_named_generic` Assist to Use `SyntaxFactory`
2024-12-05 18:42:27 +00:00
..
generated Fix parsing of parenthesized type args and RTN 2024-12-04 11:48:47 +01:00
syntax_factory define syntax_editor_add_generic_param 2024-12-04 14:50:03 +02:00
edit.rs Impl PartialEq and Eq for IndentLevel 2024-08-24 23:46:32 +03:00
edit_in_place.rs refactor: move editing for ast using SyntaxEditor to a separate file 2024-12-04 14:51:48 +02:00
expr_ext.rs Handle destructuring assignments uniformly 2024-10-20 19:09:51 +03:00
generated.rs Deny unreachable-pub 2020-11-02 14:07:08 +01:00
make.rs Lay the foundation for diagnostics in ty lowering, and implement a first diagnostic 2024-12-04 14:22:56 +02:00
node_ext.rs Put leading | in patterns under OrPat 2024-10-27 13:11:38 +02:00
operators.rs ⬆️ rust-analyzer 2022-08-16 11:24:50 +03:00
prec.rs fix: don't remove parentheses for calls of function-like pointers that are members of a struct or union 2024-06-21 17:57:53 +03:00
syntax_factory.rs internal: Add SyntaxFactory to ease generating nodes with syntax mappings 2024-09-26 16:28:48 -04:00
token_ext.rs Add f16 and f128 support 2024-07-10 10:43:14 +01:00
traits.rs Use more correct handling of lint attributes 2024-09-12 15:24:38 +03:00