aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/src/ast.rs
Commit message (Expand)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
* Revert "Replace usage of ast::NameOrNameRef with ast::NameLike"Lukas Wirth2021-02-171-2/+2
* 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
* Deny unreachable-pubAleksey Kladov2020-11-021-1/+1
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-0/+331