aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers/move_bounds.rs
Commit message (Collapse)AuthorAgeFilesLines
* Relax cursor position tests in assistsAleksey Kladov2020-05-201-4/+4
| | | | Those will be replaced with snippets anyway
* Refactor assists API to be more convenient for adding new assistsAleksey Kladov2020-05-071-32/+25
| | | | It now duplicates completion API in its shape.
* Move target to AssistLabelAleksey Kladov2020-05-061-24/+31
| | | | | 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
|
* Rename some tokensAleksey Kladov2020-04-101-1/+2
|
* Use match_astAleksey Kladov2020-03-181-10/+13
|
* Merge imports assistAleksey Kladov2020-03-181-2/+2
| | | | Work towards #2220
* Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov2020-02-291-1/+1
|
* Fix typoAleksey Kladov2020-02-291-1/+1
|
* More orthogonal API for building pathsAleksey Kladov2020-02-291-1/+5
|
* Name assist handlersAleksey Kladov2020-02-071-0/+137