aboutsummaryrefslogtreecommitdiff
path: root/crates/completion
Commit message (Expand)AuthorAgeFilesLines
* Show qualified variant pattern completionsLukas Wirth2021-02-094-45/+95
* Show Self pattern completions for Adts if inside implsLukas Wirth2021-02-093-6/+40
* Show completions for enum variant with self prefix if inside implLukas Wirth2021-02-091-1/+35
* chore: swap order of placeholdersGowri2021-02-081-1/+1
* ci: update relevant test case expected valuesGowri2021-02-071-0/+7
* fix: add for keyword in completion #7588Gowri2021-02-071-0/+1
* Make `ModPath`'s representation privateJonas Schievink2021-02-045-7/+7
* Forbid flyimport completions in use statementsKirill Bulatov2021-01-281-1/+22
* Make always-assert crate reusableAleksey Kladov2021-01-261-2/+2
* Support unions in symbol searchLukas Wirth2021-01-241-2/+1
* Normalize testsAleksey Kladov2021-01-221-45/+37
* More useful fn detail in completionAleksey Kladov2021-01-229-93/+85
* Update completions test outputLukas Wirth2021-01-203-36/+66
* Partially unify SymbolKind and CompletionItemKindLukas Wirth2021-01-2011-80/+90
* Add LifetimeParam and ConstParam to CompletionItemKindLukas Wirth2021-01-193-12/+20
* Merge #7351bors[bot]2021-01-191-1/+23
|\
| * Show const params in completionsLukas Wirth2021-01-191-1/+23
* | Show deprecated completions for deprecated traitsKirill Bulatov2021-01-186-18/+58
* | Consider rustc_deprecated attr when checking for deprecationKirill Bulatov2021-01-181-8/+9
|/
* Merge #7339bors[bot]2021-01-181-3/+6
|\
| * Delete optional arg for inline attr and add doc alias attr completion #7167Benjamin Coenen2021-01-181-3/+6
* | Merge #7297 #7338bors[bot]2021-01-186-65/+443
|\ \
| * | Small token fixKirill Bulatov2021-01-181-1/+1
| * | Properly resolve completion edits for empty inputKirill Bulatov2021-01-172-35/+46
| * | Draft the working completionKirill Bulatov2021-01-171-11/+138
| * | Add flyimport completion for trait assoc itemsKirill Bulatov2021-01-166-56/+296
* | | Use assert_never properlyAleksey Kladov2021-01-181-1/+3
| |/ |/|
* | Less annoying `mod` completionAleksey Kladov2021-01-171-1/+1
|/
* Unindent the testKirill Bulatov2021-01-161-22/+22
* Use specific kind for the flyimport completionsKirill Bulatov2021-01-161-5/+10
* Share import_assets and related entitiesKirill Bulatov2021-01-166-255/+311
* Remove useless wrapperAleksey Kladov2021-01-151-5/+3
* Insert `;` when completing keywords in letAleksey Kladov2021-01-152-7/+69
* SimplifyAleksey Kladov2021-01-151-27/+19
* Add braces when completing ifsAleksey Kladov2021-01-151-2/+2
* Introduce more appropriate assertion mechanismAleksey Kladov2021-01-143-6/+7
* Add a test for #7110Aleksey Kladov2021-01-141-0/+31
*-. Merge #7051 #7219 #7245 #7246bors[bot]2021-01-111-4/+4
|\ \
| * | Use another name instead of dbg for testEdwin Cheng2021-01-081-4/+4
| |/
* | Merge #7235bors[bot]2021-01-111-1/+25
|\ \
| * | Fix formattingManmeet Maan2021-01-111-1/+1
| * | Apply Suggestions from code reviewManmeet Maan2021-01-111-9/+6
| * | Postfix like ifl now works with referencesManmeet2021-01-101-2/+29
* | | Replace SyntaxKind usage with T! macro where applicableLukas Wirth2021-01-103-12/+11
|/ /
* / Avoid string copy in complete_attributeLaurențiu Nicola2021-01-101-6/+8
|/
* Simplify mod completionLukas Wirth2021-01-071-38/+31
* Tidy up attribute completion matchLukas Wirth2021-01-071-19/+11
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-0722-312/+304
* Align config's API with usageAleksey Kladov2021-01-0611-68/+49
* YAGNI active_resolve_capabilitiesAleksey Kladov2021-01-063-29/+3