aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/handlers/expand_glob_import.rs
Commit message (Collapse)AuthorAgeFilesLines
* More idiomatic classification APIAleksey Kladov2020-10-151-2/+2
|
* Remove make::path_from_textLukas Wirth2020-09-161-6/+2
|
* Reduce path_from_text usageAleksey Kladov2020-08-311-13/+17
|
* Use new `Definition::usages` API in expand glob importunexge2020-08-201-1/+1
|
* Fix importing private modules in expand glob importunexge2020-08-201-0/+52
|
* Fix importing unused traits in expand glob importunexge2020-08-201-28/+73
|
* Use fixme instead of todounexge2020-08-201-1/+1
|
* Use `Definition::find_usages` for finding used items in expand glob importunexge2020-08-201-110/+137
|
* Run rustfmtunexge2020-08-201-3/+5
|
* Handle more cases in AST replacing in expand glob importunexge2020-08-201-34/+219
|
* Improve AST replacing in expand glob importunexge2020-08-201-38/+229
|
* Don't expose hir::Path out of hirAleksey Kladov2020-08-151-13/+7
| | | | | | | | | | | | | | Conjecture: it's impossible to use hir::Path *correctly* from an IDE. I am not entirely sure about this, and we might need to add it back at some point, but I have to arguments that convince me that we probably won't: * `hir::Path` has to know about hygiene, which an IDE can't set up properly. * `hir::Path` lacks identity, but you actually have to know identity to resolve it correctly
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-0/+391