Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Refactor if-let -> match assist to use ast::make | Aleksey Kladov | 2020-02-05 | 1 | -27/+22 |
* | Better cursor placement when merging arms | Aleksey Kladov | 2020-02-05 | 1 | -4/+17 |
* | Merge match arms works with many arms | Aleksey Kladov | 2020-02-05 | 1 | -29/+70 |
* | Cleanup | Aleksey Kladov | 2020-02-05 | 1 | -11/+12 |
* | Merge #2948 | bors[bot] | 2020-02-04 | 1 | -6/+48 |
|\ | |||||
| * | Allow add_explicit_type to replace a placeholder type | Laurențiu Nicola | 2020-02-03 | 1 | -6/+48 |
* | | Use proper import name in the label | Kirill Bulatov | 2020-02-03 | 1 | -10/+6 |
* | | Simplify paths searches | Kirill Bulatov | 2020-02-03 | 1 | -4/+3 |
* | | Use name only when searching for an import candidate | Kirill Bulatov | 2020-02-02 | 1 | -6/+16 |
|/ | |||||
* | Merge #2982 | bors[bot] | 2020-02-02 | 2 | -15/+36 |
|\ | |||||
| * | Remove obsolete rustdoc | Kirill Bulatov | 2020-02-02 | 1 | -1/+0 |
| * | Require ModPath for importing | Kirill Bulatov | 2020-02-02 | 2 | -10/+8 |
| * | Merge imports when auto importing | Kirill Bulatov | 2020-02-02 | 1 | -6/+30 |
* | | Auto import functions | Kirill Bulatov | 2020-02-01 | 1 | -0/+24 |
|/ | |||||
* | Improve auto import message | Laurențiu Nicola | 2020-01-31 | 1 | -6/+10 |
* | Properly select a target for auto importing | Kirill Bulatov | 2020-01-29 | 1 | -29/+17 |
* | Code review fixes | Kirill Bulatov | 2020-01-27 | 2 | -7/+8 |
* | Enforce alphabetical import sorting | Kirill Bulatov | 2020-01-26 | 1 | -2/+3 |
* | Adjust the tests | Kirill Bulatov | 2020-01-26 | 2 | -61/+149 |
* | Have a better trait interface | Kirill Bulatov | 2020-01-26 | 2 | -17/+19 |