aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/src/ast/node_ext.rs
Commit message (Collapse)AuthorAgeFilesLines
* Implement ast::AstNode for NameLike and move it to node_extLukas Wirth2021-02-161-0/+46
|
* Don't rename field record patterns directlyLukas Wirth2021-02-131-3/+2
|
* Refactor reference searching to work with the astLukas Wirth2021-02-121-4/+26
|
* .Aleksey Kladov2021-01-191-5/+5
|
* Wrap remaining self/super/crate in Name{Ref}Lukas Wirth2021-01-151-10/+23
|
* Handle self/super/crate in PathSegment as NameRefLukas Wirth2021-01-151-4/+18
|
* Replace SyntaxKind usage with T! macro where applicableLukas Wirth2021-01-101-1/+1
|
* indentationAdnoC2020-12-301-3/+3
|
* Smarter bracketed use diagnosticAdnoC2020-12-301-0/+8
|
* Node-ify lifetimesLukas Wirth2020-12-161-3/+9
|
* Basic support for decl macros 2.0Jonas Schievink2020-12-151-0/+54
|
* Move to upstream `macro_rules!` modelJonas Schievink2020-12-151-16/+1
|
* Remove some redundant allocationsJeremy Kolb2020-12-121-1/+1
|
* Use items can also have doc commentsLukas Wirth2020-12-041-0/+1
|
* Use shorthand record syntax when renaming struct initializer fieldLukas Wirth2020-11-141-9/+1
|
* SimplifyAleksey Kladov2020-11-061-1/+1
|
* Kill RAW_ literalsAleksey Kladov2020-11-061-7/+1
| | | | | Syntactically, they are indistinguishable from non-raw versions, so it doesn't make sense to separate then *at the syntax* level.
* correct hover for items with doc attribute with raw stringsJosh Mcguigan2020-10-241-3/+11
|
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-0/+485