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
/
ra_hir_ty
/
src
/
tests
/
method_resolution.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to new magic marks
Aleksey Kladov
2020-05-20
1
-1
/
+1
*
Allow calling dyn trait super trait methods without the super trait in scope
Florian Diebold
2020-05-16
1
-0
/
+31
*
Fix type of byte literals
Florian Diebold
2020-05-08
1
-6
/
+7
*
Convert tests to text-size
Aleksey Kladov
2020-04-25
1
-188
/
+188
*
Fix #3373
Florian Diebold
2020-03-01
1
-0
/
+19
*
Do array unsizing for method receivers
Florian Diebold
2020-02-29
1
-0
/
+18
*
Exclude methods from non-parameter types introduced by generic constraints
Laurențiu Nicola
2020-02-19
1
-0
/
+23
*
Check that impl self type matches up with expected self type in path mode
Florian Diebold
2020-02-14
1
-0
/
+32
*
Change Ty::Param to contain param ID
Florian Diebold
2020-02-07
1
-1
/
+1
*
Fix another test
Florian Diebold
2020-02-07
1
-2
/
+2
*
Fix printing of function types
Florian Diebold
2020-02-07
1
-21
/
+21
*
Introduce our own Chalk TypeFamily, instead of using ChalkIr
Florian Diebold
2019-12-22
1
-2
/
+2
*
Split up ty tests a bit
Florian Diebold
2019-12-03
1
-0
/
+1005