]> git.lizzy.rs Git - rust.git/history - crates/hir_ty/src/infer/unify.rs
Record method call substs and use them in call info
[rust.git] / crates / hir_ty / src / infer / unify.rs
2021-05-23 Florian DieboldRecord method call substs and use them in call info
2021-05-22 bors[bot]Merge #8923
2021-05-22 bors[bot]Merge #8922
2021-05-22 bors[bot]Merge #8868
2021-05-22 bors[bot]Merge #8921
2021-05-22 Florian DieboldResolve any lifetime variables to 'static after inference
2021-05-22 bors[bot]Merge #8901
2021-05-21 bors[bot]Merge #8856
2021-05-21 Florian DieboldClean up visibilities
2021-05-21 Florian DieboldSome remaining cleanups
2021-05-21 Florian DieboldRemove TypeVariableTable
2021-05-21 Florian DieboldDeal with goals arising from unification
2021-05-21 Florian DieboldGet rid of resolve_ty_as_possible
2021-05-21 Florian DieboldMake resolve_ty_shallow return Ty
2021-05-21 Florian DieboldRework obligation handling
2021-05-21 Florian DieboldFix another panic
2021-05-21 Florian DieboldFix panic
2021-05-21 Florian DieboldFix HIR expecting errors to unify with anything
2021-05-21 Florian DieboldMake diverging type variables work again
2021-05-21 Florian DieboldUpdate tests with expected changes
2021-05-21 Florian DieboldMake type resolver a proper folder, make it resolve...
2021-05-21 Florian DieboldFix fallback to bound vars in `unify`
2021-05-21 Florian DieboldFix warnings & format
2021-05-21 Florian DieboldRewrite coercion using the new unification
2021-05-21 Florian DieboldRemove our unification code, use Chalk's instead
2021-05-03 bors[bot]Merge #8482
2021-05-03 bors[bot]Merge #8427
2021-04-30 bors[bot]Merge #8695
2021-04-29 bors[bot]Merge #8687
2021-04-29 Comonadfix: closure unify without check ClosureId
2021-04-23 bors[bot]Merge #8317
2021-04-18 bors[bot]Merge #8560
2021-04-13 bors[bot]Merge #8432
2021-04-13 bors[bot]Merge #8415
2021-04-10 bors[bot]Merge #8436
2021-04-10 bors[bot]Merge #8410
2021-04-08 bors[bot]Merge #8421
2021-04-08 bors[bot]Merge #8419 #8423
2021-04-08 bors[bot]Merge #8422
2021-04-08 Florian DieboldRemove unused
2021-04-08 Florian DieboldFix `Canonicalized::apply_solution`
2021-04-08 Florian DieboldFix missing match arms
2021-04-08 Florian DieboldReplace remaining `fold` calls
2021-04-08 Florian DieboldReplace some `fold` calls
2021-04-08 Florian DieboldAdd HasInterner bounds
2021-04-08 bors[bot]Merge #8207
2021-04-07 bors[bot]Merge #8409
2021-04-07 bors[bot]Merge #8408
2021-04-07 bors[bot]Merge #8388
2021-04-07 bors[bot]Merge #8407
2021-04-07 Florian DieboldMove `equals_ctor` to `TyExt`
2021-04-07 bors[bot]Merge #8394
2021-04-06 bors[bot]Merge #8382
2021-04-06 bors[bot]Merge #8386
2021-04-06 bors[bot]Merge #8385
2021-04-06 Florian DieboldAlign `InferenceVar` to Chalk
2021-04-06 bors[bot]Merge #8375
2021-04-06 bors[bot]Merge #8364
2021-04-06 bors[bot]Merge #8355
2021-04-06 bors[bot]Merge #8366
2021-04-06 Lukas WirthAdd chalk_ir::Const to TyKind::Array
2021-04-06 bors[bot]Merge #8359
2021-04-06 Lukas WirthAdd Lifetime to TyKind::Ref
2021-04-05 bors[bot]Merge #8358
2021-04-05 Florian DieboldAlign FnPointer with Chalk
2021-04-05 bors[bot]Merge #8352
2021-04-05 bors[bot]Merge #8350
2021-04-05 bors[bot]Merge #8348
2021-04-05 Florian DieboldGet rid of subst_bound_vars uses
2021-04-05 Florian DieboldGet rid of some walk_mut uses
2021-04-05 bors[bot]Merge #8343
2021-04-05 bors[bot]Merge #8342
2021-04-05 Laurențiu NicolaRename TyKind::Unknown to Error
2021-04-05 bors[bot]Merge #8245
2021-04-05 bors[bot]Merge #8326
2021-04-04 bors[bot]Merge #8328
2021-04-04 Florian DieboldMove things in hir_ty into submodules
2021-04-04 bors[bot]Merge #8325
2021-04-04 bors[bot]Merge #8295
2021-04-04 bors[bot]Merge #8327
2021-04-04 Florian DieboldReplace last uses of SubstsBuilder by TyBuilder
2021-04-03 bors[bot]Merge #8310
2021-04-03 Florian DieboldRename Ty::interned to Ty::kind
2021-04-03 bors[bot]Merge #8309
2021-04-03 Florian DieboldIntroduce `GenericArg` like in Chalk
2021-04-02 bors[bot]Merge #8284
2021-04-02 bors[bot]Merge #8291
2021-04-02 bors[bot]Merge #8287
2021-04-02 bors[bot]Merge #8293
2021-04-02 bors[bot]Merge #8285
2021-04-01 Florian DieboldDon't recheck obligations if we have learned nothing new
2021-03-27 bors[bot]Merge #8213
2021-03-27 bors[bot]Merge #8201
2021-03-26 bors[bot]Merge #8056
2021-03-26 Josh Mcguigancompletion relevance consider if types can be unified
2021-03-24 bors[bot]Merge #7907
2021-03-23 bors[bot]Merge #8142
2021-03-22 bors[bot]Merge #8141
2021-03-22 bors[bot]Merge #8054
2021-03-22 bors[bot]Merge #8144
next