aboutsummaryrefslogtreecommitdiff
path: root/crates/completion
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the should_panic completion and his related attribute testFlowerBOII2021-01-061-7/+3
* Remove the args for the must_use attibute and change the related testsFlowerBOII2021-01-061-3/+3
* Update deprecated testFlowerBOII2021-01-061-3/+3
* Remove a part of the deprecated autocompletionFlowerBOII2021-01-061-1/+1
* Merge #7168bors[bot]2021-01-051-1/+1
|\
| * Rename expr -> tail_exprAleksey Kladov2021-01-051-1/+1
* | Small helpersKirill Bulatov2021-01-041-1/+1
* | Code review fixesKirill Bulatov2021-01-041-9/+2
* | Ignore associated items during unqialified path fuzzy completionsKirill Bulatov2021-01-041-1/+9
|/
* Upgrade expect-test to 1.1Jesse Bakker2021-01-031-1/+1
* Handle case where detail doesn't exist without giving up on completionNick Spain2021-01-021-1/+1
* Remove source_old from adding const and function implsNick Spain2021-01-021-23/+26
* Make the result of Const, FunctionRender and TypeAliasRender constructors opt...Nick Spain2021-01-025-20/+17
* HasSource::source_old -> HasSource::source for places where proc-macros were ...Nick Spain2021-01-021-12/+4
* Mark HasSource::source_old as deprecated but allow at all call sitesNick Spain2021-01-025-0/+6
* HasSource::source -> HasSource::source_oldNick Spain2021-01-025-6/+6
* Merge #7102bors[bot]2021-01-011-2/+66
|\
| * Strip completion prefix of what has already been typedNick Spain2021-01-011-5/+4
| * Add a test for correct completion of ..Default::default()Nick Spain2021-01-011-1/+61
| * Fix completion of Default struct update syntaxNick Spain2020-12-311-1/+6
* | Remove some unneeded string allocationsLukas Wirth2020-12-311-1/+1
|/
* Update crateskjeremy2020-12-301-1/+1
* Avoid a couple of allocationsLaurențiu Nicola2020-12-292-3/+3
* Merge #7064bors[bot]2020-12-291-3/+8
|\
| * Tweak the fuzzy search limitsKirill Bulatov2020-12-281-1/+6
| * Add docs and optimisationsKirill Bulatov2020-12-281-2/+2
| * Better query api and fuzzy searchKirill Bulatov2020-12-281-1/+1
| * Draft the module exclusion in modulesKirill Bulatov2020-12-281-1/+1
* | Merge #7076bors[bot]2020-12-291-1/+10
|\ \
| * | Properly parse path separators in format-like postfixLukas Wirth2020-12-291-1/+10
| |/
* / format-postfix completion takes format instead of fmtLukas Wirth2020-12-292-2/+2
|/
* Merge #6960bors[bot]2020-12-232-1/+55
|\
| * Show enum variant completions for ref scrutineeLukas Wirth2020-12-201-1/+26
| * Show enum variant on Self qualified pathsLukas Wirth2020-12-201-0/+29
* | Reduce some more code duplicationLukas Wirth2020-12-225-94/+76