aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/parsing/text_tree_sink.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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