aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions/unqualified_path.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove some redundant allocationsJeremy Kolb2020-12-121-1/+1
* Remove debug printAleksey Kladov2020-12-101-7/+5
* Minor, more orthogonal codeAleksey Kladov2020-12-101-9/+7
* Normalize spelling to American EnglishAleksey Kladov2020-12-101-5/+5
* Tweak the search query params for better lookup speedKirill Bulatov2020-12-081-31/+29
* Better config nameKirill Bulatov2020-12-081-2/+4
* Disable the completion for no corresponding client resolve capabilitiesKirill Bulatov2020-12-071-76/+58
* Document the featureKirill Bulatov2020-12-071-0/+43
* Less panic, more testsKirill Bulatov2020-12-071-2/+39
* Use stateless completion resolveKirill Bulatov2020-12-071-4/+6
* Move the helpers into ide_dbKirill Bulatov2020-11-281-1/+1
* Extract the import code into the shared moduleKirill Bulatov2020-11-271-1/+1
* Merge #6614 #6632bors[bot]2020-11-261-26/+28
|\
| * Improve autoimports on completion speedKirill Bulatov2020-11-241-26/+28
* | Gate autoimports begind experimental completions flagKirill Bulatov2020-11-241-1/+3
|/
* Avoid turning completion objects into buildersKirill Bulatov2020-11-161-32/+10
* Remove query aliasesKirill Bulatov2020-11-161-1/+1
* Fix the other testKirill Bulatov2020-11-161-3/+3
* Qualify autoimport completion suggestionsKirill Bulatov2020-11-161-12/+23
* Better filter mod pathsKirill Bulatov2020-11-161-25/+27
* Move autoimport completion into the unqialified_path moduleKirill Bulatov2020-11-161-2/+139
* Reorganize completions structureIgor Aleksanov2020-10-251-0/+679