Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Basic Support Macro 2.0 | Edwin Cheng | 2021-03-27 | 1 | -0/+1 |
| | |||||
* | Add TokenText | Aleksey Kladov | 2021-03-26 | 1 | -7/+10 |
| | |||||
* | syntax: return owned string instead of leaking string | cynecx | 2021-03-26 | 1 | -8/+6 |
| | |||||
* | a lot of clippy::style fixes | Matthias Krüger | 2021-03-21 | 1 | -15/+4 |
| | |||||
* | Don't use an untyped String for ActiveParam tracking | Lukas Wirth | 2021-03-20 | 1 | -0/+9 |
| | |||||
* | Move `AttrsOwnerNode` to syntax and make it public | Jonas Schievink | 2021-03-19 | 1 | -0/+30 |
| | |||||
* | Parse extended_key_value_attributes | Lukas Wirth | 2021-03-19 | 1 | -10/+0 |
| | |||||
* | Upgrade rowan | Aleksey Kladov | 2021-03-16 | 1 | -1/+3 |
| | | | | Notably, new rowan comes with support for mutable syntax trees. | ||||
* | Fix incorrect missing field diagnostic with box patterns | Laurențiu Nicola | 2021-02-20 | 1 | -4/+13 |
| | |||||
* | Revert "Replace usage of ast::NameOrNameRef with ast::NameLike" | Lukas Wirth | 2021-02-17 | 1 | -16/+21 |
| | | | | This reverts commit e1dbf43cf85f84c3a7e40f9731fc1f7ac96f8979. | ||||
* | Replace usage of ast::NameOrNameRef with ast::NameLike | Lukas Wirth | 2021-02-17 | 1 | -21/+16 |
| | |||||
* | Implement ast::AstNode for NameLike and move it to node_ext | Lukas Wirth | 2021-02-16 | 1 | -0/+46 |
| | |||||
* | Don't rename field record patterns directly | Lukas Wirth | 2021-02-13 | 1 | -3/+2 |
| | |||||
* | Refactor reference searching to work with the ast | Lukas Wirth | 2021-02-12 | 1 | -4/+26 |
| | |||||
* | . | Aleksey Kladov | 2021-01-19 | 1 | -5/+5 |
| | |||||
* | Wrap remaining self/super/crate in Name{Ref} | Lukas Wirth | 2021-01-15 | 1 | -10/+23 |
| | |||||
* | Handle self/super/crate in PathSegment as NameRef | Lukas Wirth | 2021-01-15 | 1 | -4/+18 |
| | |||||
* | Replace SyntaxKind usage with T! macro where applicable | Lukas Wirth | 2021-01-10 | 1 | -1/+1 |
| | |||||
* | indentation | AdnoC | 2020-12-30 | 1 | -3/+3 |
| | |||||
* | Smarter bracketed use diagnostic | AdnoC | 2020-12-30 | 1 | -0/+8 |
| | |||||
* | Node-ify lifetimes | Lukas Wirth | 2020-12-16 | 1 | -3/+9 |
| | |||||
* | Basic support for decl macros 2.0 | Jonas Schievink | 2020-12-15 | 1 | -0/+54 |
| | |||||
* | Move to upstream `macro_rules!` model | Jonas Schievink | 2020-12-15 | 1 | -16/+1 |
| | |||||
* | Remove some redundant allocations | Jeremy Kolb | 2020-12-12 | 1 | -1/+1 |
| | |||||
* | Use items can also have doc comments | Lukas Wirth | 2020-12-04 | 1 | -0/+1 |
| | |||||
* | Use shorthand record syntax when renaming struct initializer field | Lukas Wirth | 2020-11-14 | 1 | -9/+1 |
| | |||||
* | Simplify | Aleksey Kladov | 2020-11-06 | 1 | -1/+1 |
| | |||||
* | Kill RAW_ literals | Aleksey Kladov | 2020-11-06 | 1 | -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 strings | Josh Mcguigan | 2020-10-24 | 1 | -3/+11 |
| | |||||
* | Rename ra_syntax -> syntax | Aleksey Kladov | 2020-08-12 | 1 | -0/+485 |