aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Handle #![cfg] in crate rootJonas Schievink2020-10-262-2/+22
* 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
* | | | 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
|/ / /
* | | Add tracing to main rust-analyzer binaryFlorian Diebold2020-10-253-1/+26
* | | Get rid of FAKE_PLACEHOLDERFlorian Diebold2020-10-251-8/+9
| | |
| \ \
*-. \ \ Merge #6331 #6342bors[bot]2020-10-2466-238/+420
|\ \ \ \
| | * | | Re-export base_db from ide_dbIgor Aleksanov2020-10-2451-70/+69
| | * | | Add tests for traits functions in ide_dbIgor Aleksanov2020-10-241-0/+149
| | * | | Make call_info a part of ide_dbIgor Aleksanov2020-10-2410-37/+13
| | * | | Remove dependency on 'assists' from 'completion' crateIgor Aleksanov2020-10-2411-128/+151
| * | | | correct hover for items with doc attribute with raw stringsJosh Mcguigan2020-10-242-3/+38
| | |_|/ | |/| |
* | | | Merge #6344bors[bot]2020-10-244-6/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | Bump chalkLaurențiu Nicola2020-10-241-3/+3
| * | | Bump rustc_lexerLaurențiu Nicola2020-10-241-1/+1
| * | | Bump depsLaurențiu Nicola2020-10-242-2/+2
| | |/ | |/|
* / | Fix indentation of inserted use statementsFlorian Diebold2020-10-242-37/+135
|/ /
| |
| \
*-. \ Merge #6251 #6310bors[bot]2020-10-2311-32/+464
|\ \ \
| | * | algo::diff testsLukas Wirth2020-10-222-4/+327
| | * | Rewrite algo::diff to support insertion and deletionLukas Wirth2020-10-224-25/+67
| * | | Add tests for callable modifierGrayJack2020-10-212-0/+38
| * | | 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-238-95/+215
|\ \ \ \
| * | | | Fix name of InactiveCode diagnosticJonas Schievink2020-10-231-1/+1
| * | | | Diagnose #[cfg]s in bodiesJonas Schievink2020-10-238-94/+214
* | | | | Merge #6336bors[bot]2020-10-231-7/+23
|\ \ \ \ \
| * | | | | Improve Chalk debuggingFlorian Diebold2020-10-231-7/+23
| |/ / / /
* / / / / Complete variants when only enun name is typedAleksey Kladov2020-10-231-8/+62
|/ / / /
* | | | Merge #6335bors[bot]2020-10-232-5/+5
|\ \ \ \
| * | | | Fix panic contextAleksey Kladov2020-10-232-5/+5
* | | | | Merge #6324bors[bot]2020-10-2314-140/+815
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | cfg: move tests to separate fileJonas Schievink2020-10-234-208/+195
| * | | | Reorder itemsJonas Schievink2020-10-231-9/+9
| * | | | Use format_toJonas Schievink2020-10-231-4/+3
| * | | | Update crates/cfg/src/cfg_expr.rsJonas Schievink2020-10-221-1/+1
| * | | | Emit better #[cfg] diagnosticsJonas Schievink2020-10-229-65/+124
| * | | | Fix typoJonas Schievink2020-10-222-1/+2
| * | | | Implement DNF-based `#[cfg]` introspectionJonas Schievink2020-10-224-2/+621
| * | | | Simplify cfg representationJonas Schievink2020-10-213-31/+41