aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers/raw_string.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-504/+0
|
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-1/+1
|
* Rename test modulesLaurențiu Nicola2020-07-311-1/+1
|
* Minor perf tweaks per clippyJeremy Kolb2020-07-191-1/+1
|
* More precise ranges in remove hashes assistAleksey Kladov2020-07-171-79/+52
|
* Don't mess with cursor position when adding hashesAleksey Kladov2020-07-091-9/+22
|
* Move AssistKind into AssistIdkjeremy2020-07-021-7/+4
|
* Categorize assistsJeremy Kolb2020-07-021-27/+48
|
* Centralize fixture parsing for assistsAleksey Kladov2020-06-231-24/+24
|
* Relax cursor position tests in assistsAleksey Kladov2020-05-201-13/+13
| | | | Those will be replaced with snippets anyway
* Refactor assists API to be more convenient for adding new assistsAleksey Kladov2020-05-071-9/+9
| | | | It now duplicates completion API in its shape.
* Move target to AssistLabelAleksey Kladov2020-05-061-8/+8
| | | | | Target is used for assists sorting, so we need it before we compute the action.
* Merge assits::test_helpers and testsAleksey Kladov2020-05-061-1/+1
|
* Convert code to text-sizeAleksey Kladov2020-04-251-2/+2
|
* Refactor string literalsAleksey Kladov2020-02-271-1/+2
|
* Name assist handlersAleksey Kladov2020-02-071-0/+499