Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Refactor a bit | Edwin Cheng | 2020-04-24 | 1 | -8/+3 | |
| * | | | Bubble up error | Edwin Cheng | 2020-04-23 | 2 | -10/+7 | |
| * | | | Fix typo | Edwin Cheng | 2020-04-23 | 1 | -1/+1 | |
| * | | | Panic proc macro srv if read request failed | Edwin Cheng | 2020-04-23 | 1 | -2/+3 | |
* | | | | Honor snippet capability | Aleksey Kladov | 2020-04-24 | 2 | -0/+14 | |
* | | | | 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 | 2 | -0/+14 | |
* | | | | Move CompletionConfig to a separate module | Aleksey Kladov | 2020-04-24 | 2 | -19/+20 | |
* | | | | Don't set sortText | Aleksey Kladov | 2020-04-24 | 2 | -18/+10 | |
* | | | | 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 #4106 | bors[bot] | 2020-04-23 | 2 | -1/+42 | |
|\ \ \ \ | ||||||
| * | | | | Fix wrong substitution code | Florian Diebold | 2020-04-23 | 2 | -1/+42 | |
* | | | | | Merge #3954 | bors[bot] | 2020-04-23 | 9 | -40/+412 | |
|\ \ \ \ \ | ||||||
| * | | | | | Improve autocompletion by looking on the type and name | Benjamin Coenen | 2020-04-21 | 2 | -5/+6 | |
| * | | | | | 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 | 56 | -392/+1031 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | 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 | 28 | -180/+691 | |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | ||||||
| * | | | | | | 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 | 44 | -322/+1061 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | 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 | 7 | -113/+103 | |
| * | | | | | | | feat: improve dot completions in a struct literal expression | Benjamin Coenen | 2020-04-15 | 4 | -31/+196 | |
| * | | | | | | | add sort_text to sort in editor view | Benjamin Coenen | 2020-04-14 | 2 | -8/+12 | |
| * | | | | | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer | Benjamin Coenen | 2020-04-14 | 24 | -144/+556 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | 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 | 280 | -4971/+3500 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Improve autocompletion by looking on the type and name | Benjamin Coenen | 2020-04-11 | 6 | -30/+194 | |
* | | | | | | | | | | Merge #4111 #4112 | bors[bot] | 2020-04-23 | 2 | -3/+38 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
* | | | | | | | | | | | minor | Aleksey Kladov | 2020-04-23 | 1 | -4/+0 | |
| * | | | | | | | | | | Record definitions in `extern` blocks | Jonas Schievink | 2020-04-23 | 2 | -3/+38 | |
|/ / / / / / / / / / | ||||||
* | | | | | | / / / | Fully get rid of SyntaxNodePtr::range | Aleksey Kladov | 2020-04-23 | 3 | -24/+40 | |
| |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
* | | | | | | | | | Cleanup proc_macro config | Aleksey Kladov | 2020-04-23 | 3 | -11/+8 | |
| |_|_|_|_|_|/ / |/| | | | | | | | ||||||
* | | | | | | | | 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 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Remove SyntaxPtr::range from more places | Aleksey Kladov | 2020-04-23 | 3 | -3/+8 | |
* | | | | | | | | Merge #4093 | bors[bot] | 2020-04-23 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Simplify config | veetaha | 2020-04-22 | 1 | -1/+1 | |
* | | | | | | | | | Merge #4094 | bors[bot] | 2020-04-23 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | proc_macro: add ability to log to stderr and view output in vscode | veetaha | 2020-04-22 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge #4092 | bors[bot] | 2020-04-23 | 3 | -4/+38 | |
|\ \ \ \ \ \ \ \ \ |