Jonas Schievink
|
31f5b48817
|
Record and suggest trait items via ImportMap
|
2020-07-02 12:43:52 +02:00 |
|
Jonas Schievink
|
0231e4ac77
|
find_path: return shorter paths for external items
If a containing module is already in scope, there's no need to
use the full path to the item.
|
2020-06-12 13:01:20 +02:00 |
|
Jonas Schievink
|
dd22657407
|
ImportMap: use IndexMap internally
It iterates in insertion order, which makes the ordering more
predictable.
|
2020-06-10 16:15:49 +02:00 |
|
Jonas Schievink
|
7e83ed99a8
|
Respect casing when searching for imports
|
2020-06-10 16:04:55 +02:00 |
|
Jonas Schievink
|
56c7145993
|
Limit import map queries
|
2020-06-10 12:40:33 +02:00 |
|
Jonas Schievink
|
bcf875f46a
|
Clean up import_map.rs
|
2020-06-10 12:38:58 +02:00 |
|
Jonas Schievink
|
4bcf8c8c68
|
Add an FST index to ImportMap
|
2020-06-10 12:38:58 +02:00 |
|
Jonas Schievink
|
bc2d172995
|
Clarify when we visit modules multiple times
|
2020-06-05 14:24:51 +02:00 |
|
Jonas Schievink
|
2fb3d87bf7
|
impl Debug for ImportMap
|
2020-06-05 13:36:19 +02:00 |
|
Jonas Schievink
|
8395396782
|
Reorder imports
|
2020-06-05 13:15:16 +02:00 |
|
Jonas Schievink
|
e0e9c6d1a4
|
Fix wrong comment
|
2020-06-05 13:04:35 +02:00 |
|
Jonas Schievink
|
d08c63cb9e
|
Add an ImportMap
|
2020-06-04 19:33:01 +02:00 |
|