aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src/import_map.rs
Commit message (Collapse)AuthorAgeFilesLines
* SimplifyAleksey Kladov2020-12-301-2/+4
|
* Avoid a couple of allocationsLaurențiu Nicola2020-12-291-13/+14
|
* Better display methods in expect testsKirill Bulatov2020-12-281-15/+31
|
* Add testsKirill Bulatov2020-12-281-2/+71
|
* Add docs and optimisationsKirill Bulatov2020-12-281-4/+13
|
* Better query api and fuzzy searchKirill Bulatov2020-12-281-33/+40
|
* Draft the module exclusion in modulesKirill Bulatov2020-12-281-34/+62
|
* 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