aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def/src/import_map.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename ra_hir_def -> hir_defAleksey Kladov2020-08-131-745/+0
|
* Rename ra_db -> base_dbAleksey Kladov2020-08-131-2/+2
|
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-1/+1
|
* Rename ra_prof -> profileAleksey Kladov2020-08-121-2/+2
|
* Remove insta for ra_hir_defAleksey Kladov2020-07-171-146/+154
|
* Use SmolStrJonas Schievink2020-07-021-3/+4
|
* Fix testsJonas Schievink2020-07-021-1/+27
|
* Record and suggest trait items via ImportMapJonas Schievink2020-07-021-8/+39
|
* find_path: return shorter paths for external itemsJonas Schievink2020-06-121-13/+26
| | | | | If a containing module is already in scope, there's no need to use the full path to the item.
* ImportMap: use IndexMap internallyJonas Schievink2020-06-101-9/+12
| | | | | It iterates in insertion order, which makes the ordering more predictable.
* Respect casing when searching for importsJonas Schievink2020-06-101-5/+55
|
* Limit import map queriesJonas Schievink2020-06-101-1/+41
|
* Clean up import_map.rsJonas Schievink2020-06-101-25/+20
|
* Add an FST index to `ImportMap`Jonas Schievink2020-06-101-3/+250
|
* Clarify when we visit modules multiple timesJonas Schievink2020-06-051-1/+3
|
* impl Debug for ImportMapJonas Schievink2020-06-051-19/+23
|
* Reorder importsJonas Schievink2020-06-051-3/+5
|
* Fix wrong commentJonas Schievink2020-06-051-1/+1
|
* Add an ImportMapJonas Schievink2020-06-041-0/+323