aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/matching_brace.rs
Commit message (Collapse)AuthorAgeFilesLines
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-43/+0
|
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* streamline APIAleksey Kladov2019-07-211-2/+4
|
* rename range -> text_rangeAleksey Kladov2019-07-201-1/+1
|
* migrate ra_ide_api to the new rowanAleksey Kladov2019-07-191-1/+1
|
* 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-7/+1
| | | | | | 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 typos in mbe testsAleksey Kladov2019-05-281-1/+1
|
* apply T! macro where it is possibleSergey Parilin2019-05-151-2/+3
|
* switch to new rowanAleksey Kladov2019-04-011-5/+4
|
* Move highlighting and matching_braceWilco Kusee2019-03-231-0/+45