aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_db/src/helpers/import_assets.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy::redudant_borrowMaan20032021-06-131-2/+2
* Exclude inherent traits more eagerlyKirill Bulatov2021-05-271-11/+8
* Exclude inherent traits from flyimportsKirill Bulatov2021-04-161-6/+16
* Rename target_ty to self_tyLukas Wirth2021-03-291-1/+1
* syntax: return owned string instead of leaking stringcynecx2021-03-261-1/+1
* Less reallocationsKirill Bulatov2021-03-211-3/+0
* Disable unqualified assoc items completion for nowKirill Bulatov2021-03-201-1/+8
* DocsKirill Bulatov2021-03-201-3/+3
* Do not query item search by name eagerlyKirill Bulatov2021-03-201-121/+89
* Do not propose assoc items without qualifiersKirill Bulatov2021-03-201-3/+5
* Fix associated items not being appended to paths in import_assetsLukas Wirth2021-03-181-1/+5
* Better strip turbofishesKirill Bulatov2021-03-081-4/+4
* Add rustdocs and use better namesKirill Bulatov2021-03-081-30/+52
* Less lifetines: derive SemanticsScope in placeKirill Bulatov2021-03-081-24/+23
* Restrict fuzzy qualifiers for nowKirill Bulatov2021-03-081-20/+23
* Enforce the located imports' orderKirill Bulatov2021-03-081-6/+5
* Fix the completion labels and testsKirill Bulatov2021-03-081-31/+68
* Work towards better import labelsKirill Bulatov2021-03-081-94/+61
* Profile import_assets betterKirill Bulatov2021-03-081-0/+5
* SimplifyKirill Bulatov2021-03-081-13/+5
* Refactor the import locationKirill Bulatov2021-03-081-102/+110
* Do not propose already imported importsKirill Bulatov2021-03-081-9/+34
* Properly handle turbofishes in qualifiersKirill Bulatov2021-03-081-5/+7
* Fix some testsKirill Bulatov2021-03-081-41/+69
* Return more data about located importsKirill Bulatov2021-03-081-70/+109
* Draft the qualifier import resolutionKirill Bulatov2021-03-081-37/+136
* Filter out path items by the qualifierKirill Bulatov2021-03-081-24/+15
* SimplifyKirill Bulatov2021-03-081-64/+37
* Find the code to changeKirill Bulatov2021-03-081-55/+130
* Test and initial refactoringKirill Bulatov2021-03-081-85/+65
* Do trait solving in batchKirill Bulatov2021-01-171-95/+97
* Draft the working completionKirill Bulatov2021-01-171-10/+20
* Add flyimport completion for trait assoc itemsKirill Bulatov2021-01-161-100/+186
* Share import_assets and related entitiesKirill Bulatov2021-01-161-0/+267