aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers/introduce_variable.rs
Commit message (Collapse)AuthorAgeFilesLines
* Refactor assists API to be more convenient for adding new assistsAleksey Kladov2020-05-071-3/+3
| | | | It now duplicates completion API in its shape.
* Move target to AssistLabelAleksey Kladov2020-05-061-2/+2
| | | | | 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
|
* Introduce EffectExprAleksey Kladov2020-05-021-1/+1
|
* Convert code to text-sizeAleksey Kladov2020-04-251-3/+3
|
* Some clippy fixesJeremy Kolb2020-04-191-1/+1
|
* Semicolon tokenAleksey Kladov2020-04-101-1/+1
|
* Be consistent about token accesorsAleksey Kladov2020-04-091-1/+1
|
* Scale back to only two traitsAleksey Kladov2020-04-091-2/+2
|
* Provide more complete AST accessors to support usage in rustcLuca Barbieri2020-04-091-2/+2
|
* Start stdxAleksey Kladov2020-03-281-2/+2
| | | | This crate will hold everything to small to be worth publishing
* Remove code duplication in testsAleksey Kladov2020-02-261-36/+24
|
* Name assist handlersAleksey Kladov2020-02-071-0/+529