aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix case where non FnOnce variables is marked callableGrayJack2020-10-262-1/+14
* Merge #6367bors[bot]2020-10-262-2/+22
|\
| * Handle #![cfg] in crate rootJonas Schievink2020-10-262-2/+22
* | Merge #6313bors[bot]2020-10-2621-24/+77
|\ \ | |/ |/|
| * Update testsJeremy A. Kolb2020-10-2610-0/+22
| * Request a refresh of semantic tokens if things are loaded upkjeremy2020-10-262-0/+16
| * Update packagekjeremy2020-10-262-12/+12
| * Latest proposed LSP 3.16.0kjeremy2020-10-269-24/+39
* | Merge #6333bors[bot]2020-10-264-8/+141
|\ \
| * | Allow assist move_arm_cond_to_match_guard inside blocksArif Roktim2020-10-241-7/+80
| * | Don't interpret type path as part of visibility.Arif Roktim2020-10-243-1/+61
* | | Merge #6347bors[bot]2020-10-261-24/+141
|\ \ \
| * | | Remove InsertPos::Before variant in Syntax RewriterLukas Wirth2020-10-241-13/+20
| * | | Support insertion in SyntaxRewriterLukas Wirth2020-10-241-24/+134
* | | | Merge #6350bors[bot]2020-10-261-126/+123
|\ \ \ \ | |_|_|/ |/| | |
| * | | Make IncorrectDiagnostic match rustc by copying rustc's code.Arif Roktim2020-10-251-126/+123
| |/ /
* | | Merge #6360bors[bot]2020-10-263-1/+14
|\ \ \
| * | | Fix unary minus highlightingLukas Wirth2020-10-253-1/+14
* | | | Merge #6361bors[bot]2020-10-261-1/+19
|\ \ \ \
| * | | | fix: narrow the case where angle brackets are seen as comparison operatorsDusty Pomerleau2020-10-261-1/+19
|/ / / /
* | | | Merge #6357bors[bot]2020-10-251-3/+84
|\ \ \ \ | |/ / / |/| | |
| * | | Keep parens around in remove-dbg for range expressionsLukas Wirth2020-10-251-8/+9
| * | | Don't keep parens around in remove-dbgLukas Wirth2020-10-251-1/+61
| * | | Don't keep parens around with remove-dbg when encountering method chainingLukas Wirth2020-10-251-0/+20
|/ / /
* | | Merge #6354bors[bot]2020-10-254-1/+29
|\ \ \
| * | | Add tracing to main rust-analyzer binaryFlorian Diebold2020-10-254-1/+29
|/ / /
* | | Merge #6353bors[bot]2020-10-251-8/+9
|\ \ \
| * | | Get rid of FAKE_PLACEHOLDERFlorian Diebold2020-10-251-8/+9
|/ / /
| | |
| \ \
*-. \ \ Merge #6331 #6342bors[bot]2020-10-2467-259/+421
|\ \ \ \
| | * | | Re-export base_db from ide_dbIgor Aleksanov2020-10-2452-74/+69
| | * | | Add tests for traits functions in ide_dbIgor Aleksanov2020-10-241-0/+149
| | * | | Make call_info a part of ide_dbIgor Aleksanov2020-10-2411-53/+14
| | * | | Remove dependency on 'assists' from 'completion' crateIgor Aleksanov2020-10-2412-129/+151
| * | | | correct hover for items with doc attribute with raw stringsJosh Mcguigan2020-10-242-3/+38
| | |_|/ | |/| |
* | | | Merge #6344bors[bot]2020-10-245-52/+102
|\ \ \ \ | |_|_|/ |/| | |
| * | | Bump chalkLaurențiu Nicola2020-10-242-11/+11
| * | | Bump rustc_lexerLaurențiu Nicola2020-10-242-3/+3
| * | | Bump depsLaurențiu Nicola2020-10-243-38/+88
| | |/ | |/|
* | | Merge #6337bors[bot]2020-10-242-37/+135
|\ \ \ | |/ / |/| |
| * | Fix indentation of inserted use statementsFlorian Diebold2020-10-242-37/+135
|/ /
* | Merge #6330bors[bot]2020-10-241-16/+17
|\ \
| * | fix: underscores, raw IDsDusty Pomerleau2020-10-241-16/+17
|/ /
| |
| \
*-. \ Merge #6251 #6310bors[bot]2020-10-2313-32/+469
|\ \ \
| | * | algo::diff testsLukas Wirth2020-10-222-4/+327
| | * | Rewrite algo::diff to support insertion and deletionLukas Wirth2020-10-225-25/+68
| * | | Add tests for callable modifierGrayJack2020-10-212-0/+38
| * | | Editor: Code: Add callable to package.jsonGrayJack2020-10-161-0/+4
| * | | Add Callable modifier for variables that implements FnonceGrayJack2020-10-162-3/+24
| * | | Add HighlightModifier::Callable and add it for localsGrayJack2020-10-164-0/+8
* | | | Merge #6339bors[bot]2020-10-239-104/+224
|\ \ \ \