Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Complete union fields after dot | Jonas Schievink | 2020-04-28 | 1 | -0/+38 |
* | Convert tests to text-size | Aleksey Kladov | 2020-04-25 | 1 | -56/+56 |
* | Move tests to where they belong | Aleksey Kladov | 2020-04-24 | 1 | -231/+0 |
* | Improve autocompletion by looking on the type and name | Benjamin Coenen | 2020-04-21 | 1 | -2/+0 |
* | feat: improve dot completions with scoring | Benjamin Coenen | 2020-04-17 | 1 | -16/+3 |
* | feat: improve dot completions with scoring | Benjamin Coenen | 2020-04-16 | 1 | -71/+43 |
* | feat: improve dot completions in a struct literal expression | Benjamin Coenen | 2020-04-15 | 1 | -1/+140 |
* | Improve autocompletion by looking on the type and name, change implementation... | Benjamin Coenen | 2020-04-12 | 1 | -25/+44 |
* | Improve autocompletion by looking on the type and name | Benjamin Coenen | 2020-04-11 | 1 | -1/+0 |
|\ | |||||
* | | Improve autocompletion by looking on the type and name | Benjamin Coenen | 2020-04-11 | 1 | -3/+122 |
|/ | |||||
* | Add parens for enums | Aleksey Kladov | 2020-04-03 | 1 | -1/+1 |
* | Get tests working | Florian Diebold | 2020-03-16 | 1 | -1/+12 |
* | wip | Florian Diebold | 2020-03-16 | 1 | -2/+2 |
* | Make MBE expansion more resilient (WIP) | Florian Diebold | 2020-03-16 | 1 | -0/+37 |
* | Fix completion of trait items | Florian Diebold | 2020-03-14 | 1 | -0/+32 |
* | Introduce completion test utils | Aleksey Kladov | 2020-03-11 | 1 | -1/+1 |
* | Fix completion with a partially unknown type | Florian Diebold | 2020-03-10 | 1 | -0/+31 |
* | Merge #3513 | bors[bot] | 2020-03-09 | 1 | -2/+100 |
|\ | |||||
| * | Fix CompletionContext module field (by removing it) | Florian Diebold | 2020-03-07 | 1 | -2/+2 |
| * | Try to complete within macros | Florian Diebold | 2020-03-07 | 1 | -0/+98 |
* | | Handle visibility in method call completion | Florian Diebold | 2020-03-07 | 1 | -1/+37 |
|/ | |||||
* | fix completion for super::super:: | Josh Mcguigan | 2020-03-01 | 1 | -0/+39 |
* | Refactor primary IDE API | Aleksey Kladov | 2020-02-26 | 1 | -2/+2 |
* | Move Type API to type | Aleksey Kladov | 2020-01-14 | 1 | -7/+10 |
* | Move impls_future to Type, where it belongs | Aleksey Kladov | 2020-01-14 | 1 | -1/+1 |
* | Use lang-items to resolve future trait | Aleksey Kladov | 2020-01-14 | 1 | -0/+1 |
* | visible_from -> is_visible_from | Florian Diebold | 2019-12-27 | 1 | -1/+1 |
* | Hide completions for private struct fields | Florian Diebold | 2019-12-26 | 1 | -1/+56 |
* | Remove one more Ty | Aleksey Kladov | 2019-12-08 | 1 | -1/+1 |
* | Add tests for checking the impl self type | Florian Diebold | 2019-12-02 | 1 | -0/+33 |
* | rename ra_ide_api -> ra_ide | Aleksey Kladov | 2019-11-27 | 1 | -0/+456 |