aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Move CompletionConfig to a separate moduleAleksey Kladov2020-04-242-19/+20
* | | | | Merge #4114bors[bot]2020-04-2410-333/+329
|\| | | |
| * | | | Don't set sortTextAleksey Kladov2020-04-242-18/+10
| * | | | Add test marksAleksey Kladov2020-04-242-0/+6
| * | | | Introduce ActiveParameterAleksey Kladov2020-04-245-30/+35
| * | | | Move tests to where they belongAleksey Kladov2020-04-242-231/+231
| * | | | RefactorAleksey Kladov2020-04-241-24/+18
| * | | | Restore CompletionItem immutabilityAleksey Kladov2020-04-242-31/+23
| * | | | More functionalAleksey Kladov2020-04-242-11/+18
| * | | | MoveAleksey Kladov2020-04-231-9/+9
|/ / / /
* | | | Merge #4106bors[bot]2020-04-232-1/+42
|\ \ \ \
| * | | | Fix wrong substitution codeFlorian Diebold2020-04-232-1/+42
* | | | | Merge #3954bors[bot]2020-04-239-40/+412
|\ \ \ \ \
| * | | | | Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-212-5/+6
| * | | | | Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-211-3/+1
| * | | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-2160-422/+1076
| |\ \ \ \ \
| * | | | | | Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-214-48/+47
| * | | | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-1830-183/+705
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | feat: improve dot completions with scoringBenjamin Coenen2020-04-171-5/+1
| * | | | | | revert tidy tests changesBenjamin Coenen2020-04-171-3/+3
| * | | | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-1751-364/+1126
| |\ \ \ \ \ \
| * | | | | | | feat: improve dot completions with scoringBenjamin Coenen2020-04-174-77/+52
| * | | | | | | feat: improve dot completions with scoringBenjamin Coenen2020-04-167-113/+103
| * | | | | | | feat: improve dot completions in a struct literal expressionBenjamin Coenen2020-04-154-31/+196
| * | | | | | | add sort_text to sort in editor viewBenjamin Coenen2020-04-142-8/+12
| * | | | | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-1425-145/+557
| |\ \ \ \ \ \ \
| * | | | | | | | Improve autocompletion by looking on the type and name, change implementation...Benjamin Coenen2020-04-124-27/+97
| * | | | | | | | Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-11288-5418/+3920
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-116-30/+194
| | | | | | | | | |
| \ \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ \ Merge #4111 #4112bors[bot]2020-04-233-5/+61
|\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Add Launch configuration for release buildJonas Schievink2020-04-231-2/+23
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge #4110bors[bot]2020-04-231-4/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | minorAleksey Kladov2020-04-231-4/+0
| | * | | | | | | | | | Record definitions in `extern` blocksJonas Schievink2020-04-232-3/+38
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge #4108bors[bot]2020-04-233-24/+40
|\| | | | | | | | | |
| * | | | | | | | | | Fully get rid of SyntaxNodePtr::rangeAleksey Kladov2020-04-233-24/+40
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge #4107bors[bot]2020-04-231-5/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Disable onEnter command by defaultAleksey Kladov2020-04-231-5/+0
|/ / / / / / / / /
* | | | | | | | | Merge #4102bors[bot]2020-04-233-11/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Cleanup proc_macro configAleksey Kladov2020-04-233-11/+8
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge #4100bors[bot]2020-04-231-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Bump required rust to 1.43kjeremy2020-04-231-1/+1
* | | | | | | | | Merge #4065bors[bot]2020-04-232-7/+217
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Update tests to reflect new completionsnathanwhit2020-04-221-1/+1
| * | | | | | | | Add tests for enum completionnathanwhit2020-04-221-0/+178
| * | | | | | | | Complete unqualified enum variants when possiblenathanwhit2020-04-221-5/+26
| * | | | | | | | Add utility fn for expected type of a nodenathanwhit2020-04-221-1/+12
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge #4099bors[bot]2020-04-233-3/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove SyntaxPtr::range from more placesAleksey Kladov2020-04-233-3/+8
|/ / / / / / / /
* | | | | | | | Merge #4093bors[bot]2020-04-231-1/+1
|\ \ \ \ \ \ \ \