| Commit message (Expand) | Author | Age | Files | Lines |
* | Add flyimport completion for trait assoc items | Kirill Bulatov | 2021-01-16 | 1 | -18/+23 |
* | Share import_assets and related entities | Kirill Bulatov | 2021-01-16 | 1 | -6/+3 |
* | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -32/+32 |
* | Move the helpers into ide_db | Kirill Bulatov | 2020-11-28 | 1 | -1/+1 |
* | Extract the import code into the shared module | Kirill Bulatov | 2020-11-27 | 1 | -1/+4 |
* | Add imports in auto completion | Kirill Bulatov | 2020-11-16 | 1 | -1/+2 |
* | Make insert_use return a SyntaxRewriter | Lukas Wirth | 2020-11-02 | 1 | -3/+2 |
* | Merge #6172 | bors[bot] | 2020-10-20 | 1 | -1/+1 |
|\ |
|
| * | Properly qualify trait methods in qualify_path assist | Lukas Wirth | 2020-10-15 | 1 | -1/+1 |
* | | Minor, rename feature | Aleksey Kladov | 2020-10-19 | 1 | -1/+1 |
* | | Document auto_import as a feature | Lukas Wirth | 2020-10-15 | 1 | -0/+55 |
|/ |
|
* | Slightly cleanup import_assets module | Lukas Wirth | 2020-10-13 | 1 | -6/+6 |
* | Adhere to style guidelines in import_assets | Lukas Wirth | 2020-10-13 | 1 | -6/+16 |
* | Extract ImportAssets out of auto_import | Lukas Wirth | 2020-10-13 | 1 | -241/+18 |
* | Move ModPath->ast::Path function to IDE layer | Aleksey Kladov | 2020-10-06 | 1 | -2/+5 |
* | Make ImportPrefix a configuration option | Lukas Wirth | 2020-10-05 | 1 | -6/+10 |
* | Merge #6019 | bors[bot] | 2020-09-29 | 1 | -6/+2 |
|\ |
|
| * | Remove make::path_from_text | Lukas Wirth | 2020-09-16 | 1 | -6/+2 |
* | | Don't unnecessarily unnest imports for import insertion | Lukas Wirth | 2020-09-25 | 1 | -2/+31 |
|/ |
|
* | Make MergeBehaviour configurable | Lukas Wirth | 2020-09-12 | 1 | -5/+2 |
* | Fix import insertion breaking nested modules | Lukas Wirth | 2020-09-03 | 1 | -5/+6 |
* | Replace insert_use_statement with the new insert_use | Lukas Wirth | 2020-09-03 | 1 | -7/+12 |
* | :arrow_up: ungrammar | Aleksey Kladov | 2020-08-21 | 1 | -1/+1 |
* | Don't expose hir::Path out of hir | Aleksey Kladov | 2020-08-15 | 1 | -1/+1 |
* | Rename ra_assists -> assists | Aleksey Kladov | 2020-08-13 | 1 | -0/+1088 |