aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/join_lines.rs
Commit message (Expand)AuthorAgeFilesLines
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* fix hir for new block syntaxAleksey Kladov2019-09-021-1/+1
* switch to upstream rowan's APIAleksey Kladov2019-07-201-3/+3
* align SyntaxText API with upstreamAleksey Kladov2019-07-201-1/+1
* rename range -> text_rangeAleksey Kladov2019-07-201-11/+11
* convenience apiAleksey Kladov2019-07-191-1/+1
* migrate ra_ide_api to the new rowanAleksey Kladov2019-07-191-11/+12
* make Parse fields privateAleksey Kladov2019-07-121-2/+2
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-7/+4
* fix typos in mbe testsAleksey Kladov2019-05-281-1/+1
* apply T! macro where it is possibleSergey Parilin2019-05-151-4/+5
* add ast::tokensAleksey Kladov2019-04-021-2/+2
* switch to new rowanAleksey Kladov2019-04-011-39/+40
* Simplify changes and fix testsWilco Kusee2019-03-221-7/+6
* Remove LocalEdit usageWilco Kusee2019-03-221-15/+9
* Move join_lines to ra_ide_apiWilco Kusee2019-03-221-0/+588