about summary refs log tree commit diff
path: root/crates/syntax/src/ast.rs
AgeCommit message (Expand)AuthorLines
2022-03-04Preserve order of generic argshkalbasi-1/+1
2022-01-30Reduce allocations in attribute collectionLukas Wirth-2/+2
2022-01-15Move format specifier lexing from syntax to ide_dbLukas Wirth-4/+1
2022-01-07Better interface for doc comment and attribute processingLukas Wirth-1/+1
2021-10-03minor: SimplifyLukas Wirth-1/+1
2021-09-27Rename `*Owner` traits to `Has*`Lukas Wirth-3/+3
2021-09-26internal: more reasonable grammar for blocksAleksey Kladov-1/+1
2021-09-21Generate ast nodes for each ast traitLukas Wirth-2/+2
2021-08-14internal: merge hir::BinaryOp and ast::BinOpAleksey Kladov-2/+2
2021-08-14internal: prepare to merge hir::BinaryOp and ast::BinOpAleksey Kladov-3/+3
2021-08-14internal: make naming consistentAleksey Kladov-1/+1
2021-08-14internal: prepare a dedicated module for all operatorsAleksey Kladov-3/+11
2021-05-14internal: remove one more immutable treeAleksey Kladov-0/+6
2021-03-19Move `AttrsOwnerNode` to syntax and make it publicJonas Schievink-2/+2
2021-03-17Better handling of block doc commentsLukas Wirth-13/+16
2021-03-16Upgrade rowanAleksey Kladov-0/+7
2021-02-17Revert "Replace usage of ast::NameOrNameRef with ast::NameLike"Lukas Wirth-2/+2
2021-02-17Replace usage of ast::NameOrNameRef with ast::NameLikeLukas Wirth-2/+2
2021-02-16Implement ast::AstNode for NameLike and move it to node_extLukas Wirth-1/+1
2021-01-20.Aleksey Kladov-2/+2
2020-12-16Node-ify lifetimesLukas Wirth-1/+1
2020-12-15Basic support for decl macros 2.0Jonas Schievink-2/+2
2020-11-12Fix attachment of inner doc commentsAleksey Kladov-2/+17
2020-11-06Move int parsing to IntNumber tokenAleksey Kladov-1/+1
2020-11-03Fix overflow panic in convert_interger_literal assistAleksey Kladov-1/+1
2020-11-02Deny unreachable-pubAleksey Kladov-1/+1
2020-08-12Rename ra_syntax -> syntaxAleksey Kladov-0/+331