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_ty
/
src
/
tests
/
method_resolution.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Collect inherent impls in unnamed consts
Jonas Schievink
2021-04-19
1
-1
/
+36
*
Collect trait impls inside unnamed consts
Jonas Schievink
2021-04-07
1
-0
/
+22
*
hir_ty: add coverage testing for autoderef_visibility_method test
cynecx
2021-03-20
1
-0
/
+1
*
hir_ty: fix test by removing trailing whitespace
cynecx
2021-03-20
1
-24
/
+23
*
hir_ty: add tests around autoderef with visibility checking
cynecx
2021-03-20
1
-0
/
+119
*
Use upstream cov-mark
Laurențiu Nicola
2021-03-08
1
-1
/
+1
*
Add test from #7273
Laurențiu Nicola
2021-02-21
1
-0
/
+45
*
Don't lower TypeBound::Lifetime as GenericPredicate::Error
Lukas Wirth
2021-02-20
1
-2
/
+2
*
Check for dyn impls in method resolution
Lukas Wirth
2021-02-08
1
-0
/
+22
*
Use correct, full substs for self type in impl
Florian Diebold
2020-12-04
1
-0
/
+19
*
Use Ty::apply instead of simple and fix method resolution.
Charles Lew
2020-09-16
1
-3
/
+1
*
Add a test.
Charles Lew
2020-09-16
1
-0
/
+38
*
Switch to expect_test from crates.io
Aleksey Kladov
2020-08-21
1
-1
/
+1
*
Rename ra_hir_ty -> hir_ty
Aleksey Kladov
2020-08-13
1
-0
/
+1053