| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix use merging not using the first path segment | Lukas Wirth | 2020-11-30 | 1 | -1/+1 |
* | Move the helpers into ide_db | Kirill Bulatov | 2020-11-28 | 1 | -1/+1 |
* | Rustdocs fixes | Kirill Bulatov | 2020-11-27 | 1 | -1/+1 |
* | Extract the import code into the shared module | Kirill Bulatov | 2020-11-27 | 1 | -5/+3 |
* | Add imports in auto completion | Kirill Bulatov | 2020-11-16 | 1 | -1/+1 |
* | Make insert_use return a SyntaxRewriter | Lukas Wirth | 2020-11-02 | 1 | -4/+3 |
* | Fix stackoverflow in insert_use::recursive_merge | Lukas Wirth | 2020-10-14 | 1 | -0/+17 |
* | Fix MergeBehaviour::Full not working when merging nested long paths | Lukas Wirth | 2020-10-13 | 1 | -1/+1 |
* | Merge #6019 | bors[bot] | 2020-09-29 | 1 | -20/+6 |
|\ |
|
| * | Remove make::path_from_text | Lukas Wirth | 2020-09-16 | 1 | -20/+6 |
* | | Merge #5989 | bors[bot] | 2020-09-16 | 1 | -13/+7 |
|\ \
| |/
|/| |
|
| * | Reimplement import merging by making it recursive properly nesting all levels | Lukas Wirth | 2020-09-12 | 1 | -13/+7 |
* | | Make MergeBehaviour configurable | Lukas Wirth | 2020-09-12 | 1 | -2/+2 |
|/ |
|
* | Fix import insertion breaking nested modules | Lukas Wirth | 2020-09-03 | 1 | -9/+11 |
* | Fix inserting imports in front of inner attributes | Lukas Wirth | 2020-09-03 | 1 | -2/+3 |
* | Replace insert_use_statement with the new insert_use | Lukas Wirth | 2020-09-03 | 1 | -32/+33 |
* | Don't expose hir::Path out of hir | Aleksey Kladov | 2020-08-15 | 1 | -29/+21 |
* | Rename ra_assists -> assists | Aleksey Kladov | 2020-08-13 | 1 | -0/+688 |