aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Don't print cargo version to stdout, breaking everythingAleksey Kladov2020-04-241-1/+1
*-. Merge #3998 #4006bors[bot]2020-04-2410-90/+933
|\ \
| | * Adapt format specifier highlighting to support escaped squences and unicode i...Leander Tentrup2020-04-224-144/+209
| | * Apply suggestions from code reviewLeander Tentrup2020-04-222-34/+32
| | * Implement syntax highlighting for format stringsLeander Tentrup2020-04-204-3/+532
| | * Refactor flattening logic for highlighted syntax rangesLeander Tentrup2020-04-181-54/+85
| * | Add `pub(crate)` to functions generated in other moduleTimo Freiberg2020-04-212-46/+27
| * | Jump to sourceChanges in other filesTimo Freiberg2020-04-212-13/+10
| * | Add target file information to AssistActionTimo Freiberg2020-04-214-16/+82
| * | Make add_function generate functions in other modules via qualified pathTimo Freiberg2020-04-213-27/+203
* | | Merge #4127bors[bot]2020-04-241-0/+5
|\ \ \
| * | | More helpful error message if toolchain is not in PATHAleksey Kladov2020-04-241-0/+5
* | | | Don't omit methods with self from path completionJonas Schievink2020-04-241-6/+38
|/ / /
* | | Adds attribute completions (#3941)Roberto Vidal2020-04-245-0/+595
* | | Better label for macros completionAleksey Kladov2020-04-245-48/+59
* | | Merge #4101bors[bot]2020-04-242-12/+5
|\ \ \
| * | | Refactor a bitEdwin Cheng2020-04-241-8/+3
| * | | Bubble up errorEdwin Cheng2020-04-232-10/+7
| * | | Fix typoEdwin Cheng2020-04-231-1/+1
| * | | Panic proc macro srv if read request failedEdwin Cheng2020-04-231-2/+3
* | | | Honor snippet capabilityAleksey Kladov2020-04-242-0/+14
* | | | Make sure that adding a snippet requires corresponding capabilityAleksey Kladov2020-04-246-44/+107
* | | | Introduce internal snippet capAleksey Kladov2020-04-242-0/+14
* | | | Move CompletionConfig to a separate moduleAleksey Kladov2020-04-242-19/+20
* | | | 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-2156-392/+1031
| |\ \ \ \ \
| * | | | | | 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-1828-180/+691
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | feat: improve dot completions with scoringBenjamin Coenen2020-04-171-5/+1
| * | | | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-1744-322/+1061
| |\ \ \ \ \ \
| * | | | | | | 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-1424-144/+556
| |\ \ \ \ \ \ \
| * | | | | | | | Improve autocompletion by looking on the type and name, change implementation...Benjamin Coenen2020-04-123-26/+96
| * | | | | | | | Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-11280-4971/+3500
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-116-30/+194