Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Removed doc comments entirely from the changes. | Kevin DeLorey | 2020-02-11 | 1 | -2/+0 | |
| * | Formatted changes. | Kevin DeLorey | 2020-02-11 | 2 | -7/+7 | |
| * | Fixed warning generated after refactoring. | Kevin DeLorey | 2020-02-11 | 1 | -1/+1 | |
| * | Updated the `add_missing_impl_members` to use the shared utility. | Kevin DeLorey | 2020-02-11 | 2 | -34/+15 | |
| * | Adjusted the hashset buckets to lump functions/consts together as their names... | Kevin DeLorey | 2020-02-11 | 1 | -9/+10 | |
| * | Added a utility function that can be used to determine the missing impl items. | Kevin DeLorey | 2020-02-09 | 2 | -3/+76 | |
* | | Do not collect all traits | Kirill Bulatov | 2020-02-12 | 1 | -102/+53 | |
* | | Support associated consts | Kirill Bulatov | 2020-02-12 | 1 | -18/+133 | |
* | | Also consider associated constants | Kirill Bulatov | 2020-02-12 | 1 | -8/+8 | |
* | | Fix post-rebase issues | Kirill Bulatov | 2020-02-12 | 1 | -14/+13 | |
* | | Refactor the code | Kirill Bulatov | 2020-02-12 | 1 | -96/+93 | |
* | | Adjust the assist group name | Kirill Bulatov | 2020-02-12 | 1 | -9/+25 | |
* | | Add profiling | Kirill Bulatov | 2020-02-12 | 1 | -0/+3 | |
* | | Support trait method call autoimports | Kirill Bulatov | 2020-02-12 | 1 | -100/+206 | |
* | | Trait location draft | Kirill Bulatov | 2020-02-12 | 1 | -9/+120 | |
* | | Refactor path for imports extraction | Kirill Bulatov | 2020-02-12 | 1 | -20/+92 | |
* | | Add method tests | Kirill Bulatov | 2020-02-12 | 1 | -3/+116 | |
* | | Resolve methods and functions better | Kirill Bulatov | 2020-02-12 | 1 | -3/+20 | |
* | | Introduce AttrKind | Kirill Bulatov | 2020-02-12 | 1 | -2/+1 | |
* | | Do not add imports before inner attributes | Kirill Bulatov | 2020-02-12 | 1 | -1/+29 | |
* | | Add or- and parenthesized-patterns | Matthew Jasper | 2020-02-09 | 3 | -10/+10 | |
|/ | ||||||
* | Fix rebase leftovers | Kirill Bulatov | 2020-02-09 | 1 | -2/+2 | |
* | Do not import anything if first segment of FQN resolves | Kirill Bulatov | 2020-02-09 | 1 | -12/+36 | |
* | Set auto-import target | Aleksey Kladov | 2020-02-09 | 1 | -1/+17 | |
* | Simplify Assists interface | Aleksey Kladov | 2020-02-09 | 3 | -95/+54 | |
* | Slightly simpler API for groups | Aleksey Kladov | 2020-02-09 | 2 | -48/+77 | |
* | Merge #3050 | bors[bot] | 2020-02-09 | 1 | -4/+10 | |
|\ | ||||||
| * | Fix add_new assist (kind of) | Florian Diebold | 2020-02-07 | 1 | -5/+10 | |
| * | Clean up RPIT a bit | Florian Diebold | 2020-02-07 | 1 | -0/+1 | |
* | | Rename add import assist | Kirill Bulatov | 2020-02-07 | 4 | -79/+77 | |
|/ | ||||||
* | Introduce assists utils | Aleksey Kladov | 2020-02-07 | 5 | -26/+32 | |
* | Name assist handlers | Aleksey Kladov | 2020-02-07 | 27 | -33/+17 | |
* | Cleanups | Aleksey Kladov | 2020-02-07 | 1 | -2/+5 | |
* | Cleanup imports | Aleksey Kladov | 2020-02-07 | 1 | -1/+1 | |
* | Cleanup | Aleksey Kladov | 2020-02-07 | 2 | -4/+11 | |
* | Cleanup | Aleksey Kladov | 2020-02-07 | 1 | -3/+4 | |
* | Simplify | Aleksey Kladov | 2020-02-07 | 2 | -42/+29 | |
* | Cleanup early return assist | Aleksey Kladov | 2020-02-07 | 1 | -3/+8 | |
* | Generalize invert_if to just always work | Aleksey Kladov | 2020-02-07 | 2 | -17/+30 | |
* | A tiny bit more consistent API | Aleksey Kladov | 2020-02-06 | 1 | -1/+1 | |
* | Minor rename | Aleksey Kladov | 2020-02-06 | 2 | -7/+9 | |
* | Remove the leftovers after ImportLocator removal | Kirill Bulatov | 2020-02-06 | 1 | -2/+2 | |
* | Doctest autoimport | Aleksey Kladov | 2020-02-06 | 3 | -10/+8 | |
* | Fix tests | Aleksey Kladov | 2020-02-06 | 1 | -12/+23 | |
* | Mostly remove ImoportLocator infra | Aleksey Kladov | 2020-02-06 | 2 | -177/+20 | |
* | Assists are not generic | Aleksey Kladov | 2020-02-06 | 27 | -84/+59 | |
* | Remove assists TestDB | Aleksey Kladov | 2020-02-06 | 2 | -47/+0 | |
* | Start switching assists to a root database | Aleksey Kladov | 2020-02-06 | 3 | -39/+42 | |
* | Make assists use ImportsLocator directly | Aleksey Kladov | 2020-02-06 | 1 | -9/+9 | |
* | Add profiling around add_impl_members | Aleksey Kladov | 2020-02-06 | 1 | -0/+1 |