aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_completion
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation of hir and ide cratesFlorian Diebold2021-05-211-1/+1
* Replace ImportGranularity::Guess with guessing boolean flagLukas Tobias Wirth2021-05-191-0/+1
* MergeBehavior -> ImportGranularityLukas Tobias Wirth2021-05-181-2/+5
* simplifyLukas Wirth2021-05-151-12/+10
* Merge #8794bors[bot]2021-05-101-1/+1
|\
| * Give MergeBehaviour variants better namesLukas Wirth2021-05-101-1/+1
* | Corrected 2 typos on line 83mixio2021-05-101-1/+1
|/
* Add `=` to pattern recoveryLukas Wirth2021-05-081-1/+22
* Small macro fixKirill Bulatov2021-05-061-1/+1
* internal: use API stabilized in 1.52Aleksey Kladov2021-05-061-1/+1
* SimplifyEdwin Cheng2021-05-061-6/+2
* Fix: Do not overwrite comments and attrs in trait impl completionJesse Bakker2021-05-061-8/+65
* simplifyLukas Tobias Wirth2021-05-054-38/+35
* Add some cov marks for qualified_path completionLukas Tobias Wirth2021-05-041-5/+8
* Complete enum variants through type aliasesLukas Tobias Wirth2021-05-041-7/+33
* Make CompletionContext expected_type smarterLukas Tobias Wirth2021-05-032-117/+113
* Fix feature description inconsistencyBrandon2021-05-011-1/+1
* internal: normalize nameAleksey Kladov2021-04-302-3/+3
* Split out merge_imports module from helpers::insert_useLukas Wirth2021-04-241-4/+1
* Add cov_marks to insert_use testsLukas Wirth2021-04-202-2/+2
* Remove SyntaxRewriter usage in insert_use in favor of tedLukas Wirth2021-04-201-4/+4
* Exclude inherent traits from flyimportsKirill Bulatov2021-04-161-0/+23
* Do not show flyimports in trait or impl declarationsKirill Bulatov2021-04-151-0/+50
* Use CompletionTextEdit::InsertAndReplace if supported by the clientLukas Wirth2021-04-081-1/+1
* Fix typomemoryruins2021-04-071-2/+2
* Do not import on the fly during fields of record literal syntaxmemoryruins2021-04-061-0/+43
* internal: document hypothetical completion problemAleksey Kladov2021-04-051-0/+28
* Resolve associated typesLukas Wirth2021-04-011-1/+1
* Merge #8267bors[bot]2021-03-312-0/+4
|\
| * Gifs and screenshots for features in manualAyomide Bamidele2021-03-312-0/+4
* | Rename target_ty to self_tyLukas Wirth2021-03-293-3/+3
|/
* completion relevance distinguish between exact type match and could unifyJosh Mcguigan2021-03-264-43/+80
* completion relevance consider if types can be unifiedJosh Mcguigan2021-03-261-1/+32
* Merge hir::MacroDef::is_* into hir::MacroDef::kindLukas Wirth2021-03-231-1/+2
* add unit test to demonstrate struct fields/methods do not get ref match compl...Josh Mcguigan2021-03-231-0/+38
* implement a temporary workaround for #8058Josh Mcguigan2021-03-224-7/+37
* Merge #8132bors[bot]2021-03-212-1/+36
|\
| * Add `'` to trigger_characters, allowing more direct lifetime completionsLukas Wirth2021-03-212-1/+36
* | clippy::complexity simplifications related to IteratorsMatthias Krüger2021-03-211-1/+1
* | Less reallocationsKirill Bulatov2021-03-211-1/+0
* | Use smart case in flyimport items lookupKirill Bulatov2021-03-211-3/+58
* | Merge #8123bors[bot]2021-03-212-10/+50
|\ \ | |/ |/|
| * Disable unqualified assoc items completion for nowKirill Bulatov2021-03-201-1/+1
| * DocsKirill Bulatov2021-03-201-2/+2
| * Do not query item search by name eagerlyKirill Bulatov2021-03-201-10/+18
| * Do not propose assoc items without qualifiersKirill Bulatov2021-03-201-0/+32
* | Fix incorrect scoping in while expressionsLukas Wirth2021-03-212-13/+40
* | Add label completionLukas Wirth2021-03-214-7/+100
* | Merge #8124bors[bot]2021-03-205-14/+233
|\ \
| * | Add basic lifetime completionLukas Wirth2021-03-205-14/+233
| |/