aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/parsing/text_tree_sink.rs
Commit message (Collapse)AuthorAgeFilesLines
* Finalize Trait grammarAleksey Kladov2020-07-301-1/+1
|
* fmtAleksey Kladov2020-07-301-2/+2
|
* Finalize const&static grammarAleksey Kladov2020-07-301-2/+2
|
* Rename EnumVariant -> VariantAleksey Kladov2020-07-301-1/+1
|
* Rename EnumDef -> EnumAleksey Kladov2020-07-301-1/+1
|
* Rename StructDef -> StructAleksey Kladov2020-07-301-2/+2
|
* Rename FieldDef -> FieldAleksey Kladov2020-07-301-1/+1
|
* Rename TypeAliasDef -> TypeAliasAleksey Kladov2020-07-301-1/+1
|
* Rename FnDef -> FnAleksey Kladov2020-07-301-1/+1
|
* Comment decorationsAleksey Kladov2020-07-121-1/+4
| | | | closes #4461
* Convert code to text-sizeAleksey Kladov2020-04-251-7/+7
|
* Attach doc-comment to declaration if there are newlines in betweenLeander Tentrup2020-03-311-1/+12
| | | | This commit changes the parser to attach doc-comments to the corresponding declaration in case there are newlines in between the doc-comment and the declaration.
* ra_syntax: refactored the lexer design as per @matklad and @kiljacken PR reviewVeetaha2020-02-031-2/+2
|
* Reimplemented lexer with vectors instead of iteratorsVeetaha2020-02-031-3/+3
|
* Attach docs to staticskjeremy2019-10-311-1/+1
|
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* Fix outer doc-comments of `macro_rules`uHOOCCOOHu2019-09-091-2/+2
|
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-231-1/+1
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-3/+4
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* switch to new rowanAleksey Kladov2019-04-011-14/+14
|
* rename type to type_alias in the AST as wellAleksey Kladov2019-02-251-1/+1
|
* introduce tree builderAleksey Kladov2019-02-231-16/+12
|
* renameAleksey Kladov2019-02-231-0/+170