Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Respect casing when searching for imports | Jonas Schievink | 2020-06-10 | 1 | -0/+25 |
* | Add test for macro generated items | Jonas Schievink | 2020-06-10 | 1 | -0/+31 |
* | ImportsLocator: use ImportMap for non-local crates | Jonas Schievink | 2020-06-10 | 1 | -1/+46 |
* | Relax cursor position tests in assists | Aleksey Kladov | 2020-05-20 | 1 | -11/+11 |
* | Minor | Aleksey Kladov | 2020-05-20 | 1 | -1/+6 |
* | Refactor assists API to be more convenient for adding new assists | Aleksey Kladov | 2020-05-07 | 1 | -19/+22 |
* | Move target to AssistLabel | Aleksey Kladov | 2020-05-06 | 1 | -2/+1 |
* | Merge assits::test_helpers and tests | Aleksey Kladov | 2020-05-06 | 1 | -1/+1 |
* | Support auto-import in macro | Edwin Cheng | 2020-05-02 | 1 | -8/+34 |
* | Add a test | Kirill Bulatov | 2020-03-24 | 1 | -0/+25 |
* | Use more generic public api | Kirill Bulatov | 2020-03-24 | 1 | -21/+23 |
* | Auto import macros | Kirill Bulatov | 2020-03-24 | 1 | -13/+21 |
* | Cleanup imports | Aleksey Kladov | 2020-03-19 | 1 | -6/+8 |
* | Unfold groups with single assists into plain assists | Kirill Bulatov | 2020-03-05 | 1 | -6/+1 |
* | Simplify | Aleksey Kladov | 2020-02-28 | 1 | -1/+0 |
* | Move insert_use util to utils | Aleksey Kladov | 2020-02-28 | 1 | -1/+2 |
* | Refactor primary IDE API | Aleksey Kladov | 2020-02-26 | 1 | -28/+14 |
* | 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 |
* | 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 |
* | Slightly simpler API for groups | Aleksey Kladov | 2020-02-09 | 1 | -19/+14 |
* | Rename add import assist | Kirill Bulatov | 2020-02-07 | 1 | -2/+2 |
* | Name assist handlers | Aleksey Kladov | 2020-02-07 | 1 | -0/+258 |