aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists
Commit message (Expand)AuthorAgeFilesLines
* Merge #3108bors[bot]2020-02-173-36/+88
|\
| * Fixing minor suggestions and added module level documentation.Kevin DeLorey2020-02-111-2/+1
| * Removed doc comments entirely from the changes.Kevin DeLorey2020-02-111-2/+0
| * Formatted changes.Kevin DeLorey2020-02-112-7/+7
| * Fixed warning generated after refactoring.Kevin DeLorey2020-02-111-1/+1
| * Updated the `add_missing_impl_members` to use the shared utility.Kevin DeLorey2020-02-112-34/+15
| * Adjusted the hashset buckets to lump functions/consts together as their names...Kevin DeLorey2020-02-111-9/+10
| * Added a utility function that can be used to determine the missing impl items.Kevin DeLorey2020-02-092-3/+76
* | Do not collect all traitsKirill Bulatov2020-02-121-102/+53
* | Support associated constsKirill Bulatov2020-02-121-18/+133
* | Also consider associated constantsKirill Bulatov2020-02-121-8/+8
* | Fix post-rebase issuesKirill Bulatov2020-02-121-14/+13
* | Refactor the codeKirill Bulatov2020-02-121-96/+93
* | Adjust the assist group nameKirill Bulatov2020-02-121-9/+25
* | Add profilingKirill Bulatov2020-02-121-0/+3
* | Support trait method call autoimportsKirill Bulatov2020-02-121-100/+206
* | Trait location draftKirill Bulatov2020-02-121-9/+120
* | Refactor path for imports extractionKirill Bulatov2020-02-121-20/+92
* | Add method testsKirill Bulatov2020-02-121-3/+116
* | Resolve methods and functions betterKirill Bulatov2020-02-121-3/+20
* | Introduce AttrKindKirill Bulatov2020-02-121-2/+1
* | Do not add imports before inner attributesKirill Bulatov2020-02-121-1/+29
* | Add or- and parenthesized-patternsMatthew Jasper2020-02-093-10/+10
|/
* Fix rebase leftoversKirill Bulatov2020-02-091-2/+2
* Do not import anything if first segment of FQN resolvesKirill Bulatov2020-02-091-12/+36
* Set auto-import targetAleksey Kladov2020-02-091-1/+17
* Simplify Assists interfaceAleksey Kladov2020-02-093-95/+54
* Slightly simpler API for groupsAleksey Kladov2020-02-092-48/+77
* Merge #3050bors[bot]2020-02-091-4/+10
|\
| * Fix add_new assist (kind of)Florian Diebold2020-02-071-5/+10
| * Clean up RPIT a bitFlorian Diebold2020-02-071-0/+1
* | Rename add import assistKirill Bulatov2020-02-074-79/+77
|/
* Introduce assists utilsAleksey Kladov2020-02-075-26/+32
* Name assist handlersAleksey Kladov2020-02-0727-33/+17
* CleanupsAleksey Kladov2020-02-071-2/+5
* Cleanup importsAleksey Kladov2020-02-071-1/+1
* CleanupAleksey Kladov2020-02-072-4/+11
* CleanupAleksey Kladov2020-02-071-3/+4
* SimplifyAleksey Kladov2020-02-072-42/+29
* Cleanup early return assistAleksey Kladov2020-02-071-3/+8
* Generalize invert_if to just always workAleksey Kladov2020-02-072-17/+30
* A tiny bit more consistent APIAleksey Kladov2020-02-061-1/+1
* Minor renameAleksey Kladov2020-02-062-7/+9
* Remove the leftovers after ImportLocator removalKirill Bulatov2020-02-061-2/+2
* Doctest autoimportAleksey Kladov2020-02-063-10/+8
* Fix testsAleksey Kladov2020-02-061-12/+23
* Mostly remove ImoportLocator infraAleksey Kladov2020-02-062-177/+20
* Assists are not genericAleksey Kladov2020-02-0627-84/+59
* Remove assists TestDBAleksey Kladov2020-02-062-47/+0
* Start switching assists to a root databaseAleksey Kladov2020-02-063-39/+42