about summary refs log tree commit diff
path: root/crates/syntax/src/ast/node_ext.rs
AgeCommit message (Expand)AuthorLines
2021-06-11Update ungrammarJonas Schievink-3/+16
2021-06-08Fix edge case for ImportGranularity guessingLukas Wirth-1/+4
2021-05-27Attribute completion is context awareLukas Wirth-0/+7
2021-05-20Don't compare ast::Visibility by stringifyingLukas Tobias Wirth-0/+23
2021-05-06Hide implementation details of TokenTextDawer-2/+2
2021-05-06Clean upDawer-15/+2
2021-05-06Borrow text from nodes of immutable syntax treesDawer-9/+27
2021-04-24Split out merge_imports module from helpers::insert_useLukas Wirth-1/+21
2021-04-19fix: false positive about inner attrs in docsAleksey Kladov-0/+12
2021-03-27Basic Support Macro 2.0Edwin Cheng-0/+1
2021-03-26Add TokenTextAleksey Kladov-7/+10
2021-03-26syntax: return owned string instead of leaking stringcynecx-8/+6
2021-03-21a lot of clippy::style fixesMatthias Krüger-15/+4
2021-03-20Don't use an untyped String for ActiveParam trackingLukas Wirth-0/+9
2021-03-19Move `AttrsOwnerNode` to syntax and make it publicJonas Schievink-0/+30
2021-03-19Parse extended_key_value_attributesLukas Wirth-10/+0
2021-03-16Upgrade rowanAleksey Kladov-1/+3
2021-02-20Fix incorrect missing field diagnostic with box patternsLaurențiu Nicola-4/+13
2021-02-17Revert "Replace usage of ast::NameOrNameRef with ast::NameLike"Lukas Wirth-16/+21
2021-02-17Replace usage of ast::NameOrNameRef with ast::NameLikeLukas Wirth-21/+16
2021-02-16Implement ast::AstNode for NameLike and move it to node_extLukas Wirth-0/+46
2021-02-13Don't rename field record patterns directlyLukas Wirth-3/+2
2021-02-12Refactor reference searching to work with the astLukas Wirth-4/+26
2021-01-20.Aleksey Kladov-5/+5
2021-01-15Wrap remaining self/super/crate in Name{Ref}Lukas Wirth-10/+23
2021-01-15Handle self/super/crate in PathSegment as NameRefLukas Wirth-4/+18
2021-01-10Replace SyntaxKind usage with T! macro where applicableLukas Wirth-1/+1
2020-12-29indentationAdnoC-3/+3
2020-12-29Smarter bracketed use diagnosticAdnoC-0/+8
2020-12-16Node-ify lifetimesLukas Wirth-3/+9
2020-12-15Basic support for decl macros 2.0Jonas Schievink-0/+54
2020-12-15Move to upstream `macro_rules!` modelJonas Schievink-16/+1
2020-12-12Remove some redundant allocationsJeremy Kolb-1/+1
2020-12-04Use items can also have doc commentsLukas Wirth-0/+1
2020-11-14Use shorthand record syntax when renaming struct initializer fieldLukas Wirth-9/+1
2020-11-06SimplifyAleksey Kladov-1/+1
2020-11-06Kill RAW_ literalsAleksey Kladov-7/+1
2020-10-23correct hover for items with doc attribute with raw stringsJosh Mcguigan-3/+11
2020-08-12Rename ra_syntax -> syntaxAleksey Kladov-0/+485