aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/assists/auto_import.rs
Commit message (Expand)AuthorAgeFilesLines
* Name assist handlersAleksey Kladov2020-02-071-258/+0
* CleanupsAleksey Kladov2020-02-071-2/+5
* Cleanup importsAleksey Kladov2020-02-071-1/+1
* Remove the leftovers after ImportLocator removalKirill Bulatov2020-02-061-2/+2
* Doctest autoimportAleksey Kladov2020-02-061-1/+3
* Mostly remove ImoportLocator infraAleksey Kladov2020-02-061-25/+14
* Assists are not genericAleksey Kladov2020-02-061-2/+2
* Use proper import name in the labelKirill Bulatov2020-02-031-10/+6
* Simplify paths searchesKirill Bulatov2020-02-031-4/+3
* Use name only when searching for an import candidateKirill Bulatov2020-02-021-6/+16
* Merge #2982bors[bot]2020-02-021-10/+31
|\
| * Require ModPath for importingKirill Bulatov2020-02-021-6/+3
| * Merge imports when auto importingKirill Bulatov2020-02-021-6/+30
* | Auto import functionsKirill Bulatov2020-02-011-0/+24
|/
* Improve auto import messageLaurențiu Nicola2020-01-311-6/+10
* Properly select a target for auto importingKirill Bulatov2020-01-291-29/+17
* Code review fixesKirill Bulatov2020-01-271-5/+5
* Enforce alphabetical import sortingKirill Bulatov2020-01-261-2/+3
* Adjust the testsKirill Bulatov2020-01-261-55/+89
* Have a better trait interfaceKirill Bulatov2020-01-261-10/+16
* Remove unnecessary lifetime parameterKirill Bulatov2020-01-261-2/+2
* Initial auto import action implementationKirill Bulatov2020-01-261-0/+181
* rename auto_import -> add_importAleksey Kladov2019-10-271-940/+0
* use more consistent namingAleksey Kladov2019-10-271-1/+1
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* Merge #1815bors[bot]2019-09-271-1/+1
|\
| * Support `$crate` in item and expr place.uHOOCCOOHu2019-09-261-1/+1
* | Start simplifying editing APIAleksey Kladov2019-09-261-1/+0
|/
* move assists to subdirAleksey Kladov2019-09-251-0/+939