aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/extend_selection.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-1/+1
* Allign RecordPat with RecordExprAleksey Kladov2020-07-311-1/+1
* Rename TypeArgList -> GenericArgListAleksey Kladov2020-07-311-1/+1
* Rename EnumVariant -> VariantAleksey Kladov2020-07-301-1/+1
* Rename FieldDef -> FieldAleksey Kladov2020-07-301-2/+2
* Rename RecordLit -> RecordExprAleksey Kladov2020-07-301-1/+1
* Rename TypeParamList -> GenericParamListAleksey Kladov2020-07-301-1/+1
* Remove duplicationAleksey Kladov2020-06-241-2/+2
* Use fixtures moreAleksey Kladov2020-06-241-7/+5
* Don't require module docs for Features and AssistsAleksey Kladov2020-05-311-2/+0
* Generate features docs from sourceAleksey Kladov2020-05-311-0/+10
* Convert tests to text-sizeAleksey Kladov2020-04-251-1/+1
* Convert code to text-sizeAleksey Kladov2020-04-251-24/+18
* Some clippy fixesJeremy Kolb2020-04-191-1/+1
* Use text_range::extend_toEdwin Cheng2020-02-271-7/+1
* Skip trival token in original_rangeEdwin Cheng2020-02-261-17/+7
* Refactor primary IDE APIAleksey Kladov2020-02-261-28/+23
* SimplifyAleksey Kladov2020-02-251-11/+13
* Extend selection handles commas in tuple patsAleksey Kladov2020-02-191-0/+27
* cleanup importsAleksey Kladov2020-02-061-5/+7
* Some clippy lintskjeremy2020-01-131-1/+1
* Fix formatEdwin Cheng2020-01-121-5/+2
* Use prev_token and next_tokenEdwin Cheng2020-01-121-44/+47
* Use indices first and last instead of min-maxEdwin Cheng2020-01-121-3/+4
* Use first and last token onlyEdwin Cheng2020-01-121-35/+56
* Handle extend selection in recursive macroEdwin Cheng2020-01-121-27/+49
* Minor fixEdwin Cheng2020-01-121-5/+4
* Fix formattingEdwin Cheng2020-01-121-1/+1
* Supporting extend selection inside macro callsEdwin Cheng2020-01-121-14/+109
* Clippy lintskjeremy2019-12-201-1/+1
* Fixed #2250Gabriel Luo2019-12-111-12/+66
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-0/+452