Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename StructField -> Field | Aleksey Kladov | 2020-04-25 | 1 | -6/+1 |
* | text-size 1.0.0 | Aleksey Kladov | 2020-04-25 | 1 | -6/+6 |
* | Convert tests to text-size | Aleksey Kladov | 2020-04-25 | 13 | -790/+789 |
* | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 4 | -14/+15 |
* | Merge #4128 | bors[bot] | 2020-04-24 | 1 | -1/+52 |
|\ | |||||
| * | Include correct item path for variant completions | Jonas Schievink | 2020-04-24 | 1 | -1/+52 |
* | | Don't omit methods with self from path completion | Jonas Schievink | 2020-04-24 | 1 | -6/+38 |
|/ | |||||
* | Adds attribute completions (#3941) | Roberto Vidal | 2020-04-24 | 3 | -0/+592 |
* | Better label for macros completion | Aleksey Kladov | 2020-04-24 | 5 | -48/+59 |
* | Honor snippet capability | Aleksey Kladov | 2020-04-24 | 1 | -0/+6 |
* | Make sure that adding a snippet requires corresponding capability | Aleksey Kladov | 2020-04-24 | 6 | -44/+107 |
* | Introduce internal snippet cap | Aleksey Kladov | 2020-04-24 | 1 | -0/+13 |
* | Move CompletionConfig to a separate module | Aleksey Kladov | 2020-04-24 | 1 | -0/+16 |
* | Add test marks | Aleksey Kladov | 2020-04-24 | 1 | -0/+4 |
* | Introduce ActiveParameter | Aleksey Kladov | 2020-04-24 | 2 | -6/+6 |
* | Move tests to where they belong | Aleksey Kladov | 2020-04-24 | 2 | -231/+231 |
* | Refactor | Aleksey Kladov | 2020-04-24 | 1 | -24/+18 |
* | Restore CompletionItem immutability | Aleksey Kladov | 2020-04-24 | 2 | -31/+23 |
* | More functional | Aleksey Kladov | 2020-04-24 | 2 | -11/+18 |
* | Move | Aleksey Kladov | 2020-04-23 | 1 | -9/+9 |
* | Merge #3954 | bors[bot] | 2020-04-23 | 4 | -5/+321 |
|\ | |||||
| * | Improve autocompletion by looking on the type and name | Benjamin Coenen | 2020-04-21 | 1 | -3/+1 |
| * | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer | Benjamin Coenen | 2020-04-21 | 1 | -0/+6 |
| |\ | |||||
| * | | Improve autocompletion by looking on the type and name | Benjamin Coenen | 2020-04-21 | 3 | -46/+46 |
| * | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer | Benjamin Coenen | 2020-04-18 | 2 | -10/+49 |
| |\ \ | |||||
| * | | | feat: improve dot completions with scoring | Benjamin Coenen | 2020-04-17 | 1 | -5/+1 |
| * | | | feat: improve dot completions with scoring | Benjamin Coenen | 2020-04-17 | 3 | -74/+52 |
| * | | | feat: improve dot completions with scoring | Benjamin Coenen | 2020-04-16 | 4 | -104/+85 |
| * | | | feat: improve dot completions in a struct literal expression | Benjamin Coenen | 2020-04-15 | 3 | -30/+195 |
| * | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer | Benjamin Coenen | 2020-04-14 | 4 | -5/+22 |
| |\ \ \ | |||||
| * | | | | Improve autocompletion by looking on the type and name, change implementation... | Benjamin Coenen | 2020-04-12 | 2 | -26/+93 |
| * | | | | Improve autocompletion by looking on the type and name | Benjamin Coenen | 2020-04-11 | 5 | -24/+26 |
| |\ \ \ \ | |||||
| * | | | | | Improve autocompletion by looking on the type and name | Benjamin Coenen | 2020-04-11 | 4 | -9/+143 |
* | | | | | | Merge #4065 | bors[bot] | 2020-04-23 | 2 | -7/+217 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | Update tests to reflect new completions | nathanwhit | 2020-04-22 | 1 | -1/+1 |
| * | | | | | Add tests for enum completion | nathanwhit | 2020-04-22 | 1 | -0/+178 |
| * | | | | | Complete unqualified enum variants when possible | nathanwhit | 2020-04-22 | 1 | -5/+26 |
| * | | | | | Add utility fn for expected type of a node | nathanwhit | 2020-04-22 | 1 | -1/+12 |
| | |_|_|/ | |/| | | | |||||
* / | | | | Ignore proc-macro in completion | Edwin Cheng | 2020-04-18 | 1 | -0/+6 |
|/ / / / | |||||
* | | | | Don\t suggest import itself as a completion for import | Aleksey Kladov | 2020-04-17 | 1 | -1/+39 |
* | | | | Better snippet when completing trait method | Aleksey Kladov | 2020-04-17 | 1 | -9/+10 |
| |_|/ |/| | | |||||
* | | | Align grammar for record patterns and literals | Aleksey Kladov | 2020-04-11 | 4 | -5/+22 |
| |/ |/| | |||||
* | | Make records grammar more orthogonal | Aleksey Kladov | 2020-04-11 | 2 | -2/+2 |
* | | Rename some tokens | Aleksey Kladov | 2020-04-10 | 1 | -2/+2 |
* | | Simpler acessors for keywords | Aleksey Kladov | 2020-04-09 | 1 | -2/+2 |
* | | Drop needless trait | Aleksey Kladov | 2020-04-09 | 1 | -14/+16 |
* | | Be consistent about token accesors | Aleksey Kladov | 2020-04-09 | 1 | -1/+4 |
|/ | |||||
* | Move computation of missing fields into hir | Aleksey Kladov | 2020-04-07 | 1 | -50/+9 |
* | Add functional update test | Aleksey Kladov | 2020-04-07 | 1 | -0/+33 |
* | Fix names of test modules | Aleksey Kladov | 2020-04-07 | 1 | -2/+2 |