Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of MockAnalysis | Aleksey Kladov | 2020-10-02 | 1 | -2/+2 |
* | Adjust the test comment | Kirill Bulatov | 2020-09-11 | 1 | -9/+16 |
* | One more test | Kirill Bulatov | 2020-09-09 | 1 | -0/+15 |
* | Rename the method to avoid false promises | Kirill Bulatov | 2020-09-09 | 1 | -5/+5 |
* | Fix the tests | Kirill Bulatov | 2020-09-09 | 1 | -1/+1 |
* | Add tests | Kirill Bulatov | 2020-09-09 | 1 | -0/+153 |
* | Properly handle mod.rs imports | Kirill Bulatov | 2020-09-09 | 1 | -47/+40 |
* | Complete semicolon when needed | Kirill Bulatov | 2020-09-09 | 1 | -10/+23 |
* | Properly reacto to keywords | Kirill Bulatov | 2020-09-09 | 1 | -1/+7 |
* | Less false positive completion candidates | Kirill Bulatov | 2020-09-09 | 1 | -44/+59 |
* | Properly handle nested submodules in the same file | Kirill Bulatov | 2020-09-09 | 1 | -70/+79 |
* | Move most of the logic into the completion module | Kirill Bulatov | 2020-09-09 | 1 | -21/+95 |
* | Finally cretae the mod completion module | Kirill Bulatov | 2020-09-09 | 1 | -0/+39 |