aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/folding_ranges.rs
Commit message (Collapse)AuthorAgeFilesLines
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-378/+0
|
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* Pacify rustfmt.Mazdak Farrokhzad2019-09-191-4/+1
|
* `fold_kind`: `MATCH_ARM_LIST => FoldKind::Block`Mazdak Farrokhzad2019-09-191-0/+18
|
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-231-2/+8
|
* switch to upstream rowan's APIAleksey Kladov2019-07-201-9/+9
|
* align SyntaxText API with upstreamAleksey Kladov2019-07-201-1/+1
|
* rename range -> text_rangeAleksey Kladov2019-07-201-3/+6
|
* migrate ra_ide_api to the new rowanAleksey Kladov2019-07-191-24/+24
|
* make Parse fields privateAleksey Kladov2019-07-121-2/+2
| | | | this is in preparation for the new rowan API
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-2/+3
| | | | | | 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
* Fix clippy::into_iter_on_refAlan Du2019-06-041-1/+1
|
* fix typos in mbe testsAleksey Kladov2019-05-281-1/+1
|
* More future-proof comment kindAleksey Kladov2019-04-021-2/+5
|
* add ast::tokensAleksey Kladov2019-04-021-5/+5
|
* switch to new rowanAleksey Kladov2019-04-011-56/+78
|
* Move folding_ranges to ra_ide_apiSergey Parilin2019-03-221-0/+326