aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* 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
*-. 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
* | | | | Insert ref for completionsadamrk2020-10-225-26/+132
* | | | | Merge #6326bors[bot]2020-10-221-1/+28
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Hide paramater inlay hints for cloned vars if applicableLukas Wirth2020-10-221-1/+28
| | |_|/ | |/| |
* | | | Merge #6319bors[bot]2020-10-222-3/+34
|\ \ \ \
| * | | | Properly identify camel cased acronyms as UpperCamelCaseArif Roktim2020-10-212-3/+34
| |/ / /
| | | |
| \ \ \
*-. \ \ \ Merge #6320 #6321bors[bot]2020-10-221-4/+24
|\ \ \ \ \
| | * | | | Fix opening module documentation opening parent documentation insteadZac Pullar-Strecker2020-10-221-4/+24
| |/ / / /
* | | | | Merge #6314bors[bot]2020-10-221-2/+40
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | generate_impl assist respect cfg attributes #6312Benjamin Coenen2020-10-221-2/+40
| |/ / /
* | | | Merge #6307bors[bot]2020-10-213-2/+99
|\ \ \ \ | |/ / / |/| | |
| * | | Refactor is_intrinsic_fn_unsafe() and make it privateFrancesco Zardi2020-10-211-39/+42
| * | | Move safe intrinsic testsFrancesco Zardi2020-10-212-20/+18
| * | | Fix typo in commentFrancesco Zardi2020-10-211-1/+1
| * | | Add whitelist of safe intrinsicsFrancesco Zardi2020-10-213-2/+98
* | | | Update cratesJeremy Kolb2020-10-203-3/+3
* | | | add completions for clippy lint in attributesBenjamin Coenen2020-10-204-132/+10
* | | | Merge #6256bors[bot]2020-10-203-0/+160
|\ \ \ \
| * | | | Update crates/assists/src/handlers/replace_string_with_char.rsCoenen Benjamin2020-10-201-1/+1
| * | | | Assist: replace string with charBenjamin Coenen2020-10-202-8/+39
| * | | | replace_string_with_char #6252Benjamin Coenen2020-10-162-0/+129
* | | | | Merge #6172bors[bot]2020-10-206-24/+1090
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | De-duplicate `add_group` callsite in qualify_pathLukas Wirth2020-10-161-121/+108
| * | | | Properly qualify trait methods in qualify_path assistLukas Wirth2020-10-155-70/+118
| * | | | Add mark tests to qualify_path assistLukas Wirth2020-10-141-0/+9
| * | | | Add qualify path assistLukas Wirth2020-10-142-0/+1022