Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 tests to test associated types and consts. | Kevin DeLorey | 2020-02-11 | 1 | -0/+78 |
* | Added some documentation to the `complete_trait_impl` completion. | Kevin DeLorey | 2020-02-11 | 1 | -1/+48 |
* | Added associated const magic completion. | Kevin DeLorey | 2020-02-10 | 1 | -11/+53 |
* | Added a utility function that can be used to determine the missing impl items. | Kevin DeLorey | 2020-02-09 | 4 | -118/+95 |
* | Merge branch 'master' into kdelorey/complete-trait-impl | Kevin DeLorey | 2020-02-09 | 327 | -3117/+5756 |
|\ | |||||
| * | 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 | 5 | -141/+108 |
| * | Slightly simpler API for groups | Aleksey Kladov | 2020-02-09 | 2 | -48/+77 |
| * | Some README fixes/cleanups | Florian Diebold | 2020-02-09 | 1 | -1/+1 |
| * | Merge #3050 | bors[bot] | 2020-02-09 | 24 | -614/+1174 |
| |\ | |||||
| | * | Add two more tests | Florian Diebold | 2020-02-07 | 1 | -0/+51 |
| | * | Fix some TODOs | Florian Diebold | 2020-02-07 | 3 | -11/+17 |
| | * | Fix add_new assist (kind of) | Florian Diebold | 2020-02-07 | 1 | -5/+10 |
| | * | Don't print implicit type args from impl Trait | Florian Diebold | 2020-02-07 | 2 | -14/+21 |
| | * | Deal better with implicit type parameters and argument lists | Florian Diebold | 2020-02-07 | 4 | -26/+138 |
| | * | Formatting | Florian Diebold | 2020-02-07 | 12 | -53/+98 |
| | * | Clean up RPIT a bit | Florian Diebold | 2020-02-07 | 5 | -41/+14 |
| | * | Fix compilation of other crates | Florian Diebold | 2020-02-07 | 3 | -14/+25 |
| | * | Use variables in predicates as well | Florian Diebold | 2020-02-07 | 5 | -63/+52 |
| | * | Comment fixes / todos | Florian Diebold | 2020-02-07 | 3 | -6/+8 |
| | * | Fix APIT some more | Florian Diebold | 2020-02-07 | 4 | -101/+115 |
| | * | Fix APIT | Florian Diebold | 2020-02-07 | 1 | -0/+2 |
| | * | Change Ty::Param to contain param ID | Florian Diebold | 2020-02-07 | 11 | -127/+136 |
| | * | WIP use params for APIT | Florian Diebold | 2020-02-07 | 3 | -1/+64 |
| | * | Fix assoc type selection | Florian Diebold | 2020-02-07 | 2 | -32/+43 |
| | * | Fix another test | Florian Diebold | 2020-02-07 | 2 | -7/+3 |
| | * | First stab at desugaring bounds for APIT | Florian Diebold | 2020-02-07 | 3 | -10/+56 |
| | * | Fix crash | Florian Diebold | 2020-02-07 | 1 | -4/+7 |
| | * | Fix enum constructors | Florian Diebold | 2020-02-07 | 3 | -11/+9 |
| | * | Fix printing of function types | Florian Diebold | 2020-02-07 | 7 | -72/+73 |
| | * | Lower impl trait to variables, move away from using placeholders where they d... | Florian Diebold | 2020-02-07 | 9 | -188/+220 |
| | * | wip lower impl trait to type args | Florian Diebold | 2020-02-07 | 8 | -14/+97 |
| | * | wip implement lowering mode | Florian Diebold | 2020-02-07 | 2 | -26/+34 |
| | * | Add impl trait lowering mode | Florian Diebold | 2020-02-07 | 6 | -40/+141 |
| | * | Introduce TyLoweringContext | Florian Diebold | 2020-02-07 | 6 | -152/+144 |
| * | | Remove ImportResolver-related stubs | Kirill Bulatov | 2020-02-09 | 2 | -9/+1 |
| * | | Remove hard-coded auto-import during completion | Aleksey Kladov | 2020-02-09 | 1 | -128/+3 |
| * | | Rename add import assist | Kirill Bulatov | 2020-02-07 | 7 | -88/+81 |
| |/ | |||||
| * | Merge #3049 | bors[bot] | 2020-02-07 | 28 | -107/+95 |
| |\ | |||||
| | * | 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 |