aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/infer
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix return type of Substitution::internedFlorian Diebold2021-04-071-1/+1
| * InEnvironment::new takes a referenceFlorian Diebold2021-04-071-1/+1
| * Move hir_trait_id to extension traitFlorian Diebold2021-04-071-1/+2
* | Move `equals_ctor` to `TyExt`Florian Diebold2021-04-071-1/+2
|/
* Remove Ty::substs{_mut}Florian Diebold2021-04-072-3/+8
* Remove `SolutionVariables`, add ConstrainedSubst analogous to ChalkFlorian Diebold2021-04-061-2/+9
* Align `InferenceVar` to ChalkFlorian Diebold2021-04-061-12/+24
* infer: remove `record_pat_field_resolutions` fieldJonas Schievink2021-04-061-6/+0
* infer: remove `record_field_resolutions` fieldJonas Schievink2021-04-062-9/+6
* Merge #8364bors[bot]2021-04-062-4/+10
|\
| * Use Box'es to reduce the size of hir_def::expr::Pat from 112 to 64 bytes on 6...Alexandru Macovei2021-04-061-2/+2
| * Use Box'es to reduce size of hir_def::expr::Expr from 128 to 72 bytes (on 64b...Alexandru Macovei2021-04-061-2/+8
* | Move Ty accessors to TyExtLukas Wirth2021-04-064-4/+7
* | Add chalk_ir::Const to TyKind::ArrayLukas Wirth2021-04-063-10/+16
* | Use a constructor function for Static lifetimesLukas Wirth2021-04-062-22/+14
* | Add Lifetime to TyKind::RefLukas Wirth2021-04-064-18/+32
|/
* Fix shifting of binders in FnPointerFlorian Diebold2021-04-051-2/+4
* Align FnPointer with ChalkFlorian Diebold2021-04-052-7/+7
* Substitution::prefix -> subst_prefixFlorian Diebold2021-04-051-2/+4
* Substitution::single -> from1Florian Diebold2021-04-051-2/+4
* Move ProjectionTy methods to extension traitFlorian Diebold2021-04-051-2/+2
* Get rid of subst_bound_vars usesFlorian Diebold2021-04-051-3/+3
* Get rid of some walk_mut usesFlorian Diebold2021-04-051-6/+9
* Add Interner parameter to Binders::substituteFlorian Diebold2021-04-053-12/+18
* Binders::subst -> substituteFlorian Diebold2021-04-053-10/+10
* Use VariableKinds in BindersFlorian Diebold2021-04-051-2/+2
* Rename TyKind::Unknown to ErrorLaurențiu Nicola2021-04-052-4/+4
* Move things from `traits` module to `types` as wellFlorian Diebold2021-04-042-4/+4
* Move things in hir_ty into submodulesFlorian Diebold2021-04-044-9/+5
* Replace Substitution::bound_vars and ::type_params_for_genericsFlorian Diebold2021-04-041-1/+1
* Replace last uses of SubstsBuilder by TyBuilderFlorian Diebold2021-04-043-14/+7
* Some more TyBuilder useFlorian Diebold2021-04-041-29/+25
* Replace remaining uses of Substitution::build_for_defFlorian Diebold2021-04-042-5/+2
* More TyBuilder useFlorian Diebold2021-04-041-12/+9
* Add and start using TraitRef and ProjectionTy buildersFlorian Diebold2021-04-041-12/+4
* Add TyBuilder::adtFlorian Diebold2021-04-042-36/+17
* Move Ty::fn_ptr to TyBuilderFlorian Diebold2021-04-041-4/+5
* Add TyBuilder::unit() and TyExt::is_unit()Florian Diebold2021-04-041-11/+11
* Rename Ty::interned to Ty::kindFlorian Diebold2021-04-035-19/+19
* Introduce `GenericArg` like in ChalkFlorian Diebold2021-04-035-46/+58
* Don't recheck obligations if we have learned nothing newFlorian Diebold2021-04-013-5/+11
* internal: ensure that runaway type-inference doesn't block the main loopAleksey Kladov2021-03-291-0/+2
* Merge #8201bors[bot]2021-03-271-0/+1
|\
| * Fix recursive macro statement expansionEdwin Cheng2021-03-251-0/+1
* | completion relevance consider if types can be unifiedJosh Mcguigan2021-03-261-0/+4
|/
* Merge #7907bors[bot]2021-03-242-12/+34
|\
| * hir_ty: don't call write_field_resolution when field candidate isn't visiblecynecx2021-03-241-6/+4
| * hir_ty: introduce visible_from_module param into method resolutioncynecx2021-03-202-0/+2
| * hir_ty: check field visibility while iterating through autoderef candidatescynecx2021-03-201-14/+36
* | Merge #8139bors[bot]2021-03-223-30/+43
|\ \