Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | internal: remove one more immutable tree | Aleksey Kladov | 2021-05-14 | 1 | -0/+6 |
| | |||||
* | Move `AttrsOwnerNode` to syntax and make it public | Jonas Schievink | 2021-03-19 | 1 | -2/+2 |
| | |||||
* | Better handling of block doc comments | Lukas Wirth | 2021-03-17 | 1 | -13/+16 |
| | |||||
* | Upgrade rowan | Aleksey Kladov | 2021-03-16 | 1 | -0/+7 |
| | | | | Notably, new rowan comes with support for mutable syntax trees. | ||||
* | Revert "Replace usage of ast::NameOrNameRef with ast::NameLike" | Lukas Wirth | 2021-02-17 | 1 | -2/+2 |
| | | | | This reverts commit e1dbf43cf85f84c3a7e40f9731fc1f7ac96f8979. | ||||
* | Replace usage of ast::NameOrNameRef with ast::NameLike | Lukas Wirth | 2021-02-17 | 1 | -2/+2 |
| | |||||
* | Implement ast::AstNode for NameLike and move it to node_ext | Lukas Wirth | 2021-02-16 | 1 | -1/+1 |
| | |||||
* | . | Aleksey Kladov | 2021-01-19 | 1 | -2/+2 |
| | |||||
* | Node-ify lifetimes | Lukas Wirth | 2020-12-16 | 1 | -1/+1 |
| | |||||
* | Basic support for decl macros 2.0 | Jonas Schievink | 2020-12-15 | 1 | -2/+2 |
| | |||||
* | Fix attachment of inner doc comments | Aleksey Kladov | 2020-11-12 | 1 | -2/+17 |
| | |||||
* | Move int parsing to IntNumber token | Aleksey Kladov | 2020-11-06 | 1 | -1/+1 |
| | |||||
* | Fix overflow panic in convert_interger_literal assist | Aleksey Kladov | 2020-11-03 | 1 | -1/+1 |
| | | | | | | | | | This also seizes the opportunity to move integer literal parsing to the syntax crate, were it logically belongs. Note though that this is still done in an ad hoc manner -- we probably should split kitchen sink ast::Literal into a separate APIs for strings, ints, etc | ||||
* | Deny unreachable-pub | Aleksey Kladov | 2020-11-02 | 1 | -1/+1 |
| | | | | | | | | It's very useful when `pub` is equivalent to "this is crate's public API", let's enforce this! Ideally, we should enforce it for local `cargo test`, and only during CI, but that needs https://github.com/rust-lang/cargo/issues/5034. | ||||
* | Rename ra_syntax -> syntax | Aleksey Kladov | 2020-08-12 | 1 | -0/+331 |