Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add assist: add lifetime to type #7200 | Benjamin Coenen | 2021-01-17 | 1 | -0/+2 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | Share import_assets and related entities | Kirill Bulatov | 2021-01-16 | 1 | -1/+1 |
| | |||||
* | Add Unmerge Use assist | unexge | 2021-01-15 | 1 | -0/+2 |
| | |||||
* | Sort impls by trait definition | Fisher Darling | 2021-01-13 | 1 | -0/+2 |
| | | | | Closes #6110 | ||||
* | Align config's API with usage | Aleksey Kladov | 2021-01-06 | 1 | -1/+1 |
| | | | | The config now is mostly immutable, optimize for that. | ||||
* | Better target for move module | Aleksey Kladov | 2021-01-06 | 1 | -2/+2 |
| | |||||
* | Created an inline-function assist (fixes #6863) | Michael-F-Bryan | 2021-01-04 | 1 | -0/+2 |
| | |||||
* | rename exrtract_assignment -> pull | Aleksey Kladov | 2021-01-04 | 1 | -4/+4 |
| | | | | | | | Vertical code motions are conventionally called "pull up" / "push down". "extract" is used for introducing new names. | ||||
* | Add extract-assignment assist | Jesse Bakker | 2021-01-02 | 1 | -0/+2 |
| | |||||
* | Simplify assists resolution API | Aleksey Kladov | 2020-12-26 | 1 | -27/+14 |
| | | | | | | Assist vs UnresolvedAssist split doesn't really pull its weight. This is especially bad if we want to include `Assist` as a field of diagnostics, where we'd have to make the thing generic. | ||||
* | Add extract_module_to_file assist | Daiki Ihara | 2020-12-21 | 1 | -0/+2 |
| | |||||
* | generate default implementation for an enum from an enum variant #6860 | Benjamin Coenen | 2020-12-14 | 1 | -0/+2 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | Add replace_match_with_if_let assist | Lukas Wirth | 2020-12-05 | 1 | -0/+1 |
| | |||||
* | Minor cleanup | Aleksey Kladov | 2020-11-30 | 1 | -2/+2 |
| | |||||
* | Add **Ignore Test** assist | Aleksey Kladov | 2020-11-17 | 1 | -0/+2 |
| | |||||
* | More consistent naming | Aleksey Kladov | 2020-11-09 | 1 | -2/+2 |
| | |||||
* | More consistent naming | Aleksey Kladov | 2020-11-09 | 1 | -2/+2 |
| | |||||
* | Add infer_function_return_type assist | Lukas Wirth | 2020-11-06 | 1 | -0/+2 |
| | |||||
* | Better ordering of assists | Aleksey Kladov | 2020-10-26 | 1 | -2/+3 |
| | |||||
* | Re-export base_db from ide_db | Igor Aleksanov | 2020-10-24 | 1 | -1/+1 |
| | |||||
* | Merge #6256 | bors[bot] | 2020-10-20 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | | | 6256: Assist: replace string with char r=bnjjj a=bnjjj close #6252 Co-authored-by: Benjamin Coenen <[email protected]> Co-authored-by: Coenen Benjamin <[email protected]> | ||||
| * | replace_string_with_char #6252 | Benjamin Coenen | 2020-10-16 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | | Add qualify path assist | Lukas Wirth | 2020-10-14 | 1 | -0/+2 |
|/ | |||||
* | Add convert integer literal assist | vlakreeh | 2020-09-29 | 1 | -0/+2 |
| | |||||
* | Initial implementation of the #5085 issue | Aleksei Sidorov | 2020-09-03 | 1 | -0/+2 |
| | |||||
* | **Remove Unused Parameter** refactoring | Aleksey Kladov | 2020-08-19 | 1 | -0/+2 |
| | |||||
* | Introduce Label | Aleksey Kladov | 2020-08-18 | 1 | -11/+2 |
| | |||||
* | Don't make fields private unless you have to | Aleksey Kladov | 2020-08-17 | 1 | -27/+10 |
| | |||||
* | Rename ra_assists -> assists | Aleksey Kladov | 2020-08-13 | 1 | -0/+241 |