aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/handlers/expand_glob_import.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove text_edit_builder api from AssistBuilderLukas Wirth2020-11-081-28/+48
* Kill RAW_ literalsAleksey Kladov2020-11-061-1/+1
* 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
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-0/+391