aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/src/ast.rs
Commit message (Collapse)AuthorAgeFilesLines
* internal: remove one more immutable treeAleksey Kladov2021-05-141-0/+6
|
* Move `AttrsOwnerNode` to syntax and make it publicJonas Schievink2021-03-191-2/+2
|
* Better handling of block doc commentsLukas Wirth2021-03-171-13/+16
|
* Upgrade rowanAleksey Kladov2021-03-161-0/+7
| | | | Notably, new rowan comes with support for mutable syntax trees.
* Revert "Replace usage of ast::NameOrNameRef with ast::NameLike"Lukas Wirth2021-02-171-2/+2
| | | | This reverts commit e1dbf43cf85f84c3a7e40f9731fc1f7ac96f8979.
* Replace usage of ast::NameOrNameRef with ast::NameLikeLukas Wirth2021-02-171-2/+2
|
* Implement ast::AstNode for NameLike and move it to node_extLukas Wirth2021-02-161-1/+1
|
* .Aleksey Kladov2021-01-191-2/+2
|
* Node-ify lifetimesLukas Wirth2020-12-161-1/+1
|
* Basic support for decl macros 2.0Jonas Schievink2020-12-151-2/+2
|
* Fix attachment of inner doc commentsAleksey Kladov2020-11-121-2/+17
|
* Move int parsing to IntNumber tokenAleksey Kladov2020-11-061-1/+1
|
* Fix overflow panic in convert_interger_literal assistAleksey Kladov2020-11-031-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-pubAleksey Kladov2020-11-021-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 -> syntaxAleksey Kladov2020-08-121-0/+331