aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_db/src/helpers/insert_use.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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