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
/
infer
/
coerce.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use first match branch in case of type mismatch, not last
Florian Diebold
2020-05-29
1
-3
/
+1
*
Switch to new magic marks
Aleksey Kladov
2020-05-20
1
-3
/
+3
*
Handle coercing function types to function pointers in match
Florian Diebold
2020-05-08
1
-11
/
+23
*
Fix type equality for dyn Trait
Florian Diebold
2020-04-17
1
-2
/
+2
*
Use `dyn Trait` for working with databse
Aleksey Kladov
2020-03-16
1
-5
/
+3
*
Implement unsize coercion using proper trait solving
Florian Diebold
2020-02-22
1
-179
/
+26
*
More manual clippy fixes
Kirill Bulatov
2020-02-18
1
-4
/
+3
*
Run cargo +nightly fix --clippy -Z unstable-options
Kirill Bulatov
2020-02-18
1
-4
/
+2
*
Formatting
Florian Diebold
2020-02-07
1
-6
/
+2
*
Change Ty::Param to contain param ID
Florian Diebold
2020-02-07
1
-8
/
+8
*
Coerce closures to fn pointers
Florian Diebold
2019-12-20
1
-0
/
+4
*
Fix coercion from &Foo to an inference variable in a reference
Florian Diebold
2019-12-08
1
-1
/
+5
*
Check receiver type properly
Florian Diebold
2019-12-02
1
-1
/
+1
*
Extract unification code to unify module
Florian Diebold
2019-12-02
1
-5
/
+5
*
Handle cycles in impl types better
Florian Diebold
2019-11-30
1
-5
/
+2
*
Memoize impl resolutions
Aleksey Kladov
2019-11-27
1
-16
/
+6
*
Move Ty
Aleksey Kladov
2019-11-27
1
-0
/
+354