aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
*-. Merge #3998 #4006bors[bot]2020-04-2412-95/+940
|\ \
| | * 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-213-16/+15
| * | Add target file information to AssistActionTimo Freiberg2020-04-214-16/+82
| * | Make add_function generate functions in other modules via qualified pathTimo Freiberg2020-04-214-29/+205
* | | Merge #4127bors[bot]2020-04-241-0/+5
|\ \ \
| * | | More helpful error message if toolchain is not in PATHAleksey Kladov2020-04-241-0/+5
* | | | Merge #4126bors[bot]2020-04-241-6/+38
|\ \ \ \ | |/ / / |/| | |
| * | | Don't omit methods with self from path completionJonas Schievink2020-04-241-6/+38
|/ / /
* | | Merge #4105bors[bot]2020-04-245-0/+595
|\ \ \
| * | | Adds attribute completions (#3941)Roberto Vidal2020-04-245-0/+595
|/ / /
* | | Merge #4121bors[bot]2020-04-245-48/+59
|\ \ \
| * | | 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
* | | | Merge #4118bors[bot]2020-04-241-10/+10
|\ \ \ \
| * | | | :arrow_up: crates (to bust the caches)Aleksey Kladov2020-04-241-10/+10
|/ / / /
* | | | Merge #4117bors[bot]2020-04-242-0/+14
|\ \ \ \
| * | | | Honor snippet capabilityAleksey Kladov2020-04-242-0/+14
* | | | | Merge #4116bors[bot]2020-04-249-63/+141
|\| | | |
| * | | | 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
* | | | | 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
| |\ \ \ \ \ \