index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
hir_def
/
src
/
find_path.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
find_path: check only crate-level prelude
Jonas Schievink
2021-04-30
1
-2
/
+28
*
Fix some find_path bugs around inner items
Jonas Schievink
2021-04-19
1
-5
/
+58
*
Fix `TestDB::module_at_position` with submodules
Jonas Schievink
2021-04-17
1
-0
/
+23
*
Remove unneeded annotations from find_path tests
Jonas Schievink
2021-04-15
1
-6
/
+0
*
Make find_path tests adhere to style guide
Jonas Schievink
2021-04-15
1
-260
/
+327
*
Code review fixes
Kirill Bulatov
2021-03-22
1
-0
/
+2
*
Do not revisit recursively imported modules
Kirill Bulatov
2021-03-21
1
-7
/
+47
*
Use upstream cov-mark
Laurențiu Nicola
2021-03-08
1
-12
/
+10
*
Remove incorrect broken test
Jonas Schievink
2021-03-03
1
-24
/
+0
*
Fix `find_path` when inner items are present
Jonas Schievink
2021-03-01
1
-12
/
+47
*
Teach `find_path` about inner items
Jonas Schievink
2021-02-09
1
-10
/
+91
*
Make `ModPath`'s representation private
Jonas Schievink
2021-02-04
1
-5
/
+5
*
Create all `ModuleId`s through a `DefMap` method
Jonas Schievink
2021-01-25
1
-19
/
+8
*
Obtain `ModuleId`'s `DefMap` through a method
Jonas Schievink
2021-01-22
1
-5
/
+5
*
DefMap: hide remaining crate-visible fields
Jonas Schievink
2021-01-20
1
-2
/
+2
*
Make public DefMap fields private
Jonas Schievink
2021-01-20
1
-7
/
+7
*
Rename `CrateDefMap` to `DefMap`
Jonas Schievink
2021-01-18
1
-2
/
+2
*
Change <|> to $0 - Rebase
Kevaundray Wedderburn
2021-01-07
1
-24
/
+24
*
Add test makr
Aleksey Kladov
2020-10-06
1
-0
/
+2
*
Make find_path_prefixed configurable
Lukas Wirth
2020-10-05
1
-109
/
+138
*
Don't unnecessarily unnest imports for import insertion
Lukas Wirth
2020-09-25
1
-43
/
+127
*
Rename ra_hir_def -> hir_def
Aleksey Kladov
2020-08-13
1
-0
/
+687