aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/infer/unify.rs
Commit message (Expand)AuthorAgeFilesLines
* Make diverging type variables work againFlorian Diebold2021-05-211-0/+20
* Update tests with expected changesFlorian Diebold2021-05-211-3/+0
* Make type resolver a proper folder, make it resolve consts as wellFlorian Diebold2021-05-211-48/+117
* Fix fallback to bound vars in `unify`Florian Diebold2021-05-211-45/+78
* Fix warnings & formatFlorian Diebold2021-05-211-11/+3
* Rewrite coercion using the new unificationFlorian Diebold2021-05-211-12/+25
* Remove our unification code, use Chalk's insteadFlorian Diebold2021-05-211-402/+97
* fix: closure unify without check ClosureIdComonad2021-04-291-0/+4
* Remove unusedFlorian Diebold2021-04-081-1/+1
* Fix `Canonicalized::apply_solution`Florian Diebold2021-04-081-13/+16
* Fix missing match armsFlorian Diebold2021-04-081-0/+1
* Replace remaining `fold` callsFlorian Diebold2021-04-081-49/+62
* Replace some `fold` callsFlorian Diebold2021-04-081-15/+4
* Add HasInterner boundsFlorian Diebold2021-04-081-4/+12
* Move `equals_ctor` to `TyExt`Florian Diebold2021-04-071-1/+2
* Align `InferenceVar` to ChalkFlorian Diebold2021-04-061-12/+24
* Add chalk_ir::Const to TyKind::ArrayLukas Wirth2021-04-061-1/+3
* Add Lifetime to TyKind::RefLukas Wirth2021-04-061-1/+1
* Align FnPointer with ChalkFlorian Diebold2021-04-051-3/+3
* Get rid of subst_bound_vars usesFlorian Diebold2021-04-051-3/+3
* Get rid of some walk_mut usesFlorian Diebold2021-04-051-6/+9
* Rename TyKind::Unknown to ErrorLaurențiu Nicola2021-04-051-2/+2
* Move things in hir_ty into submodulesFlorian Diebold2021-04-041-1/+1
* Replace last uses of SubstsBuilder by TyBuilderFlorian Diebold2021-04-041-8/+5
* Rename Ty::interned to Ty::kindFlorian Diebold2021-04-031-6/+6
* Introduce `GenericArg` like in ChalkFlorian Diebold2021-04-031-25/+30
* Don't recheck obligations if we have learned nothing newFlorian Diebold2021-04-011-1/+7
* completion relevance consider if types can be unifiedJosh Mcguigan2021-03-261-0/+4
* Align InEnvironment with ChalkFlorian Diebold2021-03-211-5/+2
* Align Canonical more with Chalk's versionFlorian Diebold2021-03-211-14/+30
* Introduce QuantifiedWhereClause and DynTy analogous to ChalkFlorian Diebold2021-03-211-3/+12
* Turn Obligation into something similar to chalk_ir::DomainGoalFlorian Diebold2021-03-201-8/+5
* Rename GenericPredicate -> WhereClauseFlorian Diebold2021-03-201-11/+6
* Replace Projection variant in GenericPredicate with AliasEqLukas Wirth2021-03-191-12/+23
* Chalkify TraitRefFlorian Diebold2021-03-181-2/+2
* Rename Substs -> SubstitutionFlorian Diebold2021-03-161-8/+8
* Fix unification logicFlorian Diebold2021-03-151-1/+1
* Don't use Substs for Ref/Raw/Array/SliceFlorian Diebold2021-03-141-5/+19
* Make Ty wrap TyKind in an ArcFlorian Diebold2021-03-141-2/+2
* Rename some fields to their Chalk namesFlorian Diebold2021-03-141-3/+3
* Separate `Ty` and `TyKind` like in ChalkFlorian Diebold2021-03-131-44/+61
* Use upstream cov-markLaurențiu Nicola2021-03-081-5/+3
* Introduce Ty::AliasLukas Wirth2021-03-011-3/+3
* Assert index relationship between type_variable_table and var_unification_tableLukas Wirth2021-03-011-20/+11
* Being Ty::InferenceVar closes to chalk equivalentLukas Wirth2021-03-011-74/+119
* Inline TypeCtor into TyLukas Wirth2021-02-281-24/+14
* Introduce TypeCtor::ScalarLukas Wirth2021-02-281-6/+20
* Remove more unreachable pubsAleksey Kladov2020-11-021-1/+1
* Deny unreachable-pubAleksey Kladov2020-11-021-13/+22
* Rename ra_hir_ty -> hir_tyAleksey Kladov2020-08-131-0/+474