Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | Doc comments *are* attributes, so there's no reason to have two crates here. | ||||
* | :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 |