aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src/import_map.rs
Commit message (Collapse)AuthorAgeFilesLines
* Improve autoimports on completion speedKirill Bulatov2020-11-241-5/+77
| | | | | * Ignore modules eaferly * Do less completion string rendering
* Rename declaration_name -> display_nameAleksey Kladov2020-10-201-3/+3
| | | | | | | | Declaration names sounds like a name of declaration -- something you can use for analysis. It empathically isn't, and is just a label displayed in various UI. It's important not to confuse the two, least we accidentally mix semantics with UI (I believe, there's already a case of this in the FamousDefs at least).
* Constrain ImportMap to only store simple pathsAleksey Kladov2020-10-061-10/+26
|
* Properly name the fieldKirill Bulatov2020-10-021-5/+5
|
* Switch to expect_test from crates.ioAleksey Kladov2020-08-211-1/+1
|
* Rename ra_hir_def -> hir_defAleksey Kladov2020-08-131-0/+745