Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Better filtering of qualified enum variants in completion | Aleksey Kladov | 2020-04-29 | 2 | -9/+49 | |
* | | Complete union fields after dot | Jonas Schievink | 2020-04-28 | 1 | -0/+38 | |
|/ | ||||||
* | Introduce new semantic highlight token for format specifier | Leander Tentrup | 2020-04-28 | 7 | -36/+43 | |
* | Precompute expected type during completion | Aleksey Kladov | 2020-04-26 | 3 | -35/+44 | |
* | Fix broken test | Jonas Schievink | 2020-04-25 | 1 | -1/+1 | |
* | Don't add call parens when an fn type is expected | Jonas Schievink | 2020-04-25 | 1 | -0/+56 | |
* | Merge #4133 | bors[bot] | 2020-04-25 | 1 | -4/+1 | |
|\ | ||||||
| * | main: eagerly prime goto-definition caches | Andrew Gallant | 2020-04-25 | 1 | -4/+1 | |
* | | Rename StructField -> Field | Aleksey Kladov | 2020-04-25 | 6 | -14/+9 | |
* | | text-size 1.0.0 | Aleksey Kladov | 2020-04-25 | 1 | -6/+6 | |
* | | Cleanups | Aleksey Kladov | 2020-04-25 | 1 | -8/+5 | |
* | | Convert tests to text-size | Aleksey Kladov | 2020-04-25 | 30 | -1221/+1190 | |
* | | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 20 | -100/+96 | |
|/ | ||||||
* | 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 | |
| | | ||||||
| \ | ||||||
*-. \ | Merge #3998 #4006 | bors[bot] | 2020-04-24 | 4 | -56/+324 | |
|\ \ \ | ||||||
| | * | | Adapt format specifier highlighting to support escaped squences and unicode i... | Leander Tentrup | 2020-04-22 | 3 | -22/+51 | |
| | * | | Apply suggestions from code review | Leander Tentrup | 2020-04-22 | 1 | -4/+3 | |
| | * | | Implement syntax highlighting for format strings | Leander Tentrup | 2020-04-20 | 3 | -3/+208 | |
| | * | | Refactor flattening logic for highlighted syntax ranges | Leander Tentrup | 2020-04-18 | 1 | -54/+85 | |
| * | | | Add target file information to AssistAction | Timo Freiberg | 2020-04-21 | 1 | -0/+4 | |
* | | | | 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 | 4 | -0/+594 | |
* | | | 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 | 2 | -19/+20 | |
* | | | Add test marks | Aleksey Kladov | 2020-04-24 | 2 | -0/+6 | |
* | | | Introduce ActiveParameter | Aleksey Kladov | 2020-04-24 | 5 | -30/+35 | |
* | | | 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 | 7 | -28/+388 | |
|\ \ \ | ||||||
| * | | | 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 | 7 | -27/+52 | |
| |\| | | ||||||
| * | | | Improve autocompletion by looking on the type and name | Benjamin Coenen | 2020-04-21 | 4 | -48/+47 | |
| * | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer | Benjamin Coenen | 2020-04-18 | 7 | -18/+140 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| * | | | feat: improve dot completions with scoring | Benjamin Coenen | 2020-04-17 | 1 | -5/+1 | |
| * | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer | Benjamin Coenen | 2020-04-17 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| * | | | | feat: improve dot completions with scoring | Benjamin Coenen | 2020-04-17 | 4 | -77/+52 | |
| * | | | | feat: improve dot completions with scoring | Benjamin Coenen | 2020-04-16 | 6 | -108/+91 | |
| * | | | | feat: improve dot completions in a struct literal expression | Benjamin Coenen | 2020-04-15 | 4 | -31/+196 | |
| * | | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer | Benjamin Coenen | 2020-04-14 | 5 | -11/+37 | |
| |\ \ \ \ | ||||||
| * | | | | | Improve autocompletion by looking on the type and name, change implementation... | Benjamin Coenen | 2020-04-12 | 3 | -26/+96 | |
| * | | | | | Improve autocompletion by looking on the type and name | Benjamin Coenen | 2020-04-11 | 10 | -41/+103 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Improve autocompletion by looking on the type and name | Benjamin Coenen | 2020-04-11 | 6 | -30/+194 | |
* | | | | | | | Merge #4065 | bors[bot] | 2020-04-23 | 2 | -7/+217 | |
|\ \ \ \ \ \ \ |