aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers/add_function.rs
Commit message (Collapse)AuthorAgeFilesLines
* Centralize fixture parsing for assistsAleksey Kladov2020-06-231-0/+1
|
* More principled indentation trimming in fixturesAleksey Kladov2020-06-231-1/+0
|
* Simplify APIAleksey Kladov2020-06-081-1/+1
|
* Use snippets in add_missing_membersAleksey Kladov2020-05-201-2/+10
|
* Moderate cleanup of add_functionAleksey Kladov2020-05-201-33/+47
|
* Use snippets in add functionAleksey Kladov2020-05-201-36/+43
|
* More fluent indent APIAleksey Kladov2020-05-091-5/+8
|
* Use new HirDisplay variant in add_function assistTimo Freiberg2020-05-081-58/+116
|
* Refactor assists API to be more convenient for adding new assistsAleksey Kladov2020-05-071-11/+10
| | | | It now duplicates completion API in its shape.
* SimplifyAleksey Kladov2020-05-061-7/+7
|
* Fix TODOAleksey Kladov2020-05-061-15/+9
|
* Move target to AssistLabelAleksey Kladov2020-05-061-3/+3
| | | | | 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
|
* Switch to TryFromAleksey Kladov2020-04-251-1/+1
|
* Convert code to text-sizeAleksey Kladov2020-04-251-4/+4
|
* Add `pub(crate)` to functions generated in other moduleTimo Freiberg2020-04-211-46/+23
|
* Jump to sourceChanges in other filesTimo Freiberg2020-04-211-11/+2
|
* Add target file information to AssistActionTimo Freiberg2020-04-211-14/+57
|
* Make add_function generate functions in other modules via qualified pathTimo Freiberg2020-04-211-24/+195
|
* Change add_function assist to use todo!()Timo Freiberg2020-04-131-27/+27
|
* Use ast::make API in add_function assistTimo Freiberg2020-04-011-67/+48
|
* Add create_function assistTimo Freiberg2020-04-011-0/+807