aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Merge #4133bors[bot]2020-04-252-11/+10
|\
| * main: fix bug where thread pool isn't joinedAndrew Gallant2020-04-251-0/+1
| * main: eagerly prime goto-definition cachesAndrew Gallant2020-04-252-11/+9
* | Rename StructField -> FieldAleksey Kladov2020-04-2527-148/+132
* | Merge #4134bors[bot]2020-04-252-0/+16
|\ \
| * | Fix whitespacesEdwin Cheng2020-04-251-1/+1
| * | Special case for empty commentsEdwin Cheng2020-04-252-0/+16
* | | Merge #4125bors[bot]2020-04-255-9/+14
|\ \ \
| * | | Avoid lossy OsString conversionsLaurențiu Nicola2020-04-255-9/+14
* | | | text-size 1.0.0Aleksey Kladov2020-04-255-10/+10
* | | | Switch to TryFromAleksey Kladov2020-04-2513-53/+63
* | | | CleanupsAleksey Kladov2020-04-254-24/+18
* | | | Convert tests to text-sizeAleksey Kladov2020-04-25375-26498/+26466
* | | | Convert code to text-sizeAleksey Kladov2020-04-2573-392/+378
| |_|/ |/| |
* | | Merge #4128bors[bot]2020-04-241-1/+52
|\ \ \
| * | | Include correct item path for variant completionsJonas Schievink2020-04-241-1/+52
| |/ /
* | | 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