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
/
infer
/
unify.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't recheck obligations if we have learned nothing new
Florian Diebold
2021-04-01
1
-1
/
+7
*
completion relevance consider if types can be unified
Josh Mcguigan
2021-03-26
1
-0
/
+4
*
Align InEnvironment with Chalk
Florian Diebold
2021-03-21
1
-5
/
+2
*
Align Canonical more with Chalk's version
Florian Diebold
2021-03-21
1
-14
/
+30
*
Introduce QuantifiedWhereClause and DynTy analogous to Chalk
Florian Diebold
2021-03-21
1
-3
/
+12
*
Turn Obligation into something similar to chalk_ir::DomainGoal
Florian Diebold
2021-03-20
1
-8
/
+5
*
Rename GenericPredicate -> WhereClause
Florian Diebold
2021-03-20
1
-11
/
+6
*
Replace Projection variant in GenericPredicate with AliasEq
Lukas Wirth
2021-03-19
1
-12
/
+23
*
Chalkify TraitRef
Florian Diebold
2021-03-18
1
-2
/
+2
*
Rename Substs -> Substitution
Florian Diebold
2021-03-16
1
-8
/
+8
*
Fix unification logic
Florian Diebold
2021-03-15
1
-1
/
+1
*
Don't use Substs for Ref/Raw/Array/Slice
Florian Diebold
2021-03-14
1
-5
/
+19
*
Make Ty wrap TyKind in an Arc
Florian Diebold
2021-03-14
1
-2
/
+2
*
Rename some fields to their Chalk names
Florian Diebold
2021-03-14
1
-3
/
+3
*
Separate `Ty` and `TyKind` like in Chalk
Florian Diebold
2021-03-13
1
-44
/
+61
*
Use upstream cov-mark
Laurențiu Nicola
2021-03-08
1
-5
/
+3
*
Introduce Ty::Alias
Lukas Wirth
2021-03-01
1
-3
/
+3
*
Assert index relationship between type_variable_table and var_unification_table
Lukas Wirth
2021-03-01
1
-20
/
+11
*
Being Ty::InferenceVar closes to chalk equivalent
Lukas Wirth
2021-03-01
1
-74
/
+119
*
Inline TypeCtor into Ty
Lukas Wirth
2021-02-28
1
-24
/
+14
*
Introduce TypeCtor::Scalar
Lukas Wirth
2021-02-28
1
-6
/
+20
*
Remove more unreachable pubs
Aleksey Kladov
2020-11-02
1
-1
/
+1
*
Deny unreachable-pub
Aleksey Kladov
2020-11-02
1
-13
/
+22
*
Rename ra_hir_ty -> hir_ty
Aleksey Kladov
2020-08-13
1
-0
/
+474