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
*
Adapt trait object coercion tests to the status quo
Florian Diebold
2020-07-12
1
-4
/
+51
*
Update the rest of the tests
Aleksey Kladov
2020-06-29
1
-1
/
+2
*
Bump chalk
Laurențiu Nicola
2020-06-26
1
-19
/
+23
*
Use only one code-path for parsing fixtures
Aleksey Kladov
2020-06-23
1
-316
/
+316
*
Support raw_ref_op's raw reference operator
robojumper
2020-05-28
1
-6
/
+11
*
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
-0
/
+42
*
Implement better handling of divergence
Florian Diebold
2020-05-08
1
-2
/
+2
*
Convert tests to text-size
Aleksey Kladov
2020-04-25
1
-291
/
+291
*
Hide unit fn return types
Laurențiu Nicola
2020-04-05
1
-4
/
+4
*
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