aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_db/src/helpers
Commit message (Expand)AuthorAgeFilesLines
* Use upstream cov-markLaurențiu Nicola2021-03-082-7/+6
* Make group imports configurableasv2021-03-072-7/+48
* Show docs on hover for keywords and primitivesLukas Wirth2021-03-021-0/+8
* De Morgan's Law assist now correctly inverts <, <=, >, >=.lbrande2021-02-241-0/+11
* .Aleksey Kladov2021-01-191-1/+1
* Merge #7297 #7338bors[bot]2021-01-181-129/+227
|\
| * 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
* | Merge #7292bors[bot]2021-01-181-1/+1
|\ \ | |/ |/|
| * Swap assert_eq_text\!(expected, actual)yugo-horie2021-01-161-1/+1
* | Share import_assets and related entitiesKirill Bulatov2021-01-162-0/+273
|/
* Add Unmerge Use assistunexge2021-01-151-1/+1
* Handle self/super/crate in PathSegment as NameRefLukas Wirth2021-01-151-2/+8
* Render Fn* trait objects and impl types as rust doesLukas Wirth2021-01-131-0/+1
* Move FamousDefs fixture out into its own fileLukas Wirth2021-01-121-0/+119
* Do not merge imports with different attributesJesse Bakker2020-12-182-1/+28
* Normalize spelling to American EnglishAleksey Kladov2020-12-102-18/+18
* Extract tests module to file in ide_db crateDaiki Ihara2020-12-032-638/+621
* 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