| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure uniqueness of file ids in reference search via hashmap | Lukas Wirth | 2021-01-12 | 1 | -3/+3 |
* | Group references by FileId | Lukas Wirth | 2021-01-12 | 1 | -27/+32 |
* | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -16/+16 |
* | Rename expr -> tail_expr | Aleksey Kladov | 2021-01-05 | 1 | -4/+8 |
* | Align code_model name with ungrammar | Aleksey Kladov | 2020-12-20 | 1 | -4/+4 |
* | Remove some redundant allocations | Jeremy Kolb | 2020-12-12 | 1 | -1/+1 |
* | Move the helpers into ide_db | Kirill Bulatov | 2020-11-28 | 1 | -3/+3 |
* | Extract the import code into the shared module | Kirill Bulatov | 2020-11-27 | 1 | -8/+8 |
* | Add imports in auto completion | Kirill Bulatov | 2020-11-16 | 1 | -2/+1 |
* | Add extra test to extract_struct_from_enum_variant | Lukas Wirth | 2020-11-12 | 1 | -1/+28 |
* | Use Module::find_use_path_prefixed in extract_struct_from_enum_variant assist | Lukas Wirth | 2020-11-12 | 1 | -5/+9 |
* | Fix extract_struct_from_enum_variant not updating record references | Lukas Wirth | 2020-11-12 | 1 | -26/+59 |
* | Fix panic when extracting struct | Aleksey Kladov | 2020-11-09 | 1 | -0/+30 |
* | Support multi-file assist tests | Aleksey Kladov | 2020-11-09 | 1 | -0/+37 |
* | Support struct variants in extract_struct_from_enum_variant | Lukas Wirth | 2020-11-03 | 1 | -46/+74 |
* | only check type namespace in extract_struct_from_enum_variant for collisions | Lukas Wirth | 2020-11-03 | 1 | -9/+53 |
* | Make insert_use return a SyntaxRewriter | Lukas Wirth | 2020-11-02 | 1 | -87/+69 |
* | Merge #6257 | bors[bot] | 2020-10-26 | 1 | -11/+11 |
|\ |
|
| * | Don't suggest extracting out 1-tuple enum variants | Wesley Norris | 2020-10-26 | 1 | -11/+11 |
* | | Re-export base_db from ide_db | Igor Aleksanov | 2020-10-24 | 1 | -1/+1 |
|/ |
|
* | Move ModPath->ast::Path function to IDE layer | Aleksey Kladov | 2020-10-06 | 1 | -3/+5 |
* | Minor clippy performance suggestions | kjeremy | 2020-09-30 | 1 | -1/+1 |
* | Remove make::path_from_text | Lukas Wirth | 2020-09-16 | 1 | -6/+1 |
* | Make MergeBehaviour configurable | Lukas Wirth | 2020-09-12 | 1 | -4/+2 |
* | Add extra insert_use test for pub(crate) re-export handling | Lukas Wirth | 2020-09-03 | 1 | -4/+5 |
* | Disable insert_import in extract_struct_from_enum_variant until its fixed | Lukas Wirth | 2020-09-03 | 1 | -0/+4 |
* | Fix import insertion breaking nested modules | Lukas Wirth | 2020-09-03 | 1 | -4/+4 |
* | Replace insert_use_statement with the new insert_use | Lukas Wirth | 2020-09-03 | 1 | -7/+13 |
* | Minor | Aleksey Kladov | 2020-08-25 | 1 | -2/+1 |
* | Future proof find-usages API | Aleksey Kladov | 2020-08-19 | 1 | -1/+1 |
* | Don't expose hir::Path out of hir | Aleksey Kladov | 2020-08-15 | 1 | -1/+6 |
* | Rename ra_assists -> assists | Aleksey Kladov | 2020-08-13 | 1 | -0/+317 |