Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid checking all ancestors and fix mis-completion | oxalica | 2020-09-15 | 1 | -33/+215 |
* | inline parameters for a function description #6002 | Benjamin Coenen | 2020-09-15 | 1 | -0/+22 |
* | Merge #5976 | bors[bot] | 2020-09-14 | 1 | -56/+119 |
|\ | |||||
| * | Complete trait impl immediately after type/const/fn | oxalica | 2020-09-11 | 1 | -56/+119 |
* | | Merge #5971 | bors[bot] | 2020-09-13 | 1 | -0/+22 |
|\ \ | |/ |/| | |||||
| * | Implement async blocks | oxalica | 2020-09-10 | 1 | -0/+22 |
* | | 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 | 5 | -7/+9 |
* | | 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 | 6 | -26/+30 |
* | | Properly reacto to keywords | Kirill Bulatov | 2020-09-09 | 6 | -4/+28 |
* | | 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 | 2 | -23/+98 |
* | | Finally cretae the mod completion module | Kirill Bulatov | 2020-09-09 | 2 | -17/+40 |
* | | Properly handle special cases (binaries, mod.rs) | Kirill Bulatov | 2020-09-09 | 1 | -3/+1 |
* | | Exclude special files | Kirill Bulatov | 2020-09-09 | 1 | -3/+0 |
* | | Happy path implemented | Kirill Bulatov | 2020-09-09 | 1 | -1/+1 |
* | | Better API | Kirill Bulatov | 2020-09-09 | 1 | -5/+4 |
* | | First steps for mod<|> completion | Kirill Bulatov | 2020-09-09 | 1 | -2/+23 |
|/ | |||||
* | Complete `pub` in fields | Aleksey Kladov | 2020-08-25 | 4 | -7/+36 |
* | Use the same abstraction for attrs and docs | Aleksey Kladov | 2020-08-25 | 2 | -2/+2 |
* | :arrow_up: ungrammar | Aleksey Kladov | 2020-08-21 | 1 | -1/+1 |
* | Switch to expect_test from crates.io | Aleksey Kladov | 2020-08-21 | 13 | -13/+13 |
* | Add SelfParam to code_model | Aleksey Kladov | 2020-08-19 | 3 | -5/+3 |
* | Minor | Aleksey Kladov | 2020-08-19 | 1 | -3/+3 |
* | Cleanup feature generation | Aleksey Kladov | 2020-08-18 | 3 | -10/+10 |
* | synchronizing changes | Dmitry | 2020-08-14 | 2 | -7/+20 |
* | Rename hypothetical -> speculative | Aleksey Kladov | 2020-08-14 | 1 | -1/+1 |
* | Remove Hygiene from completion | Aleksey Kladov | 2020-08-13 | 3 | -59/+65 |
* | Minor | Aleksey Kladov | 2020-08-13 | 1 | -6/+12 |
* | Rename ra_ide -> ide | Aleksey Kladov | 2020-08-13 | 18 | -0/+6880 |