aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_db/src/helpers/insert_use.rs
Commit message (Expand)AuthorAgeFilesLines
* Cleanup ide_db importsLukas Wirth2021-03-271-1/+2
* syntax: return owned string instead of leaking stringcynecx2021-03-261-1/+1
* rewrite merge use trees assist to use muatable syntax treesAleksey Kladov2021-03-221-2/+2
* Reexport PrefixKind to remove deps to hirEdwin Cheng2021-03-221-1/+3
* avoid converting types into themselves via .into() (clippy::useless-conversion)Matthias Krüger2021-03-171-1/+1
* Use upstream cov-markLaurențiu Nicola2021-03-081-4/+3
* Make group imports configurableasv2021-03-071-3/+14
* .Aleksey Kladov2021-01-191-1/+1
* Share import_assets and related entitiesKirill Bulatov2021-01-161-0/+6
* Add Unmerge Use assistunexge2021-01-151-1/+1
* Handle self/super/crate in PathSegment as NameRefLukas Wirth2021-01-151-2/+8
* Do not merge imports with different attributesJesse Bakker2020-12-181-1/+14
* Normalize spelling to American EnglishAleksey Kladov2020-12-101-10/+10
* Extract tests module to file in ide_db crateDaiki Ihara2020-12-031-638/+1
* Fix use merging not using the first path segmentLukas Wirth2020-11-301-1/+10
* Move the helpers into ide_dbKirill Bulatov2020-11-281-0/+1204