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
/
coercion.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add inference for literal and range patterns
Florian Diebold
2020-04-01
1
-0
/
+6
*
Fix a common false-positive type mismatch
Florian Diebold
2020-02-29
1
-0
/
+31
*
Rework find_super_trait_path to protect against cycles
Florian Diebold
2020-02-22
1
-0
/
+38
*
Add &dyn Trait -> &dyn SuperTrait coercion, and fix &T -> &dyn Trait
Florian Diebold
2020-02-22
1
-14
/
+26
*
Implement dyn Trait unsizing as well
Florian Diebold
2020-02-22
1
-1
/
+7
*
Implement unsize coercion using proper trait solving
Florian Diebold
2020-02-22
1
-0
/
+82
*
Fix coercion of &T to itself
Florian Diebold
2020-02-16
1
-0
/
+22
*
Fix printing of function types
Florian Diebold
2020-02-07
1
-13
/
+13
*
Standard formatting for array types
Aleksey Kladov
2020-01-28
1
-48
/
+48
*
Coerce closures to fn pointers
Florian Diebold
2019-12-20
1
-0
/
+39
*
Fix coercion of last expression in function body
Florian Diebold
2019-12-20
1
-0
/
+16
*
Handle closure return types
Florian Diebold
2019-12-20
1
-0
/
+31
*
Fix coercion from &Foo to an inference variable in a reference
Florian Diebold
2019-12-08
1
-0
/
+37
*
Don't unify within a reference
Florian Diebold
2019-12-06
1
-0
/
+36
*
Move Ty
Aleksey Kladov
2019-11-27
1
-0
/
+369